pkgsrc-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: remove print/lilypond fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6136cf2eaeb4
branches:  trunk
changeset: 456795:6136cf2eaeb4
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Aug 09 04:46:26 2021 +0000

description:
py-music21: remove print/lilypond from default options

Lilypond is seemingly universally broken in pkgsrc builds at present.
(music21 upstream had considered removing it as a dependency for
another reason, but seem to have reversed course.)

diffstat:

 audio/py-music21/Makefile   |  3 ++-
 audio/py-music21/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 2dfa8baf6e57 -r 6136cf2eaeb4 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Sun Aug 08 23:14:46 2021 +0000
+++ b/audio/py-music21/Makefile Mon Aug 09 04:46:26 2021 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2021/04/06 02:45:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.13 2021/08/09 04:46:26 gutteridge Exp $
 
 VERSION=       6.7.1
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cuthbertLab/}
 GITHUB_PROJECT=        music21
diff -r 2dfa8baf6e57 -r 6136cf2eaeb4 audio/py-music21/options.mk
--- a/audio/py-music21/options.mk       Sun Aug 08 23:14:46 2021 +0000
+++ b/audio/py-music21/options.mk       Mon Aug 09 04:46:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2020/09/05 00:07:17 gutteridge Exp $
+# $NetBSD: options.mk,v 1.4 2021/08/09 04:46:26 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
@@ -10,7 +10,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-music21
 PKG_SUPPORTED_OPTIONS= lilypond py-game
-PKG_SUGGESTED_OPTIONS= lilypond py-game
+PKG_SUGGESTED_OPTIONS= py-game
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index