[118786] trunk/dports/python/py-mercurial_keyring/Portfile

sean at macports.org sean at macports.org
Thu Apr 10 17:14:12 PDT 2014


Revision: 118786
          https://trac.macports.org/changeset/118786
Author:   sean at macports.org
Date:     2014-04-10 17:14:11 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
py-mercurial_keyring: update to 0.6.2 and use bitbucket portgroup

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

Modified: trunk/dports/python/py-mercurial_keyring/Portfile
===================================================================
--- trunk/dports/python/py-mercurial_keyring/Portfile	2014-04-11 00:14:06 UTC (rev 118785)
+++ trunk/dports/python/py-mercurial_keyring/Portfile	2014-04-11 00:14:11 UTC (rev 118786)
@@ -3,8 +3,11 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           bitbucket 1.0
+
+bitbucket.setup     Mekk mercurial_keyring 0.6.2
 name                py-mercurial_keyring
-version             0.6.1
+
 categories-append   devel
 license             GPL
 maintainers         sean openmaintainer
@@ -17,17 +20,11 @@
 
 platforms           darwin
 
-homepage            http://pypi.python.org/pypi/mercurial_keyring
-master_sites        http://pypi.python.org/packages/source/m/mercurial_keyring
-distname            mercurial_keyring-${version}
+checksums           rmd160  5a5407a680eb93f6ea823fffdd980a78fd856acb \
+                    sha256  2b60e0430588043398e84194e6fffb08d83b618e6c1f65b2bd5847f710c6c43d
 
-checksums           rmd160  6f5d3c8411d40930cadad0efac9f4306fda4f559 \
-                    sha256  8b78f8c03d70f1c948f867970207ab0839b9750c0cfbd15137604f022e528056
-
 #not supporting 3x because py-keyring is broken on python 3.x
-python.versions     24 25 26 27
-#defaulting to 27 to keep in par with mercurial port, check r86604 
-python.default_version  27
+python.versions     27
 
 if {${name} ne ${subport}} {
     depends_run         port:py${python.version}-keyring \
@@ -40,9 +37,6 @@
        xinstall -m 644 -W ${worksrcpath} README.txt \
           ${destroot}${prefix}/share/doc/${subport}
     }
-}
 
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "mercurial_keyring-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/1d1f6e9f/attachment.html>


More information about the macports-changes mailing list