summaryrefslogtreecommitdiff
path: root/audio/py-beets
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-20 13:07:30 +0000
committerwiz <wiz@pkgsrc.org>2014-10-20 13:07:30 +0000
commitf6fa46312d8d79770ba70a3d08f1831205809f00 (patch)
tree8200e27fd3487df4df7121a160785b46686db27c /audio/py-beets
parentf624c9377ddb55380e3d0a7d3b60ddbd41b0674f (diff)
downloadpkgsrc-f6fa46312d8d79770ba70a3d08f1831205809f00.tar.gz
Update comment - py-mutagen is 3.x ready, but this itself isn't.
Diffstat (limited to 'audio/py-beets')
-rw-r--r--audio/py-beets/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-beets/Makefile b/audio/py-beets/Makefile
index 0226bb5e8c2..f1544878176 100644
--- a/audio/py-beets/Makefile
+++ b/audio/py-beets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/10/17 16:04:24 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2014/10/20 13:07:30 wiz Exp $
DISTNAME= v1.3.8
PKGNAME= beets-${DISTNAME:S/v//}
@@ -21,10 +21,10 @@ 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 # py-mutagen
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.8
.include "../../lang/python/pyversion.mk"
-.if empty(PYPKGPREFIX:Mpy27)
+.if !empty(PYPKGPREFIX:Mpy26)
DEPENDS+= ${PYPKGPREFIX}-ordereddict-[0-9]*:../../devel/py-ordereddict
.endif