diff options
author | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-07-09 13:03:30 +0000 |
commit | f1316b879e7f80508ecb10447495d45444337deb (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /news | |
parent | 6981226283511a516c995589cc77a4d685774975 (diff) | |
download | pkgsrc-f1316b879e7f80508ecb10447495d45444337deb.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'news')
-rw-r--r-- | news/hellanzb/Makefile | 4 | ||||
-rw-r--r-- | news/lottanzb/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 5ab2e95595d..7ef59c64445 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:02 wiz Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 44a1b9ef29e..e98f7138ab2 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:02 wiz Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-kiwi SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure |