[92039] trunk/dports/python

afb at macports.org afb at macports.org
Mon Apr 16 11:53:07 PDT 2012


Revision: 92039
          https://trac.macports.org/changeset/92039
Author:   afb at macports.org
Date:     2012-04-16 11:53:07 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
py-pygpgme: upgrade to 0.3, drop py24, add py27 (#34073)

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

Removed Paths:
-------------
    trunk/dports/python/py25-pygpgme/
    trunk/dports/python/py26-pygpgme/

Modified: trunk/dports/python/py-pygpgme/Portfile
===================================================================
--- trunk/dports/python/py-pygpgme/Portfile	2012-04-16 16:38:10 UTC (rev 92038)
+++ trunk/dports/python/py-pygpgme/Portfile	2012-04-16 18:53:07 UTC (rev 92039)
@@ -1,11 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-pygpgme
-version			0.1
+version			0.3
+python.versions		25 26 27
 platforms		darwin
+license			LGPL
 categories		python
 maintainers		afb openmaintainer
 description		Python module for working with OpenPGP messages
@@ -14,14 +16,19 @@
 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/
+homepage		http://pypi.python.org/pypi/pygpgme/${version}/
+master_sites		http://pypi.python.org/packages/source/p/pygpgme/
 distname		pygpgme-${version}
-checksums		md5 0878d866b6ee8a98a9003a81934ecee3
+checksums		md5 d38355af73f0352cde3d410b25f34fd0 \
+			sha1 f8df35bd2705ac2e1642209fba732e6a42d03fd4 \
+			rmd160 7d15991622ee7adf643d9d658c5da718c6b1bfd0
 
-depends_lib-append		port:gpgme
+if {$name != $subport} {
+depends_lib-append	port:gpgme
 
 build.env		CPPFLAGS="-I${prefix}/include"
-build.cmd		make
+}
 
-post-destroot		{ delete "${destroot}/${python.pkgd}/gpgme/tests" }
+livecheck.type		regex
+livecheck.url		${master_sites}
+livecheck.regex		pygpgme-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/f5b8e080/attachment-0001.html>


More information about the macports-changes mailing list