[117631] trunk/dports/python/py-keyring/Portfile

g5pw at macports.org g5pw at macports.org
Thu Mar 6 03:19:35 PST 2014


Revision: 117631
          https://trac.macports.org/changeset/117631
Author:   g5pw at macports.org
Date:     2014-03-06 03:19:34 -0800 (Thu, 06 Mar 2014)
Log Message:
-----------
python/py-keyring:
  update to 3.6
  move upstream to github
  add python 33 and 34 subports
  remove python 24 and 25 subports, they are no longer supported upstream

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

Modified: trunk/dports/python/py-keyring/Portfile
===================================================================
--- trunk/dports/python/py-keyring/Portfile	2014-03-06 07:09:53 UTC (rev 117630)
+++ trunk/dports/python/py-keyring/Portfile	2014-03-06 11:19:34 UTC (rev 117631)
@@ -2,8 +2,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-name                py-keyring
-version             0.6.2
+PortGroup           github 1.0
+
+github.setup        jaraco keyring 3.6
+name                py-${name}
 license             PSF
 maintainers         nomaintainer
 description         Python interface to access the system keyring service
@@ -16,28 +18,20 @@
 platforms           darwin
 
 homepage            http://pypi.python.org/pypi/keyring
-master_sites        http://pypi.python.org/packages/source/k/keyring
-distname            keyring-${version}
 
-checksums           md5     b21b5783c375fc09abdc060b4edc062f \
-                    sha1    a8a964c73ce96a19f30d9aa9a47d2feab948022c \
-                    rmd160  c49fb3c0baa190c798d25e78f392b273cd771540
+checksums           rmd160  6603d9bac6ff4b4947d2a87a6e9a2438eaf51641 \
+                    sha256  282132421bafc34b78a25ec07a78ce5539f3d358a290750fe79535fca2a693e0
 
-#broken with python 3.1 and 3.2
-python.versions     24 25 26 27
+python.versions     26 27 33 34
 python.default_version  27
 
 if {${name} ne ${subport}} {
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
                           ${destroot}${prefix}/share/examples/${subport}
-        xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.txt README \
+        xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.rst README.rst \
             ${destroot}${prefix}/share/doc/${subport}
         eval file copy [glob ${worksrcpath}/demo/*] \
             ${destroot}${prefix}/share/examples/${subport}
     }
 }
-
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     "keyring-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140306/13562ffe/attachment.html>


More information about the macports-changes mailing list