summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-09 21:09:20 +0000
committerjoerg <joerg>2009-02-09 21:09:20 +0000
commit781480548c1754a1d01fab923756ad398b55ff3c (patch)
tree635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /textproc
parent8fab6153e46ea377f949af813ba4f90fbb65d8c3 (diff)
downloadpkgsrc-781480548c1754a1d01fab923756ad398b55ff3c.tar.gz
Remove Python 2.1 support.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/py-FourSuite/Makefile3
-rw-r--r--textproc/py-HappyDoc/Makefile3
-rw-r--r--textproc/py-csv/DESCR2
-rw-r--r--textproc/py-csv/Makefile21
-rw-r--r--textproc/py-csv/PLIST2
-rw-r--r--textproc/py-csv/distinfo5
-rw-r--r--textproc/py-elementtree/Makefile3
-rw-r--r--textproc/py-html2text/Makefile3
-rw-r--r--textproc/py-xml/Makefile4
10 files changed, 6 insertions, 43 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 656d4d9b688..baf92f4cd7d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.461 2009/02/02 09:37:21 markd Exp $
+# $NetBSD: Makefile,v 1.462 2009/02/09 21:09:22 joerg Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -350,7 +350,6 @@ SUBDIR+= py-Reverend
SUBDIR+= py-SimpleParse
SUBDIR+= py-X
SUBDIR+= py-cmTemplate
-SUBDIR+= py-csv
SUBDIR+= py-docutils
SUBDIR+= py-elementtree
SUBDIR+= py-enchant
diff --git a/textproc/py-FourSuite/Makefile b/textproc/py-FourSuite/Makefile
index fa4beb39237..72d171ea77e 100644
--- a/textproc/py-FourSuite/Makefile
+++ b/textproc/py-FourSuite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:22 joerg Exp $
#
DISTNAME= 4Suite-0.12.0a3
@@ -17,7 +17,6 @@ CONFLICTS+= ${PYPKGPREFIX}-4Suite-*
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
#pyxml is needed at runtime to get pyexpat
#.include "../../textproc/py-xml/buildlink3.mk"
diff --git a/textproc/py-HappyDoc/Makefile b/textproc/py-HappyDoc/Makefile
index f6e226e9e53..b4d6ad81f04 100644
--- a/textproc/py-HappyDoc/Makefile
+++ b/textproc/py-HappyDoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/02/09 21:09:22 joerg Exp $
DISTNAME= HappyDoc_r2_1
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/HappyDoc-r2_1
PYDISTUTILSPKG= # defined
-PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
post-extract:
diff --git a/textproc/py-csv/DESCR b/textproc/py-csv/DESCR
deleted file mode 100644
index 4da695e8e4c..00000000000
--- a/textproc/py-csv/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-CSV module developed by Dave Cole. It provides a fast CSV
-reading module for Python.
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile
deleted file mode 100644
index 2ccc1e58854..00000000000
--- a/textproc/py-csv/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2008/11/23 23:35:06 snj Exp $
-#
-
-DISTNAME= csv-1.0
-PKGNAME= ${PYPKGPREFIX}-csv-1.0
-CATEGORIES= textproc python
-MASTER_SITES= http://www.object-craft.com.au/projects/csv/download/
-
-MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.object-craft.com.au/projects/csv/
-COMMENT= CSV reading module for Python
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-PYDISTUTILSPKG= yes
-PYBINMODULE= yes
-
-PYTHON_VERSIONS_ACCEPTED= 21 # included in python>=2.3
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-csv/PLIST b/textproc/py-csv/PLIST
deleted file mode 100644
index bdd610971a8..00000000000
--- a/textproc/py-csv/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/29 18:21:05 drochner Exp $
-${PYSITELIB}/csv.so
diff --git a/textproc/py-csv/distinfo b/textproc/py-csv/distinfo
deleted file mode 100644
index 41e2dc2f280..00000000000
--- a/textproc/py-csv/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:48 agc Exp $
-
-SHA1 (csv-1.0.tar.gz) = c0586a665606b24ddffb700d23f50978a539d027
-RMD160 (csv-1.0.tar.gz) = b774dcb9b92390b714e0b4e55ca9075c26729d87
-Size (csv-1.0.tar.gz) = 11417 bytes
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
index daf7226f0d3..d3b385f4605 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:12 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/09 21:09:23 joerg Exp $
#
DISTNAME= elementtree-1.2.6-20050316
@@ -17,7 +17,6 @@ DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
USE_LANGUAGES= # empty
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index 2290015ea27..e2ac564601e 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 18:39:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2009/02/09 21:09:23 joerg Exp $
#
DISTNAME= html2text-2.34
@@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}
USE_TOOLS+= tr
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED?= 25 24 23 21
INSTALLATION_DIRS= share/html2text
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index 4f54a7fe65a..ed75c545ae1 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/04/25 19:49:03 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:23 joerg Exp $
#
DISTNAME= PyXML-0.8.4
@@ -13,8 +13,6 @@ COMMENT= Collection of libraries to process XML with Python
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
-
CONFLICTS+= PyXML-[0-9]*
PYDISTUTILSPKG= yes