pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-openid Also works with Python 2.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08f900a34fd4
branches:  trunk
changeset: 570038:08f900a34fd4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 23 22:57:05 2010 +0000

description:
Also works with Python 2.6.

diffstat:

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

diffs (18 lines):

diff -r 304bae580c30 -r 08f900a34fd4 security/py-openid/Makefile
--- a/security/py-openid/Makefile       Sat Jan 23 22:46:08 2010 +0000
+++ b/security/py-openid/Makefile       Sat Jan 23 22:57:05 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/07/21 14:08:04 roy Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/23 22:57:05 joerg Exp $
 
 DISTVERS=      2.2.4
 DISTNAME=      python-openid-${DISTVERS}
@@ -15,7 +15,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED=      25
+PYTHON_VERSIONS_ACCEPTED=      26 25
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index