[145858] trunk/dports/python/py-jug/Portfile

stromnov at macports.org stromnov at macports.org
Fri Feb 19 05:26:13 PST 2016


Revision: 145858
          https://trac.macports.org/changeset/145858
Author:   stromnov at macports.org
Date:     2016-02-19 05:26:13 -0800 (Fri, 19 Feb 2016)
Log Message:
-----------
py-jug: update to version 1.2.1

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

Modified: trunk/dports/python/py-jug/Portfile
===================================================================
--- trunk/dports/python/py-jug/Portfile	2016-02-19 13:18:51 UTC (rev 145857)
+++ trunk/dports/python/py-jug/Portfile	2016-02-19 13:26:13 UTC (rev 145858)
@@ -5,12 +5,12 @@
 PortGroup           python 1.0
 
 name                py-jug
-version             1.2
+version             1.2.1
 revision            0
 platforms           darwin
 license             MIT
 
-python.versions     27 33 34
+python.versions     27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -18,22 +18,21 @@
 long_description    ${description}
 
 homepage            http://luispedro.org/software/jug
-master_sites        https://pypi.python.org/packages/source/J/Jug/
+master_sites        pypi:J/Jug
 
 distname            Jug-${version}
 
-checksums           rmd160  f994612b151896c848cab2df6c8f3b08ad1c623c \
-                    sha256  da249a73c7783e2c2e7b162001b7f198a01711411f5f4786d2d58a3aa9ec315d
+checksums           rmd160  4348d8d9bea72674cacca1b55a6864f94bd10bba \
+                    sha256  ddbf7229f3437263a9d2343f804ed920c88ea97903aae630232fb8aa5d56e369
 
 if {${name} ne ${subport}} {
-    depends_build-append    port:py${python.version}-setuptools
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-six \
+                        port:py${python.version}-redis
 
-    depends_lib-append      port:py${python.version}-six \
-                            port:py${python.version}-redis
-
-    livecheck.type          none
+    livecheck.type      none
 } else {
-    livecheck.type          regex
-    livecheck.url           https://pypi.python.org/pypi/jug/json
-    livecheck.regex         {Jug-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Jug
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160219/1b9e5fa3/attachment.html>


More information about the macports-changes mailing list