pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-music21
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Sep 5 00:07:17 UTC 2020
Modified Files:
pkgsrc/audio/py-music21: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/py-music21/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/py-music21/Makefile
diff -u pkgsrc/audio/py-music21/Makefile:1.5 pkgsrc/audio/py-music21/Makefile:1.6
--- pkgsrc/audio/py-music21/Makefile:1.5 Fri Sep 4 01:11:31 2020
+++ pkgsrc/audio/py-music21/Makefile Sat Sep 5 00:07:17 2020
@@ -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]*:.
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
Index: pkgsrc/audio/py-music21/options.mk
diff -u pkgsrc/audio/py-music21/options.mk:1.2 pkgsrc/audio/py-music21/options.mk:1.3
--- pkgsrc/audio/py-music21/options.mk:1.2 Fri Sep 4 01:11:31 2020
+++ pkgsrc/audio/py-music21/options.mk Sat Sep 5 00:07:17 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index