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: Mon Aug 9 04:46:26 UTC 2021
Modified Files:
pkgsrc/audio/py-music21: Makefile options.mk
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.3 -r1.4 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.12 pkgsrc/audio/py-music21/Makefile:1.13
--- pkgsrc/audio/py-music21/Makefile:1.12 Tue Apr 6 02:45:26 2021
+++ pkgsrc/audio/py-music21/Makefile Mon Aug 9 04:46:26 2021
@@ -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
Index: pkgsrc/audio/py-music21/options.mk
diff -u pkgsrc/audio/py-music21/options.mk:1.3 pkgsrc/audio/py-music21/options.mk:1.4
--- pkgsrc/audio/py-music21/options.mk:1.3 Sat Sep 5 00:07:17 2020
+++ pkgsrc/audio/py-music21/options.mk Mon Aug 9 04:46:26 2021
@@ -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