pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-gnupg Fix warning reported by "pkglint".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e64030540fa
branches:  trunk
changeset: 535467:2e64030540fa
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Nov 18 23:38:12 2007 +0000

description:
Fix warning reported by "pkglint".

diffstat:

 security/py-gnupg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 24339a4fcae4 -r 2e64030540fa security/py-gnupg/Makefile
--- a/security/py-gnupg/Makefile        Sun Nov 18 23:37:59 2007 +0000
+++ b/security/py-gnupg/Makefile        Sun Nov 18 23:38:12 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:25 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/11/18 23:38:12 tron 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 22 23 24
+PYTHON_VERSIONS_ACCEPTED=      24 23 22 21
 PYDISTUTILSPKG=        yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index