Revision: 107400 https://trac.macports.org/changeset/107400 Author: jmr@macports.org Date: 2013-06-26 21:45:17 -0700 (Wed, 26 Jun 2013) Log Message: ----------- py-trep: remove unused setuptools dep Modified Paths: -------------- trunk/dports/python/py-trep/Portfile Modified: trunk/dports/python/py-trep/Portfile =================================================================== --- trunk/dports/python/py-trep/Portfile 2013-06-27 04:39:34 UTC (rev 107399) +++ trunk/dports/python/py-trep/Portfile 2013-06-27 04:45:17 UTC (rev 107400) @@ -28,13 +28,11 @@ checksums md5 3008ce65392c619c53fe54abbd72db9a \ sha1 db29f2beddf7ec41eb3e5a1355f0bd1c51a919c6 \ rmd160 3aced8b304ffafdafb08a7c0ec75e69e79236a5c -patchfiles patch-setup.py.diff python.versions 26 27 -python.default_version 27 if {$subport != $name} { - depends_lib port:py${python.version}-setuptools \ - port:py${python.version}-numpy \ + patchfiles patch-setup.py.diff + depends_lib port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib \ port:py${python.version}-opengl \
participants (1)
-
jmr@macports.org