[107151] trunk/dports/python/py-bottleneck/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 14:01:12 PDT 2013


Revision: 107151
          https://trac.macports.org/changeset/107151
Author:   jmr at macports.org
Date:     2013-06-19 14:01:12 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-bottleneck: correct license, remove unused setuptools dep

Modified Paths:
--------------
    trunk/dports/python/py-bottleneck/Portfile

Modified: trunk/dports/python/py-bottleneck/Portfile
===================================================================
--- trunk/dports/python/py-bottleneck/Portfile	2013-06-19 20:53:44 UTC (rev 107150)
+++ trunk/dports/python/py-bottleneck/Portfile	2013-06-19 21:01:12 UTC (rev 107151)
@@ -9,7 +9,7 @@
 revision            0
 categories-append   math
 platforms           darwin
-license             BSD-like
+license             BSD
 
 python.versions     26 27 31 32 33
 
@@ -30,8 +30,7 @@
                     sha256  eddfdc0492e7b0d2749d4a8861503186446d09d73f3eeb3f064a80313ded2f65
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-cython    \
+    depends_lib-append  port:py${python.version}-cython    \
                         port:py${python.version}-numpy
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/e7450d45/attachment.html>


More information about the macports-changes mailing list