diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-03 00:02:14 +0000 |
commit | bbde65f2e00b8129333e938dbda61639dcfc274d (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /textproc | |
parent | 92cdf9b29f1fecfb347d0f402bd4113590150e97 (diff) | |
download | pkgsrc-bbde65f2e00b8129333e938dbda61639dcfc274d.tar.gz |
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-cElementTree/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-html2text/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-yaml/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/textproc/py-cElementTree/Makefile b/textproc/py-cElementTree/Makefile index 210d60bfa8f..5d0622e1ff9 100644 --- a/textproc/py-cElementTree/Makefile +++ b/textproc/py-cElementTree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/08/22 12:40:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/03 00:02:16 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-cElementTree-0 @@ -11,6 +11,8 @@ COMMENT= C implementation of Python ElementTree API PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_elementtree.c USE_TOOLS+= patch diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index b2f54f5a43f..6449add87bb 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/05/04 11:38:06 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:16 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 @@ -11,6 +11,8 @@ COMMENT= Python interface to expat PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c PYDISTUTILSPKG= yes diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index 0dfd84f4ab1..716e3bcb590 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2011/06/12 11:59:20 schnoebe Exp $ +# $NetBSD: Makefile,v 1.22 2011/12/03 00:02:17 joerg Exp $ # DISTNAME= aaronsw-${GHNAME}-${GHVERSION}-0-g${GHCOMMIT} @@ -18,6 +18,8 @@ FETCH_USING= curl PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + WRKSRC= ${WRKDIR}/aaronsw-${GHNAME}-${GHCOMMIT} NO_BUILD= yes diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index 733afab0d43..9b68fedd87f 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/16 07:27:49 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/03 00:02:17 joerg Exp $ # DISTNAME= PyYAML-3.08 @@ -14,6 +14,8 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + .include "../../lang/python/distutils.mk" .include "../../textproc/libyaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |