[121435] trunk/dports/python/py-radical-utils/Portfile

petr at macports.org petr at macports.org
Wed Jun 25 06:49:28 PDT 2014


Revision: 121435
          https://trac.macports.org/changeset/121435
Author:   petr at macports.org
Date:     2014-06-25 06:49:28 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
py-radical-utils @0.6.2: update to @0.7.3, add test target

Modified Paths:
--------------
    trunk/dports/python/py-radical-utils/Portfile

Modified: trunk/dports/python/py-radical-utils/Portfile
===================================================================
--- trunk/dports/python/py-radical-utils/Portfile	2014-06-25 12:32:39 UTC (rev 121434)
+++ trunk/dports/python/py-radical-utils/Portfile	2014-06-25 13:49:28 UTC (rev 121435)
@@ -8,7 +8,7 @@
 set _n              [string index ${_name} 0]
 
 name                py-radical-utils
-version             0.6.2
+version             0.7.3
 categories-append   net parallel devel
 platforms           darwin
 supported_archs     noarch
@@ -27,9 +27,9 @@
 distname            ${_name}-${version}
 master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 
-checksums           md5     dc54498c56ac5a3fceddcbc5d0aad287 \
-                    rmd160  f0a4b9178b514c1f250196af832947c6fd38ecc7 \
-                    sha256  af2fc46900c5e8d4dc2f2784043c1729892c182be67060a8b591deb54b7ce0f1
+checksums           md5     263e64d1e003de47476bc3b27efa3f06 \
+                    rmd160  c8e0dc0318e67ed56bf5f2ae24ccf94cff05ca79 \
+                    sha256  617d50ca85e9451514de21a342b147f3a53e95f0a28ec56117f6ba3c7bcf49b8
 
 python.versions     26 27
 
@@ -37,6 +37,8 @@
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-colorama
 
+    test.run        yes
+
     # Adding documentation
     post-destroot {
         set dest_doc ${destroot}${prefix}/share/doc/${subport}
@@ -47,6 +49,7 @@
             README.md \
                 ${dest_doc}
     }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140625/d33f1c06/attachment.html>


More information about the macports-changes mailing list