Revision
107350
Author
jmr@macports.org
Date
2013-06-25 19:50:51 -0700 (Tue, 25 Jun 2013)

Log Message

py-pyplusplus-devel: remove unused setuptools dep, mark noarch

Modified Paths

Diff

Modified: trunk/dports/python/py-pyplusplus-devel/Portfile (107349 => 107350)


--- trunk/dports/python/py-pyplusplus-devel/Portfile	2013-06-26 02:42:59 UTC (rev 107349)
+++ trunk/dports/python/py-pyplusplus-devel/Portfile	2013-06-26 02:50:51 UTC (rev 107350)
@@ -7,13 +7,13 @@
 version             20121113
 revision            1
 python.versions     26 27 31 32 33
-python.default_version 27
 categories-append   devel
 maintainers         mmoll openmaintainer
 license             Boost-1
 description         Py++ is an framework for creating a code generator for Boost.Python library and ctypes package
 long_description    ${description}
 platforms           darwin
+supported_archs     noarch
 homepage            http://sourceforge.net/projects/pygccxml/
 master_sites        https://bitbucket.org/ompl/pyplusplus/downloads/
 checksums           rmd160  4010abdbe2e34ed428ab6db98da1f2d76119c2ba \
@@ -23,8 +23,7 @@
 worksrcdir          pyplusplus
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-pygccxml-devel \
-                    port:py${python.version}-setuptools
+    depends_lib     port:py${python.version}-pygccxml-devel
 }
 
 livecheck.type      none