diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 19:08:44 +0000 |
commit | 4faa20286079b6833043b7bbd12c0e72039551f6 (patch) | |
tree | b2d16eef0342bf56f8fbe64706fa44b26684cdf8 /x11/py-qt4 | |
parent | 67a514f3391a0157a52f46664e69c897eb4b904e (diff) | |
download | pkgsrc-4faa20286079b6833043b7bbd12c0e72039551f6.tar.gz |
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'x11/py-qt4')
-rw-r--r-- | x11/py-qt4/Makefile | 5 | ||||
-rw-r--r-- | x11/py-qt4/PLIST.elementtree | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index baa3481f2c9..3b11747a794 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/03/03 00:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2012/04/08 19:09:19 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} PYQT_VERSION= 4.9.1 @@ -52,9 +52,6 @@ DISTNAME= PyQt-x11-gpl-${PYQT_VERSION} PLIST_SRC+= ${PKGDIR}/PLIST.X11 .endif .include "../../lang/python/extension.mk" -.if ${PYPKGPREFIX} == "py24" -PLIST_SRC+= ${PKGDIR}/PLIST.elementtree -.endif CONFIGURE_ARGS+= --verbose do-configure: diff --git a/x11/py-qt4/PLIST.elementtree b/x11/py-qt4/PLIST.elementtree deleted file mode 100644 index b9969f4e943..00000000000 --- a/x11/py-qt4/PLIST.elementtree +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST.elementtree,v 1.2 2009/06/14 18:25:04 joerg Exp $ -${PYSITELIB}/PyQt4/elementtree/ElementPath.py -${PYSITELIB}/PyQt4/elementtree/ElementTree.py -${PYSITELIB}/PyQt4/elementtree/__init__.py |