diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /misc/py-anki2 | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'misc/py-anki2')
-rw-r--r-- | misc/py-anki2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 6a3c7be94df..f245fd12cc0 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/10/21 08:31:03 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:50 adam Exp $ DISTNAME= anki-2.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} @@ -16,12 +16,11 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 # Actually, these hurt more than they help. # anki comes with its own version of the two, and if the pkgsrc versions # are newer, it might break -#PYTHON_VERSIONS_INCOMPATIBLE=33 34 # py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.2:../../www/py-beautifulsoup #DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 # XXX: python portaudio -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.21 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.0.21 .include "options.mk" |