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:           Sun Mar 12 02:49:45 UTC 2023

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

Log Message:
py-music21: s/BUILD_DEPENDS/TOOL_DEPENDS/


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/audio/py-music21/Makefile:1.24
--- pkgsrc/audio/py-music21/Makefile:1.23       Mon Nov 14 22:06:02 2022
+++ pkgsrc/audio/py-music21/Makefile    Sun Mar 12 02:49:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/11/14 22:06:02 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/03/12 02:49:45 gutteridge Exp $
 
 VERSION=       8.1.0
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -13,7 +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
+TOOL_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