[147642] trunk/dports/python/py-fabric/Portfile

stromnov at macports.org stromnov at macports.org
Mon Apr 11 04:22:04 PDT 2016


Revision: 147642
          https://trac.macports.org/changeset/147642
Author:   stromnov at macports.org
Date:     2016-04-11 04:22:03 -0700 (Mon, 11 Apr 2016)
Log Message:
-----------
py-fabric: update to version 1.11.1

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

Modified: trunk/dports/python/py-fabric/Portfile
===================================================================
--- trunk/dports/python/py-fabric/Portfile	2016-04-11 11:17:00 UTC (rev 147641)
+++ trunk/dports/python/py-fabric/Portfile	2016-04-11 11:22:03 UTC (rev 147642)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-fabric
-version             1.10.2
+version             1.11.1
 revision            0
 categories-append   devel
 platforms           darwin
@@ -21,12 +21,12 @@
 long_description    ${description}
 
 homepage            http://fabfile.org
-master_sites        https://pypi.python.org/packages/source/F/Fabric/
+master_sites        pypi:F/Fabric
 
 distname            Fabric-${version}
 
-checksums           rmd160  6d18e82463d21384fae131d901daa7939f158554 \
-                    sha256  666a3da92273532d3a49dd1ac53e3d721c5ec2f2512cd7dddb7ce19e29e9f038
+checksums           rmd160  58c45c0ab053d026262736b19230616ce0900d13 \
+                    sha256  336cfa335840136fab8694a539dd61924697b8d0c2f3a12afadf0a6165c0875d
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools \
@@ -44,7 +44,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/fabric/json
-    livecheck.regex     {Fabric-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Fabric
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160411/a624e38f/attachment-0001.html>


More information about the macports-changes mailing list