pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-smbpasswd Works fine with python2.6 too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82827759ad68
branches:  trunk
changeset: 576094:82827759ad68
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Tue Jun 01 21:30:25 2010 +0000

description:
Works fine with python2.6 too.

diffstat:

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

diffs (18 lines):

diff -r cf7a1910079b -r 82827759ad68 security/py-smbpasswd/Makefile
--- a/security/py-smbpasswd/Makefile    Tue Jun 01 21:25:30 2010 +0000
+++ b/security/py-smbpasswd/Makefile    Tue Jun 01 21:30:25 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/01 21:30:25 bouyer Exp $
 #
 
 DISTNAME=      py-smbpasswd-1.0.1
@@ -13,7 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED=      25 24
+PYTHON_VERSIONS_ACCEPTED=      26 25 24
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index