diff options
author | wiz <wiz> | 2012-04-08 19:08:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 19:08:44 +0000 |
commit | 14cd86f4a2e5a5e2fc11dc026149b4bb17cd5bcd (patch) | |
tree | b2d16eef0342bf56f8fbe64706fa44b26684cdf8 /audio | |
parent | e933699b6dbea0ef2d972b27fef400b88cfc0cb0 (diff) | |
download | pkgsrc-14cd86f4a2e5a5e2fc11dc026149b4bb17cd5bcd.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 'audio')
-rw-r--r-- | audio/picard/Makefile | 4 | ||||
-rw-r--r-- | audio/py-musicbrainz/Makefile | 5 | ||||
-rw-r--r-- | audio/py-musique/Makefile | 4 | ||||
-rw-r--r-- | audio/sonata/Makefile | 3 |
4 files changed, 4 insertions, 12 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 9b7b00783b6..5ac8ab27aad 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/03/15 12:40:03 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/04/08 19:08:44 wiz Exp $ # DISTNAME= picard-0.16 @@ -24,8 +24,6 @@ CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= setup.py CONFIGURE_ARGS+= config -PYTHON_VERSIONS_INCOMPATIBLE= 24 - .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../audio/libofa/buildlink3.mk" diff --git a/audio/py-musicbrainz/Makefile b/audio/py-musicbrainz/Makefile index 1654087720e..aa198780607 100644 --- a/audio/py-musicbrainz/Makefile +++ b/audio/py-musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/01/28 09:07:51 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/04/08 19:08:45 wiz Exp $ DISTNAME= python-musicbrainz2-0.4.1 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -15,9 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py24" -DEPENDS+= ${PYPKGPREFIX}-ctypes>=1.0.0:../../devel/py-ctypes -.endif DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat EGG_NAME= ${DISTNAME:S/-/_/} diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index df0eb3280e0..9e89ab4a7f3 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/03/03 00:12:43 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2012/04/08 19:08:45 wiz Exp $ # DISTNAME= pymusique-0.5 @@ -25,8 +25,6 @@ DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_ACCEPTED= 27 26 25 - PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index cbbb8cc426d..81457945b76 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/03/09 12:34:00 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/04/08 19:08:45 wiz Exp $ # EGG_NAME= Sonata-1.6.2.1 @@ -18,7 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-mpd-[0-9]*:../../audio/py-mpd PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 27 26 25 USE_TOOLS+= pkg-config msgfmt SUBST_CLASSES+= mandir |