pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-gnupg allow any Python >=21
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe277e5e9385
branches: trunk
changeset: 510567:fe277e5e9385
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Mar 31 14:33:14 2006 +0000
description:
allow any Python >=21
diffstat:
security/py-gnupg/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r edfd48b7612c -r fe277e5e9385 security/py-gnupg/Makefile
--- a/security/py-gnupg/Makefile Fri Mar 31 14:31:03 2006 +0000
+++ b/security/py-gnupg/Makefile Fri Mar 31 14:33:14 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index