[123084] trunk/dports/python/py-colormath/Portfile

aronnax at macports.org aronnax at macports.org
Mon Aug 4 17:40:09 PDT 2014


Revision: 123084
          https://trac.macports.org/changeset/123084
Author:   aronnax at macports.org
Date:     2014-08-04 17:40:09 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
py-colormath: update to 2.0.2, adopt

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

Modified: trunk/dports/python/py-colormath/Portfile
===================================================================
--- trunk/dports/python/py-colormath/Portfile	2014-08-05 00:35:16 UTC (rev 123083)
+++ trunk/dports/python/py-colormath/Portfile	2014-08-05 00:40:09 UTC (rev 123084)
@@ -4,11 +4,10 @@
 PortGroup           python 1.0
 
 name                py-colormath
-version             1.0.8
-revision            1
+version             2.0.2
 categories-append   math
 license             BSD
-maintainers         nomaintainer
+maintainers         aronnax openmaintainer
 description         Simplify color math operations in python
 long_description \
    The python-colormath is a python module that abstracts common color math \
@@ -17,19 +16,25 @@
 platforms           darwin
 supported_archs     noarch
 
-homepage            http://code.google.com/p/python-colormath/
+homepage            http://python-colormath.readthedocs.org/
 master_sites        http://pypi.python.org/packages/source/c/colormath/
 distname            colormath-${version}
 
-checksums           md5     ab44959e09b2634763449fc0d0b303d3 \
-                    sha1    f25ab70231ee77e5d81b4367f22b73118cfd82d8 \
-                    rmd160  2dd69548feb436e0b90b3fbff30a2d74745bbd4a
+checksums           md5     c2c0c84bb6b800a2df121983300c6a21 \
+                    sha1    e25589946654838d8189a52fc51765c8bc0c52e9 \
+                    rmd160  74383dbd73147d4eae1baca46c6fa2f7290a4495
 
-python.versions     26
+python.versions     27 33 34
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-numpy
+    depends_build-append \
+                    port:py${python.version}-setuptools
 
+    depends_lib-append \
+                    port:py${python.version}-networkx \
+                    port:py${python.version}-nose \
+                    port:py${python.version}-numpy
+
     post-destroot {
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
        xinstall -m 644 -W ${worksrcpath} README.rst LICENSE.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/0019052f/attachment.html>


More information about the macports-changes mailing list