[146497] trunk/dports/python/py-mpmath/Portfile

stromnov at macports.org stromnov at macports.org
Wed Mar 9 13:37:36 PST 2016


Revision: 146497
          https://trac.macports.org/changeset/146497
Author:   stromnov at macports.org
Date:     2016-03-09 13:37:36 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-mpmath: update to version 0.19

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

Modified: trunk/dports/python/py-mpmath/Portfile
===================================================================
--- trunk/dports/python/py-mpmath/Portfile	2016-03-09 21:33:27 UTC (rev 146496)
+++ trunk/dports/python/py-mpmath/Portfile	2016-03-09 21:37:36 UTC (rev 146497)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-mpmath
-version             0.18
+version             0.19
 revision            0
 categories-append   math
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     27
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,15 +24,17 @@
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  83979e4e4b9c11158d2a94c52302620ad94d63e5 \
-                    sha256  12306dc2340f59178681fcb28ef4d727702c7ad3e64f81a2d970c4c91afe461e
+checksums           rmd160  96c4f24528e8785209242cb9c36686c42248213f \
+                    sha256  68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222
 
 if {${name} ne ${subport}} {
     post-destroot {
-       xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-       xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \
-          ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE \
+            ${destroot}${prefix}/share/doc/${subport}
     }
+
+    livecheck.type      none
 } else {
     livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/0c1de9bf/attachment.html>


More information about the macports-changes mailing list