diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | da61e44a22c162793e2fc3c1ac25b7a60797848e (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /converters | |
parent | bbac2fe3317b3616994e42a1bd35156115a53836 (diff) | |
download | pkgsrc-da61e44a22c162793e2fc3c1ac25b7a60797848e.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-jpCodecs/Makefile | 4 | ||||
-rw-r--r-- | converters/py-yenc/Makefile | 4 | ||||
-rw-r--r-- | converters/py-zbase32/Makefile | 4 | ||||
-rw-r--r-- | converters/py-zfec/Makefile | 4 | ||||
-rw-r--r-- | converters/py-zhCodecs/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile index 7ed3f024b23..12aa01fe594 100644 --- a/converters/py-jpCodecs/Makefile +++ b/converters/py-jpCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:31 adam Exp $ +# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:34 wiz Exp $ DISTNAME= JapaneseCodecs-1.4.11 PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.11 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~rd6t-kjym/python/ COMMENT= Python Unicode codecs for Japanese charsets -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile index c26ab171196..daaced737b7 100644 --- a/converters/py-yenc/Makefile +++ b/converters/py-yenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/07 09:39:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:34 wiz Exp $ DISTNAME= yenc-${DISTVERSION} DISTVERSION= 0.4.0 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.golug.it/yenc.html COMMENT= Python module for yenc decoding module in C LICENSE= gnu-lgpl-v2.1 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.4.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.4.0 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile index 248b0f22e91..a6c2848d716 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/06/08 17:43:21 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:34 wiz Exp $ DISTNAME= zbase32-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zbase32/zbase32.py zbase32/test/test_zbase32.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1.5 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1.5 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index a1f1b700a14..df0b1240566 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/06/08 17:43:21 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2016/07/09 13:03:34 wiz Exp $ DISTNAME= zfec-1.4.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,7 +24,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zfec/cmdline_zfec.py zfec/cmdline_zunfec.py zfec/test/test_zfec.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted via py-setuptools_trial +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted via py-setuptools_trial .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index f49c822fe6e..e98eecfa298 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2015/12/05 21:25:31 adam Exp $ +# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:34 wiz Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -14,7 +14,7 @@ COMMENT= Python Unicode codecs for Chinese charsets WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 post-extract: @${CHMOD} 711 ${WRKSRC}/chinesetw |