Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-music21 py-music21: add py-jsonpickle as a de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3bae1fabc0d
branches: trunk
changeset: 438120:f3bae1fabc0d
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sat Sep 05 00:07:17 2020 +0000
description:
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:
audio/py-music21/Makefile | 4 +++-
audio/py-music21/options.mk | 6 +++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 1cfd87f46d0e -r f3bae1fabc0d audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Fri Sep 04 23:35:41 2020 +0000
+++ b/audio/py-music21/Makefile Sat Sep 05 00:07:17 2020 +0000
@@ -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}-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 -r 1cfd87f46d0e -r f3bae1fabc0d audio/py-music21/options.mk
--- a/audio/py-music21/options.mk Fri Sep 04 23:35:41 2020 +0000
+++ b/audio/py-music21/options.mk Sat Sep 05 00:07:17 2020 +0000
@@ -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