diff options
author | obache <obache> | 2011-10-29 06:40:25 +0000 |
---|---|---|
committer | obache <obache> | 2011-10-29 06:40:25 +0000 |
commit | f8d68b2b24f81447d4fee7be7dc325bf13c4b67e (patch) | |
tree | 94417b9e963f00471017fb7ed16eafd03ee5d285 /security | |
parent | f47fcede656e43371b4095a20794d5e7c316bbb2 (diff) | |
download | pkgsrc-f8d68b2b24f81447d4fee7be7dc325bf13c4b67e.tar.gz |
* LICENSE=gnu-lgpv-v2.1
* pure python module, C compiler is not required.
* register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnupg/Makefile | 9 | ||||
-rw-r--r-- | security/py-gnupg/PLIST | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index deb6f9fb0bd..8f717897434 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.15 2009/02/09 21:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2011/10/29 06:40:25 obache Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://py-gnupg.sourceforge.net/ COMMENT= Python module for GnuPG interface +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= gnupg>=1.0.0:../../security/gnupg -PYDISTUTILSPKG= yes +USE_LANGUAGES= # none -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST index 1f2d5628fb9..f1a0150daf8 100644 --- a/security/py-gnupg/PLIST +++ b/security/py-gnupg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/10/29 06:40:25 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/GnuPGInterface.py ${PYSITELIB}/GnuPGInterface.pyc ${PYSITELIB}/GnuPGInterface.pyo |