Changeset 82590
- Timestamp:
- 08/16/11 06:34:13 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 2 edited
- 2 moved
-
py-pygccxml-devel (moved) (moved from trunk/dports/python/py26-pygccxml-devel)
-
py-pygccxml-devel/Portfile (modified) (2 diffs)
-
py-pyplusplus-devel (moved) (moved from trunk/dports/python/py26-pyplusplus-devel)
-
py-pyplusplus-devel/Portfile (modified) (2 diffs)
-
py27-pygccxml-devel (deleted)
-
py27-pyplusplus-devel (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-pygccxml-devel/Portfile
r72653 r82590 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.04 PortGroup python 1.0 5 5 6 name py 26-pygccxml-devel6 name py-pygccxml-devel 7 7 version 20101014 8 python.versions 25 26 27 31 32 9 python.default_version 27 8 10 categories-append devel 9 11 maintainers mmoll openmaintainer 10 11 12 description pygccxml is a python interface to gcc-xml 12 13 long_description ${description} 13 14 14 platforms darwin 15 16 homepage http://www.language-binding.net/pygccxml/pygccxml.html 15 homepage http://sourceforge.net/projects/pygccxml/ 17 16 fetch.type svn 18 17 svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev … … 20 19 worksrcdir pygccxml_dev 21 20 22 depends_lib port:gccxml-devel \ 23 port:py26-distribute 21 if {$subport != $name} { 22 depends_lib port:gccxml-devel \ 23 port:py${python.version}-distribute 24 24 25 test.run yes 26 test.cmd python2.6 27 test.target unittests/test_all.py 25 test.run yes 26 test.cmd python${python.branch} 27 test.target unittests/test_all.py 28 } 28 29 29 30 livecheck.type none -
trunk/dports/python/py-pyplusplus-devel/Portfile
r72653 r82590 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.04 PortGroup python 1.0 5 5 6 name py 26-pyplusplus-devel6 name py-pyplusplus-devel 7 7 version 20101014 8 python.versions 25 26 27 31 32 9 python.default_version 27 8 10 categories-append devel 9 11 maintainers mmoll openmaintainer 10 11 12 description Py++ is an framework for creating a code generator for Boost.Python library and ctypes package 12 13 long_description ${description} 13 14 14 platforms darwin 15 16 homepage http://www.language-binding.net/pyplusplus/pyplusplus.html 15 homepage http://sourceforge.net/projects/pygccxml/ 17 16 fetch.type svn 18 17 svn.url https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev … … 20 19 worksrcdir pyplusplus_dev 21 20 22 depends_lib port:py26-pygccxml-devel \ 23 port:py26-distribute 24 21 if {$subport != $name} { 22 depends_lib port:py${python.version}-pygccxml-devel \ 23 port:py${python.version}-distribute 24 } 25 25 26 26 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

