diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
commit | b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d (patch) | |
tree | 7041fcb57eb7cfa4d17ca9511496bbb44ed54ed3 /audio/py-musique | |
parent | 408d8065cdb751b791e5c9dcdd8d4163fcf42731 (diff) | |
download | pkgsrc-b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d.tar.gz |
Update python 3.x status after py-twisted now supports 3.x.
Diffstat (limited to 'audio/py-musique')
-rw-r--r-- | audio/py-musique/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index da9807de7e3..255eb30ef8a 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/02/12 06:25:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2017/02/14 10:26:27 wiz Exp $ DISTNAME= pymusique-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -23,7 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2 DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted, py-mcrypt, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mcrypt, py-gtk2 .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" |