summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-01-23 20:41:45 +0000
committerrecht <recht@pkgsrc.org>2005-01-23 20:41:45 +0000
commit367eed19feed744dba7b8ab45ae14c8d83feaf5b (patch)
treec91b08fba110acac23e0418c231e8fe8945c54ed /textproc
parent94cb047c113c1a3825b0b6d61de053bd5b007853 (diff)
downloadpkgsrc-367eed19feed744dba7b8ab45ae14c8d83feaf5b.tar.gz
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/doclifter/Makefile4
-rw-r--r--textproc/py-Lupy/Makefile4
-rw-r--r--textproc/py-Reverend/Makefile4
-rw-r--r--textproc/py-SimpleParse/Makefile4
-rw-r--r--textproc/py-csv/Makefile4
-rw-r--r--textproc/py-docutils/Makefile4
-rw-r--r--textproc/py-feedparser/Makefile4
-rw-r--r--textproc/rubber/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile
index 0cdf4b3ad3c..163ed5ae3e5 100644
--- a/textproc/doclifter/Makefile
+++ b/textproc/doclifter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/01/09 13:19:25 recht Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= doclifter-2.0
@@ -14,7 +14,7 @@ NO_BUILD= yes
USE_BUILDLINK3= yes
PYTHON_PATCH_SCRIPTS= doclifter manlifter
-PYTHON_VERSIONS_ACCEPTED= 24pth 24 23pth 23 22pth 22
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
SUBST_CLASSES+= bin-path
SUBST_STAGE.bin-path= pre-configure
diff --git a/textproc/py-Lupy/Makefile b/textproc/py-Lupy/Makefile
index 4c76df88c51..6ec387f8d09 100644
--- a/textproc/py-Lupy/Makefile
+++ b/textproc/py-Lupy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/22 09:16:01 recht Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= Lupy-0.2.1
@@ -14,7 +14,7 @@ USE_BUILDLINK3= yes
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 23 22
+PYTHON_VERSIONS_ACCEPTED= 23 22
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-Reverend/Makefile b/textproc/py-Reverend/Makefile
index cefe9d24d50..78389b0df87 100644
--- a/textproc/py-Reverend/Makefile
+++ b/textproc/py-Reverend/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/07/22 09:16:02 recht Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= Reverend-0.2.4
@@ -16,7 +16,7 @@ NO_CONFIGURE= yes
USE_LANGUAGES= # empty
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23 23pth
+PYTHON_VERSIONS_ACCEPTED= 23
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-SimpleParse/Makefile b/textproc/py-SimpleParse/Makefile
index 79894033e1d..7858bde0a69 100644
--- a/textproc/py-SimpleParse/Makefile
+++ b/textproc/py-SimpleParse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/22 09:16:02 recht Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= SimpleParse-2.0.0
@@ -14,7 +14,7 @@ COMMENT= Simple parser generator for mxTextTools text-tagging engine
PYDISTUTILSPKG= yes
USE_BUILDLINK3= yes
-PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+PYTHON_VERSIONS_ACCEPTED= 23 22
.include "../../lang/python/extension.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile
index 52bd9dabe2f..30733244e21 100644
--- a/textproc/py-csv/Makefile
+++ b/textproc/py-csv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/07/22 09:16:02 recht Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= csv-1.0
@@ -15,7 +15,7 @@ USE_BUILDLINK3= YES
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-PYTHON_VERSIONS_ACCEPTED= 22 22pth 21 21pth 20
+PYTHON_VERSIONS_ACCEPTED= 22 21 20
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile
index 2afa14c80f2..b5fdf98d253 100644
--- a/textproc/py-docutils/Makefile
+++ b/textproc/py-docutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/01/14 18:18:39 darcy Exp $
+# $NetBSD: Makefile,v 1.13 2005/01/23 20:41:49 recht Exp $
DISTNAME= docutils-0.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Python tool to generate documents
USE_BUILDLINK3= YES
-PYTHON_VERSIONS_ACCEPTED= 24pth 24 23 23pth 22 22pth 21 21pth
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile
index 5564345433d..002d69827bc 100644
--- a/textproc/py-feedparser/Makefile
+++ b/textproc/py-feedparser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/07/22 09:16:02 recht Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= feedparser-3.3
@@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/feedparser
USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth 21 21pth
+PYTHON_VERSIONS_ACCEPTED?= 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index 10ff1e259e7..4330aa31197 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 17:58:01 cube Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= rubber-0.99.8
@@ -18,7 +18,7 @@ USE_GNU_TOOLS+= make
USE_MAKEINFO= yes
INFO_FILES= rubber.info
TEXINFO_REQD= 4.6
-PYTHON_VERSIONS_ACCEPTED= 23 23pth 24 24pth
+PYTHON_VERSIONS_ACCEPTED= 23 24
CONFIGURE_ARGS= --python=${PYTHONBIN} --prefix=${PREFIX} \
--datadir=${PREFIX}/share