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:   wiz
Date:           Mon Oct 10 11:27:28 UTC 2022

Modified Files:
        pkgsrc/audio/py-music21: Makefile

Log Message:
py-music21: add missing build dependency on py-hatchling


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/py-music21/Makefile

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.21 pkgsrc/audio/py-music21/Makefile:1.22
--- pkgsrc/audio/py-music21/Makefile:1.21       Fri Oct  7 22:09:31 2022
+++ pkgsrc/audio/py-music21/Makefile    Mon Oct 10 11:27:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/10/07 22:09:31 gutteridge Exp $
+# $NetBSD: Makefile,v 1.22 2022/10/10 11:27:28 wiz Exp $
 
 VERSION=       8.1.0
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -13,6 +13,7 @@ HOMEPAGE=     https://github.com/cuthbertLab
 COMMENT=       Python toolkit for computer-aided musical analysis
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-joblib-[0-9]*:../../devel/py-joblib
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools



Home | Main Index | Thread Index | Old Index