[75808] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Wed Feb 9 01:24:28 PST 2011


Revision: 75808
          http://trac.macports.org/changeset/75808
Author:   and.damore at macports.org
Date:     2011-02-09 01:24:26 -0800 (Wed, 09 Feb 2011)
Log Message:
-----------
new port: py26-keyring, interface to system's keychain

Added Paths:
-----------
    trunk/dports/python/py26-keyring/
    trunk/dports/python/py26-keyring/Portfile

Added: trunk/dports/python/py26-keyring/Portfile
===================================================================
--- trunk/dports/python/py26-keyring/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-keyring/Portfile	2011-02-09 09:24:26 UTC (rev 75808)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-keyring
+version             0.5.1
+categories-append   devel
+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]+)\.tar\.gz}
+


Property changes on: trunk/dports/python/py26-keyring/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110209/788b2dfd/attachment.html>


More information about the macports-changes mailing list