[143749] trunk/dports/python/py-odo/Portfile

stromnov at macports.org stromnov at macports.org
Sun Dec 20 06:01:42 PST 2015


Revision: 143749
          https://trac.macports.org/changeset/143749
Author:   stromnov at macports.org
Date:     2015-12-20 06:01:42 -0800 (Sun, 20 Dec 2015)
Log Message:
-----------
py-odo: update to version 0.4.0

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

Modified: trunk/dports/python/py-odo/Portfile
===================================================================
--- trunk/dports/python/py-odo/Portfile	2015-12-20 14:00:37 UTC (rev 143748)
+++ trunk/dports/python/py-odo/Portfile	2015-12-20 14:01:42 UTC (rev 143749)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-odo
-version             0.3.4
+version             0.4.0
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,12 +19,12 @@
 long_description    ${description}
 
 homepage            http://github.com/ContinuumIO/odo
-master_sites        https://pypi.python.org/packages/source/o/odo/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            odo-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  6f4af6dd1b31c41dded54a7aa4eb0b12abaeb2da \
-                    sha256  77bdb372999ac0d9ef272927d7867a668108a4193e11eb8646bf770370a30725
+checksums           rmd160  963af2a774f5bd850c4ef421e2d510d2f7c90b90 \
+                    sha256  e9d84a76f9a60bb278810204892348d6883cc1f4c6ce34e362421d75d6271577
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -38,7 +38,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/odo/json
-    livecheck.regex     {odo-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151220/441d1c30/attachment.html>


More information about the macports-changes mailing list