[31016] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 14:28:25 PST 2007


Revision: 31016
          http://trac.macosforge.org/projects/macports/changeset/31016
Author:   ram at macports.org
Date:     2007-11-13 14:28:24 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
add py25-gnupg, copied from py-gnupg - closes #13010

Added Paths:
-----------
    trunk/dports/python/py25-gnupg/
    trunk/dports/python/py25-gnupg/Portfile
    trunk/dports/python/py25-gnupg/files/
    trunk/dports/python/py25-gnupg/files/patch-setup.py.diff

Added: trunk/dports/python/py25-gnupg/Portfile
===================================================================
--- trunk/dports/python/py25-gnupg/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-gnupg/Portfile	2007-11-13 22:28:24 UTC (rev 31016)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-gnupg
+version			0.3.2
+categories		python
+platforms		darwin
+maintainers		ram openmaintainer
+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
+patchfiles		patch-setup.py.diff
+
+depends_lib-append	lib:gnupg: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}
+}


Property changes on: trunk/dports/python/py25-gnupg/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/python/py25-gnupg/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py25-gnupg/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py25-gnupg/files/patch-setup.py.diff	2007-11-13 22:28:24 UTC (rev 31016)
@@ -0,0 +1,17 @@
+--- setup.py	Fri Jan 11 21:20:51 2002
++++ setup.py.new	Sat Dec 20 15:22:29 2003
+@@ -9,12 +9,12 @@
+ """
+ 
+ distutils.core.setup( name = 'GnuPGInterface',
+-                      version = '0.3.2',
++                      version = 'VERSION',
+                       description = 'GnuPG interactions with file handles',
+ 		      long_description = long_description,
+                       author = 'Frank J. Tobin',
+                       author_email = 'ftobin at users.sourceforge.net',
+-		      licence = 'LGPL',
++		      license = 'LGPL',
+ 		      platforms = 'POSIX',
+ 		      keywords = 'GnuPG gpg',
+                       url = 'http://py-gnupg.sourceforge.net/',

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071113/c73f4d00/attachment.html


More information about the macports-changes mailing list