[71675] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Sun Sep 19 11:18:03 PDT 2010
Revision: 71675
http://trac.macports.org/changeset/71675
Author: singingwolfboy at macports.org
Date: 2010-09-19 11:18:02 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
New port: py27-gnupg
Added Paths:
-----------
trunk/dports/python/py27-gnupg/
trunk/dports/python/py27-gnupg/Portfile
Added: trunk/dports/python/py27-gnupg/Portfile
===================================================================
--- trunk/dports/python/py27-gnupg/Portfile (rev 0)
+++ trunk/dports/python/py27-gnupg/Portfile 2010-09-19 18:18:02 UTC (rev 71675)
@@ -0,0 +1,44 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-gnupg
+version 0.3.2
+categories python
+platforms darwin
+maintainers nomaintainer
+
+description GnuPGInterface is a Python module to interface with GnuPG
+long_description GnuPGInterface is a Python module to interface with \
+ GnuPG. It concentrates on interacting with GnuPG via filehandles, \
+ providing access to control GnuPG via versatile and extensible means.
+
+homepage http://py-gnupg.sourceforge.net/
+master_sites sourceforge:py-gnupg
+distname GnuPGInterface-${version}
+
+checksums md5 d4627d83446f96bd8c22f8d15db3f7c2 \
+ sha1 4d916b0fa1ba2d1894efdc1bc0c14ea4e6b43fa6 \
+ rmd160 7bc5ae75bf17203442cfda8bbdb430b2f02fdd75
+
+patchfiles patch-setup.py.diff
+
+depends_lib-append port:gnupg
+
+post-patch {
+ reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
+}
+
+test.run yes
+test.cmd ${python.bin} unittests.py
+test.target
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog NEWS README \
+ THANKS ${destroot}${prefix}/share/doc/${name}
+}
+
+universal_variant no
+
+livecheck.distname GnuPGInterface
Property changes on: trunk/dports/python/py27-gnupg/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/20100919/40e67e72/attachment.html>
More information about the macports-changes
mailing list