[39267] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Aug 14 15:44:59 PDT 2008


Revision: 39267
          http://trac.macosforge.org/projects/macports/changeset/39267
Author:   macsforever2000 at macports.org
Date:     2008-08-14 15:44:59 -0700 (Thu, 14 Aug 2008)
Log Message:
-----------
Added new portfile and files. Satisfies ticket #16306.

Added Paths:
-----------
    trunk/dports/python/py25-keyczar/
    trunk/dports/python/py25-keyczar/Portfile
    trunk/dports/python/py25-keyczar/files/
    trunk/dports/python/py25-keyczar/files/setup.py

Added: trunk/dports/python/py25-keyczar/Portfile
===================================================================
--- trunk/dports/python/py25-keyczar/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-keyczar/Portfile	2008-08-14 22:44:59 UTC (rev 39267)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-keyczar
+version             0.5b
+categories-append   devel crypto
+maintainers         blb
+description         Easy to use cryptographic toolkit
+long_description \
+   Keyczar is an open source cryptographic toolkit designed to make it \
+   easier and safer for developers to use cryptography in their applications. \
+   Keyczar supports authentication and encryption with both symmetric and \
+   asymmetric keys.
+
+platforms           darwin
+
+homepage            http://www.keyczar.org/
+master_sites        http://keyczar.googlecode.com/files/
+distname            keyczar05b-python
+use_zip             yes
+worksrcdir          Keyczar-Python/src
+
+checksums           md5     43a5743eb8d22384e291a251d78e6ec6 \
+                    sha1    54a78f7487812cf4e02751572beec23e51fe88c7 \
+                    rmd160  fcef5d2bbf113513ad8d803f2fd237957956970b
+
+depends_lib-append  port:py25-crypto port:py25-asn1 port:py25-simplejson
+
+post-extract {
+   file copy ${filespath}/setup.py ${worksrcpath}
+   reinplace "s|@@VERSION@@|${version}|g" ${worksrcpath}/setup.py
+   reinplace "s|@@HOME@@|${homepage}|g" ${worksrcpath}/setup.py
+   reinplace "s|@@DESCRIPTION@@|${description}|g" ${worksrcpath}/setup.py
+}

Added: trunk/dports/python/py25-keyczar/files/setup.py
===================================================================
--- trunk/dports/python/py25-keyczar/files/setup.py	                        (rev 0)
+++ trunk/dports/python/py25-keyczar/files/setup.py	2008-08-14 22:44:59 UTC (rev 39267)
@@ -0,0 +1,9 @@
+from distutils.core import setup
+
+setup( name='keyczar',
+       version='@@VERSION@@',
+       packages=['keyczar'],
+       url='@@HOME@@',
+       description='@@DESCRIPTION@@',
+     )
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080814/0113ac78/attachment.html 


More information about the macports-changes mailing list