summaryrefslogtreecommitdiff
path: root/audio/py-beets
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /audio/py-beets
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'audio/py-beets')
-rw-r--r--audio/py-beets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile
index 72cf7c5951c..62c5d72a8ee 100644
--- a/audio/py-beets/Makefile
+++ b/audio/py-beets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/04/14 11:25:37 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:28 adam Exp $
DISTNAME= v1.3.10
PKGNAME= beets-${DISTNAME:S/v//}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.8
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.8
DIST_SUBDIR= py-beets
WRKSRC= ${WRKDIR}/beets-${DISTNAME:S/v//}