diff options
author | drochner <drochner> | 2006-03-31 14:33:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-03-31 14:33:14 +0000 |
commit | e6bdc39e0e053948803a86c06e36d14a70c14a88 (patch) | |
tree | 1d05cd3bbcb67937c679407eeeb7fe1a6f17c0f2 /security/py-gnupg | |
parent | c08408ffbfd70a5e68079b8a60d01a3da63bf5b8 (diff) | |
download | pkgsrc-e6bdc39e0e053948803a86c06e36d14a70c14a88.tar.gz |
allow any Python >=21
Diffstat (limited to 'security/py-gnupg')
-rw-r--r-- | security/py-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 01b4005f83d..1a8c6a351a0 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/16 22:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/31 14:33:14 drochner Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -12,7 +12,7 @@ COMMENT= Python module for GnuPG interface DEPENDS+= gnupg>=1.0.0:../../security/gnupg -PYTHON_VERSIONS_ACCEPTED= 21 +PYTHON_VERSIONS_ACCEPTED= 21 22 23 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |