summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-03-31 14:33:14 +0000
committerdrochner <drochner>2006-03-31 14:33:14 +0000
commit15704b3e5b1a2f2624270cc06cd0aa58b442a9d9 (patch)
tree1d05cd3bbcb67937c679407eeeb7fe1a6f17c0f2
parent88e73695979e6c95f86f151b8c1df7d83b0f6dee (diff)
downloadpkgsrc-15704b3e5b1a2f2624270cc06cd0aa58b442a9d9.tar.gz
allow any Python >=21
-rw-r--r--security/py-gnupg/Makefile4
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"