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 | 0331370493f9c554566fd9da9ff4ebd1b7c30875 (patch) | |
tree | 91980d7516c0a1d7951f6b3e9a7efbf4077abf95 /x11 | |
parent | 62aa4b74831b153ddc6b9ba4c0c77d5708e6496f (diff) | |
download | pkgsrc-0331370493f9c554566fd9da9ff4ebd1b7c30875.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 'x11')
-rw-r--r-- | x11/py-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11/py-Xlib/Makefile | 4 | ||||
-rw-r--r-- | x11/py-sip/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 1b6fcc7d39a..43972526e33 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2011/07/12 11:25:31 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2011/12/03 00:02:17 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -11,6 +11,8 @@ COMMENT= Tkinter -- Python interface to Tcl/Tk PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \ ${PYSUBDIR}/Modules/tkappinit.c PYDISTUTILSPKG= yes diff --git a/x11/py-Xlib/Makefile b/x11/py-Xlib/Makefile index a6d32cd475c..c100b7e15fa 100644 --- a/x11/py-Xlib/Makefile +++ b/x11/py-Xlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/08/22 12:18:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/12/03 00:02:17 joerg Exp $ DISTNAME= python-xlib-0.14 PKGNAME= ${PYPKGPREFIX}-Xlib-0.14 @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + PYTHON_VERSIONS_INCOMPATIBLE= 24 25 EGG_NAME= python_xlib-0.12 diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index d251752e782..7553b0d8096 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/11/07 11:22:21 drochner Exp $ +# $NetBSD: Makefile,v 1.27 2011/12/03 00:02:17 joerg Exp $ DISTNAME= sip-4.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ COMMENT= Tool to create Python bindings for C++ libraries PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCLUDE_3X= yes + CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* USE_LIBTOOL= yes |