diff options
author | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-03 00:02:14 +0000 |
commit | fa40a4c0eb72e46bf089aa7b184add410dbb1dc5 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /net | |
parent | 5852319f6042af4be460ce19567e74c01d9c97b4 (diff) | |
download | pkgsrc-fa40a4c0eb72e46bf089aa7b184add410dbb1dc5.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 'net')
-rw-r--r-- | net/py-IP/Makefile | 3 | ||||
-rw-r--r-- | net/py-soaplib/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/py-IP/Makefile b/net/py-IP/Makefile index 9592285e164..8bf0cbd4200 100644 --- a/net/py-IP/Makefile +++ b/net/py-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/11/02 10:58:33 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/03 00:02:15 joerg Exp $ DISTNAME= IPy-0.75 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/} @@ -12,6 +12,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 24 do-test: diff --git a/net/py-soaplib/Makefile b/net/py-soaplib/Makefile index f75e8f9bd1a..b52ecfd313b 100644 --- a/net/py-soaplib/Makefile +++ b/net/py-soaplib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2011/12/03 00:02:16 joerg Exp $ # DISTNAME= soaplib-0.8-20000621 @@ -14,6 +14,8 @@ COMMENT= Implementation of the SOAP 1.1 protocol PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + WRKSRC= ${WRKDIR} NO_BUILD= yes |