summaryrefslogtreecommitdiff
path: root/audio/py-music21
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-09-05 00:07:17 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-09-05 00:07:17 +0000
commit17e153500e20932ee17793ad8f03124e93f66155 (patch)
tree61097da3b1ef03fe35dcc887a9bab3e6c9fa940e /audio/py-music21
parentd483ce499292fc5a31caca12036e8d100ff5f891 (diff)
downloadpkgsrc-17e153500e20932ee17793ad8f03124e93f66155.tar.gz
py-music21: add py-jsonpickle as a dependency
py-jsonpickle is one of two choices available to serialize py-music21 objects. Add it by default, since it's a very small dependency. While here, add another explanatory comment to options.mk.
Diffstat (limited to 'audio/py-music21')
-rw-r--r--audio/py-music21/Makefile4
-rw-r--r--audio/py-music21/options.mk6
2 files changed, 8 insertions, 2 deletions
diff --git a/audio/py-music21/Makefile b/audio/py-music21/Makefile
index 41a91fc193e..445864eb919 100644
--- a/audio/py-music21/Makefile
+++ b/audio/py-music21/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2020/09/04 01:11:31 gutteridge Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/05 00:07:17 gutteridge Exp $
VERSION= 6.1.0
DISTNAME= music21-noCorpus-${VERSION}
PKGNAME= ${PYPKGPREFIX}-music21-${VERSION}
+PKGREVISION= 1
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_GITHUB:=cuthbertLab/}
GITHUB_PROJECT= music21
@@ -22,6 +23,7 @@ DEPENDS+= ${PYPKGPREFIX}-joblib-[0-9]*:../../devel/py-joblib
DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+DEPENDS+= ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle
DEPENDS+= ${PYPKGPREFIX}-webcolors>=1.11:../../www/py-webcolors
# Many tests will fail because they depend on the score files that
diff --git a/audio/py-music21/options.mk b/audio/py-music21/options.mk
index 0093bdbbf7b..f46a9af4023 100644
--- a/audio/py-music21/options.mk
+++ b/audio/py-music21/options.mk
@@ -1,4 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2020/09/04 01:11:31 gutteridge Exp $
+# $NetBSD: options.mk,v 1.3 2020/09/05 00:07:17 gutteridge Exp $
+
+# print/lilypond and devel/py-game are optional because they pull in
+# large and complex dependency chains that don't presently build in
+# some environments.
# audio/musescore is also an application dependency that gets called
# by music21's show() method, but it's a pretty heavy dependency for