[36056] trunk/dports/python

afb at macports.org afb at macports.org
Wed Apr 16 00:51:57 PDT 2008


Revision: 36056
          http://trac.macosforge.org/projects/macports/changeset/36056
Author:   afb at macports.org
Date:     2008-04-16 00:51:57 -0700 (Wed, 16 Apr 2008)

Log Message:
-----------
new port: pygpgme 0.1 (needed for newer yum)

Added Paths:
-----------
    trunk/dports/python/py-pygpgme/
    trunk/dports/python/py-pygpgme/Portfile

Added: trunk/dports/python/py-pygpgme/Portfile
===================================================================
--- trunk/dports/python/py-pygpgme/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygpgme/Portfile	2008-04-16 07:51:57 UTC (rev 36056)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-pygpgme
+version			0.1
+platforms		darwin
+categories		python
+maintainers		afb at macports.org openmaintainer
+description		Python module for working with OpenPGP messages
+long_description	\
+PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt \
+files using the OpenPGP format.  It is built on top of GNU Privacy Guard and \
+the GPGME library.
+
+homepage		http://cheeseshop.python.org/pypi/pygpgme/${version}/
+master_sites		 http://cheeseshop.python.org/packages/source/p/pygpgme/
+distname		pygpgme-${version}
+checksums		md5 0878d866b6ee8a98a9003a81934ecee3
+
+depends_lib		port:gpgme
+
+build.env		CPPFLAGS="-I${prefix}/include"
+build.cmd		make
+
+post-destroot		{ delete "${destroot}/${python.pkgd}/gpgme/tests" }


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

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


More information about the macports-changes mailing list