[pygccxml-commit] SF.net SVN: pygccxml:[1854] pyplusplus_dev
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2011-03-07 20:44:40
|
Revision: 1854
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1854&view=rev
Author: roman_yakovenko
Date: 2011-03-07 20:44:32 +0000 (Mon, 07 Mar 2011)
Log Message:
-----------
remove reference to "language-binding.net" site
Modified Paths:
--------------
pydsc_dev/docs/pkg-info.txt
pydsc_dev/pydsc.py
pydsc_dev/setup.py
pygccxml_dev/docs/history/history.rest
pygccxml_dev/docs/pkg-info.txt
pygccxml_dev/setup.py
pyplusplus_dev/README.txt
pyplusplus_dev/docs/documentation/apidocs/code_creators.rest
pyplusplus_dev/docs/documentation/functions/transformation/input_static_matrix.rest
pyplusplus_dev/docs/examples/easybmp/pkg-info.txt
pyplusplus_dev/docs/pkg-info.txt
pyplusplus_dev/examples/pyboost_dev/setup.py
pyplusplus_dev/pyplusplus/decl_wrappers/algorithm.py
pyplusplus_dev/pyplusplus/decl_wrappers/decl_wrapper.py
pyplusplus_dev/pyplusplus/module_builder/boost_python_builder.py
pyplusplus_dev/setup.py
Modified: pydsc_dev/docs/pkg-info.txt
===================================================================
--- pydsc_dev/docs/pkg-info.txt 2011-03-07 20:42:15 UTC (rev 1853)
+++ pydsc_dev/docs/pkg-info.txt 2011-03-07 20:44:32 UTC (rev 1854)
@@ -5,7 +5,7 @@
Author-email: roman yakovenko at gmail com
Maintainer: Roman Yakovenko
Maintainer-email: roman yakovenko at gmail com
-Home-page: http://www.language-binding.net/
+Home-page:
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
Summary: Python Documentation Spell Checker
License: Boost Software License
@@ -16,4 +16,4 @@
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
\ No newline at end of file
+Classifier: Topic :: Software Development
Modified: pydsc_dev/pydsc.py
===================================================================
--- pydsc_dev/pydsc.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pydsc_dev/pydsc.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -19,7 +19,6 @@
__version__ = '0.3' #current version
__author__ = 'Roman Yakovenko <rom...@gm...>'
-__url__ = 'http://www.language-binding.net'
__license__ = 'Boost Software License <http://boost.org/more/license_info.html>'
import os
Modified: pydsc_dev/setup.py
===================================================================
--- pydsc_dev/setup.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pydsc_dev/setup.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -14,6 +14,5 @@
, description="Python documentation and comments spell checker"
, author="Roman Yakovenko"
, author_email="rom...@gm..."
- , url='http://www.language-binding.net'
, py_modules=[ 'pydsc' ]
)
Modified: pygccxml_dev/docs/history/history.rest
===================================================================
--- pygccxml_dev/docs/history/history.rest 2011-03-07 20:42:15 UTC (rev 1853)
+++ pygccxml_dev/docs/history/history.rest 2011-03-07 20:44:32 UTC (rev 1854)
@@ -62,7 +62,7 @@
as suggested by `Jakub Wilk <http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/572d2286ca0b2cec?pli=1>`
11. "__int128_t" and "__uint128_t" types were introduced. Many thanks to Gustavo Carneiro
- for providing the patch.
+ for providing the patch.
12. Thanks to Aron Xu, for pointing out that it is better to use "os.name",
instead of "sys.platform" for platform specific logic.
Modified: pygccxml_dev/docs/pkg-info.txt
===================================================================
--- pygccxml_dev/docs/pkg-info.txt 2011-03-07 20:42:15 UTC (rev 1853)
+++ pygccxml_dev/docs/pkg-info.txt 2011-03-07 20:44:32 UTC (rev 1854)
@@ -5,7 +5,6 @@
Author-email: roman yakovenko at gmail com
Maintainer: Roman Yakovenko
Maintainer-email: roman yakovenko at gmail com
-Home-page: http://www.language-binding.net/
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
Summary: Python package for easy C++ declarations navigation
License: Boost Software License
@@ -24,4 +23,4 @@
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
\ No newline at end of file
+Classifier: Topic :: Software Development
Modified: pygccxml_dev/setup.py
===================================================================
--- pygccxml_dev/setup.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pygccxml_dev/setup.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -11,7 +11,6 @@
description = "GCC-XML generated file reader",
author = "Roman Yakovenko",
author_email = "rom...@gm...",
- url = 'http://www.language-binding.net/pygccxml/pygccxml.html',
packages = [ 'pygccxml',
'pygccxml.declarations',
'pygccxml.parser',
Modified: pyplusplus_dev/README.txt
===================================================================
--- pyplusplus_dev/README.txt 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/README.txt 2011-03-07 20:44:32 UTC (rev 1854)
@@ -5,17 +5,15 @@
Python bindings of a C/C++ library. The tool is implemented as a Python
module which is controlled by a user script.
-Homepage: http://www.language-binding.net/pyplusplus/pyplusplus.html
-
Requirements
------------
In order to use Py++ you need the following additional components:
- Python v2.6 (or higher)
-- pygccxml (http://www.language-binding.net/pygccxml/pygccxml.html)
-- GCC-XML (http://www.gccxml.org)
+- pygccxml
+- GCC-XML
Install
Modified: pyplusplus_dev/docs/documentation/apidocs/code_creators.rest
===================================================================
--- pyplusplus_dev/docs/documentation/apidocs/code_creators.rest 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/docs/documentation/apidocs/code_creators.rest 2011-03-07 20:44:32 UTC (rev 1854)
@@ -111,14 +111,6 @@
:undoc-members:
:show-inheritance:
-ctypes_module
--------------
-
-.. automodule:: pyplusplus.code_creators.ctypes_module
- :members:
- :undoc-members:
- :show-inheritance:
-
custom
------
Modified: pyplusplus_dev/docs/documentation/functions/transformation/input_static_matrix.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/input_static_matrix.rest 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/docs/documentation/functions/transformation/input_static_matrix.rest 2011-03-07 20:44:32 UTC (rev 1854)
@@ -1,6 +1,6 @@
-==================================
+===================================
``input_static_matrix`` transformer
-==================================
+===================================
----------
Definition
Modified: pyplusplus_dev/docs/examples/easybmp/pkg-info.txt
===================================================================
--- pyplusplus_dev/docs/examples/easybmp/pkg-info.txt 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/docs/examples/easybmp/pkg-info.txt 2011-03-07 20:44:32 UTC (rev 1854)
@@ -5,7 +5,6 @@
Author-email: roman yakovenko at gmail com
Maintainer: Roman Yakovenko
Maintainer-email: roman yakovenko at gmail com
-Home-page: http://www.language-binding.net/pyplusplus/examples/py_easybmp/py_easybmp.html
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
Summary: Python bindings for C++ EasyBMP library
License: Boost Software License
@@ -15,4 +14,4 @@
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
\ No newline at end of file
+Classifier: Topic :: Software Development
Modified: pyplusplus_dev/docs/pkg-info.txt
===================================================================
--- pyplusplus_dev/docs/pkg-info.txt 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/docs/pkg-info.txt 2011-03-07 20:44:32 UTC (rev 1854)
@@ -4,8 +4,7 @@
Author: Roman Yakovenko
Author-email: roman yakovenko at gmail com
Maintainer: Roman Yakovenko
-Maintainer-email: roman yakovenko at gmail com
-Home-page: http://www.language-binding.net/
+Maintainer-email: roman yakovenko at gmail co
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
Summary: pyplusplus is an object-oriented framework for creating a code generator for boost.python library
License: Boost Software License
@@ -16,4 +15,4 @@
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development
\ No newline at end of file
+Classifier: Topic :: Software Development
Modified: pyplusplus_dev/examples/pyboost_dev/setup.py
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/setup.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/examples/pyboost_dev/setup.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -16,7 +16,6 @@
, description = ""
, author = "Roman Yakovenko"
, author_email = "rom...@gm..."
- , url = 'http://www.language-binding.net/pygccxml/pygccxml.html'
, packages = [ 'pyboost'
, 'pyboost.boost_random'
, 'pyboost.crc'
Modified: pyplusplus_dev/pyplusplus/decl_wrappers/algorithm.py
===================================================================
--- pyplusplus_dev/pyplusplus/decl_wrappers/algorithm.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/pyplusplus/decl_wrappers/algorithm.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -100,9 +100,7 @@
return full_name
class registration_order:
- """class-namespace, introduce few functions, which deals with functions
- registration order problem: http://www.language-binding.net/pyplusplus/documentation/functions/registration_order.html
- """
+ """the class, introduces few functions, which deals with functions registration order problem"""
@staticmethod
def is_related( t1, t2 ):
Modified: pyplusplus_dev/pyplusplus/decl_wrappers/decl_wrapper.py
===================================================================
--- pyplusplus_dev/pyplusplus/decl_wrappers/decl_wrapper.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/pyplusplus/decl_wrappers/decl_wrapper.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -184,7 +184,7 @@
this declaration.
skip_ignored argument allows you to control the information reported to you.
- For more information please read: http://www.language-binding.net/pyplusplus/documentation/warnings.html
+ For more information please read documentation about warnings.
"""
msgs = []
if not self.exportable:
Modified: pyplusplus_dev/pyplusplus/module_builder/boost_python_builder.py
===================================================================
--- pyplusplus_dev/pyplusplus/module_builder/boost_python_builder.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/pyplusplus/module_builder/boost_python_builder.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -25,7 +25,7 @@
"""
This class provides users with simple and intuitive interface to `Py++`
and/or pygccxml functionality. If this is your first attempt to use `Py++`
- consider to read tutorials. You can find them on `web site <http://www.language-binding.net>`_.
+ consider to read tutorials.
"""
def __init__( self
Modified: pyplusplus_dev/setup.py
===================================================================
--- pyplusplus_dev/setup.py 2011-03-07 20:42:15 UTC (rev 1853)
+++ pyplusplus_dev/setup.py 2011-03-07 20:44:32 UTC (rev 1854)
@@ -13,7 +13,6 @@
description="Py++ is a framework of components for creating C++ code generator for Boost.Python library",
author="Roman Yakovenko",
author_email="rom...@gm...",
- url='http://www.language-binding.net/pyplusplus/pyplusplus.html',
scripts = [],
packages=[ 'pyplusplus',
'pyplusplus.file_writers',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|