[145138] trunk/dports/python/py-scoop/Portfile

stromnov at macports.org stromnov at macports.org
Tue Jan 26 12:07:03 PST 2016


Revision: 145138
          https://trac.macports.org/changeset/145138
Author:   stromnov at macports.org
Date:     2016-01-26 12:07:03 -0800 (Tue, 26 Jan 2016)
Log Message:
-----------
py-scoop: update to version 0.7.1.1

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

Modified: trunk/dports/python/py-scoop/Portfile
===================================================================
--- trunk/dports/python/py-scoop/Portfile	2016-01-26 20:03:19 UTC (rev 145137)
+++ trunk/dports/python/py-scoop/Portfile	2016-01-26 20:07:03 UTC (rev 145138)
@@ -5,13 +5,14 @@
 PortGroup           python 1.0
 
 name                py-scoop
-version             0.6.2
+version             0.7.1.1
 revision            0
 categories-append   devel
 platforms           darwin
 license             LGPL
+supported_archs     noarch
 
-python.versions     27 33
+python.versions     27 33 35
 
 maintainers         stromnov openmaintainer
 
@@ -22,13 +23,13 @@
                     parallel programming on various environments, from \
                     heterogeneous grids to supercomputers.
 
-homepage            http://scoop.googlecode.com/
-master_sites        googlecode:scoop
+homepage            http://pyscoop.org/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            scoop-${version}.release
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  1d4219d8c449d51284984ed0dbd955fd6b5c5511 \
-                    sha256  2da1ac8e2777977314ba0409f9cc4779b0aa51b411d55e813e1923a8dfdf472c
+checksums           rmd160  02d35a65f95a50fe0dae85b147b46e7052a68236 \
+                    sha256  d8b6444c7bac901171e3327a97e241dde63f060354e162a65551fd8083ca62b4
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -38,5 +39,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.regex     {scoop-(\d+(?:\.\d+)*)(?:\.release)?\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160126/7aab53de/attachment.html>


More information about the macports-changes mailing list