[87031] trunk/dports/python
and.damore at macports.org
and.damore at macports.org
Tue Nov 8 00:25:07 PST 2011
Revision: 87031
http://trac.macports.org/changeset/87031
Author: and.damore at macports.org
Date: 2011-11-08 00:25:04 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
port py-keyring: moved py26-keyring to python portgroup for providing subports
Added Paths:
-----------
trunk/dports/python/py-keyring/
trunk/dports/python/py-keyring/Portfile
Removed Paths:
-------------
trunk/dports/python/py-keyring/Portfile
trunk/dports/python/py26-keyring/
Deleted: trunk/dports/python/py-keyring/Portfile
===================================================================
--- trunk/dports/python/py26-keyring/Portfile 2011-11-07 09:01:39 UTC (rev 86936)
+++ trunk/dports/python/py-keyring/Portfile 2011-11-08 08:25:04 UTC (rev 87031)
@@ -1,38 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python26 1.0
-name py26-keyring
-version 0.5.1
-categories-append devel
-license PSF
-maintainers and.damore openmaintainer
-description Python interface to access the system keyring service
-long_description \
- The Python keyring lib provides a easy way to access the system keyring \
- service from python. It can be used in any application that needs safe \
- password storage. The OSXKeychain keyring service supports the Keychain \
- service in Mac OS X.
-
-platforms darwin
-
-homepage http://pypi.python.org/pypi/keyring
-master_sites http://pypi.python.org/packages/source/k/keyring
-distname keyring-${version}
-
-checksums md5 a2f0dcea7185580c163ef2db1f4fbe0c \
- sha1 f7b9005313a24c4a00a295efcba4f9b2c1085f26 \
- rmd160 950eeae68f5aa4605d42e091a24872ff24d7ad4d
-
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} \
- ${destroot}${prefix}/share/examples/${name}
- xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.txt README.txt \
- ${destroot}${prefix}/share/doc/${name}
- eval file copy [glob ${worksrcpath}/demo/*] \
- ${destroot}${prefix}/share/examples/${name}
-}
-
-livecheck.url [lindex ${master_sites} 0]
-livecheck.regex "keyring-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-
Copied: trunk/dports/python/py-keyring/Portfile (from rev 87030, trunk/dports/python/py26-keyring/Portfile)
===================================================================
--- trunk/dports/python/py-keyring/Portfile (rev 0)
+++ trunk/dports/python/py-keyring/Portfile 2011-11-08 08:25:04 UTC (rev 87031)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+name py-keyring
+version 0.6.2
+python.versions 24 25 26 27 31 32
+
+categories-append devel
+license PSF
+maintainers and.damore openmaintainer
+description Python interface to access the system keyring service
+long_description \
+ The Python keyring lib provides a easy way to access the system keyring \
+ service from python. It can be used in any application that needs safe \
+ password storage. The OSXKeychain keyring service supports the Keychain \
+ service in Mac OS X.
+
+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
+
+if {${subport} != ${name}} {
+ 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 \
+ ${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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111108/f2ab980a/attachment.html>
More information about the macports-changes
mailing list