pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-soappy py-soappy needs a threaded Python.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce9d98e8ac7d
branches:  trunk
changeset: 460199:ce9d98e8ac7d
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 24 10:20:34 2003 +0000

description:
py-soappy needs a threaded Python.
Noticed by hubertf's bulk build.

diffstat:

 net/py-soappy/Makefile      |  4 +++-
 net/py-soappy/buildlink2.mk |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r ac90322f9bf1 -r ce9d98e8ac7d net/py-soappy/Makefile
--- a/net/py-soappy/Makefile    Sun Aug 24 08:51:11 2003 +0000
+++ b/net/py-soappy/Makefile    Sun Aug 24 10:20:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/16 16:54:26 recht Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/24 10:20:34 recht Exp $
 #
 
 DISTNAME=      SOAPpy-0.10.2
@@ -15,6 +15,8 @@
 PYDISTUTILSPKG=        YES
 PY_PATCHPLIST= YES
 
+PYTHON_VERSIONS_ACCEPTED=      23pth 22pth 21pth
+
 post-install:
        ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \
                ${PREFIX}/${PYSITELIB}/SOAPpy
diff -r ac90322f9bf1 -r ce9d98e8ac7d net/py-soappy/buildlink2.mk
--- a/net/py-soappy/buildlink2.mk       Sun Aug 24 08:51:11 2003 +0000
+++ b/net/py-soappy/buildlink2.mk       Sun Aug 24 10:20:34 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/08/11 22:07:17 recht Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2003/08/24 10:20:34 recht Exp $
 
 .if !defined(SOAPPY_BUILDLINK2_MK)
 SOAPPY_BUILDLINK2_MK=  # defined
 
+PYTHON_VERSIONS_ACCEPTED=      23pth 22pth 21pth
 .include "../../lang/python/pyversion.mk"
 
 BUILDLINK_PACKAGES+=                   SOAPpy



Home | Main Index | Thread Index | Old Index