pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-soappy Doesn't work with Python 2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/714f8ae29618
branches:  trunk
changeset: 514066:714f8ae29618
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 07 12:52:24 2006 +0000

description:
Doesn't work with Python 2.1.

diffstat:

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

diffs (18 lines):

diff -r 029353510061 -r 714f8ae29618 net/py-soappy/Makefile
--- a/net/py-soappy/Makefile    Wed Jun 07 12:48:44 2006 +0000
+++ b/net/py-soappy/Makefile    Wed Jun 07 12:52:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:10:30 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/07 12:52:24 joerg Exp $
 #
 
 DISTNAME=      SOAPpy-0.11.4
@@ -14,7 +14,7 @@
 PYDISTUTILSPKG=        YES
 PY_PATCHPLIST= YES
 
-PYTHON_VERSIONS_ACCEPTED=      24 23 22 21
+PYTHON_VERSIONS_ACCEPTED=      24 23 22
 
 .include "../../lang/python/extension.mk"
 .include "../../math/py-fpconst/buildlink3.mk"



Home | Main Index | Thread Index | Old Index