[107348] trunk/dports/python/py-pygccxml-devel/Portfile
Revision: 107348 https://trac.macports.org/changeset/107348 Author: jmr@macports.org Date: 2013-06-25 19:34:42 -0700 (Tue, 25 Jun 2013) Log Message: ----------- py-pygccxml-devel: remove unused setuptools dep, mark noarch Modified Paths: -------------- trunk/dports/python/py-pygccxml-devel/Portfile Modified: trunk/dports/python/py-pygccxml-devel/Portfile =================================================================== --- trunk/dports/python/py-pygccxml-devel/Portfile 2013-06-26 00:23:47 UTC (rev 107347) +++ trunk/dports/python/py-pygccxml-devel/Portfile 2013-06-26 02:34:42 UTC (rev 107348) @@ -7,13 +7,13 @@ version 20121113 python.versions 26 27 31 32 33 -python.default_version 27 categories-append devel maintainers mmoll openmaintainer license Boost-1 description pygccxml is a python interface to gcc-xml long_description ${description} platforms darwin +supported_archs noarch homepage http://sourceforge.net/projects/pygccxml/ master_sites https://bitbucket.org/ompl/pygccxml/downloads/ checksums rmd160 37a8fb79e09a187576d0d8dd908d589ff25cba12 \ @@ -23,8 +23,7 @@ worksrcdir pygccxml if {$subport != $name} { - depends_lib port:gccxml-devel \ - port:py${python.version}-setuptools + depends_lib-append port:gccxml-devel test.run yes test.cmd python${python.branch}
participants (1)
-
jmr@macports.org