New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82590


Ignore:
Timestamp:
08/16/11 06:34:13 (4 years ago)
Author:
mmoll@…
Message:

unify py*-pygccxml-devel, py*-pyplusplus-devel

Location:
trunk/dports/python
Files:
2 deleted
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-pygccxml-devel/Portfile

    r72653 r82590  
    22 
    33PortSystem          1.0 
    4 PortGroup           python26 1.0 
     4PortGroup           python 1.0 
    55 
    6 name                py26-pygccxml-devel 
     6name                py-pygccxml-devel 
    77version             20101014 
     8python.versions     25 26 27 31 32 
     9python.default_version 27 
    810categories-append   devel 
    911maintainers         mmoll openmaintainer 
    10  
    1112description         pygccxml is a python interface to gcc-xml 
    1213long_description    ${description} 
    13  
    1414platforms           darwin 
    15  
    16 homepage            http://www.language-binding.net/pygccxml/pygccxml.html 
     15homepage            http://sourceforge.net/projects/pygccxml/ 
    1716fetch.type          svn 
    1817svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev 
     
    2019worksrcdir          pygccxml_dev 
    2120 
    22 depends_lib         port:gccxml-devel \ 
    23                     port:py26-distribute 
     21if {$subport != $name} { 
     22    depends_lib     port:gccxml-devel \ 
     23                    port:py${python.version}-distribute 
    2424 
    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} 
    2829 
    2930livecheck.type      none 
  • trunk/dports/python/py-pyplusplus-devel/Portfile

    r72653 r82590  
    22 
    33PortSystem          1.0 
    4 PortGroup           python26 1.0 
     4PortGroup           python 1.0 
    55 
    6 name                py26-pyplusplus-devel 
     6name                py-pyplusplus-devel 
    77version             20101014 
     8python.versions     25 26 27 31 32 
     9python.default_version 27 
    810categories-append   devel 
    911maintainers         mmoll openmaintainer 
    10  
    1112description         Py++ is an framework for creating a code generator for Boost.Python library and ctypes package 
    1213long_description    ${description} 
    13  
    1414platforms           darwin 
    15  
    16 homepage            http://www.language-binding.net/pyplusplus/pyplusplus.html 
     15homepage            http://sourceforge.net/projects/pygccxml/ 
    1716fetch.type          svn 
    1817svn.url             https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev 
     
    2019worksrcdir          pyplusplus_dev 
    2120 
    22 depends_lib         port:py26-pygccxml-devel \ 
    23                     port:py26-distribute 
    24  
     21if {$subport != $name} { 
     22    depends_lib     port:py${python.version}-pygccxml-devel \ 
     23                    port:py${python.version}-distribute 
     24} 
    2525 
    2626livecheck.type      none 
Note: See TracChangeset for help on using the changeset viewer.