summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-16 12:44:53 +0000
committerwiz <wiz@pkgsrc.org>2021-12-16 12:44:53 +0000
commit7aecf950735873306f12ca576902ed987e2a9b8c (patch)
tree0093e8909e4ec49c8331cde3191a411346bcd6a3 /net
parent2e03e1a76eb5578ba5e6747c44bc465834811937 (diff)
downloadpkgsrc-7aecf950735873306f12ca576902ed987e2a9b8c.tar.gz
py-mutagen: mark as not for python 2.7
Also adapt the dependencies to not support python 2.7.
Diffstat (limited to 'net')
-rw-r--r--net/bandcamp-dl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bandcamp-dl/Makefile b/net/bandcamp-dl/Makefile
index 13169fcd49f..37422100d08 100644
--- a/net/bandcamp-dl/Makefile
+++ b/net/bandcamp-dl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/21 18:10:05 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/16 12:44:54 wiz Exp $
DISTNAME= bandcamp-downloader-0.0.10
PKGNAME= ${DISTNAME:S/-downloader/-dl/1}
@@ -19,5 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-unicode-slugify-[0-9]*:../../converters/py-unicode-slug
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mutagen
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"