pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-smbpasswd This works fine with python 2.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/02a430675c51
branches: trunk
changeset: 397061:02a430675c51
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sat Aug 08 14:16:55 2009 +0000
description:
This works fine with python 2.5
diffstat:
security/py-smbpasswd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 93646fa039f6 -r 02a430675c51 security/py-smbpasswd/Makefile
--- a/security/py-smbpasswd/Makefile Sat Aug 08 14:07:36 2009 +0000
+++ b/security/py-smbpasswd/Makefile Sat Aug 08 14:16:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/08 14:16:55 bouyer Exp $
#
DISTNAME= py-smbpasswd-1.0.1
@@ -13,7 +13,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 22
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index