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: add missing build depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71747cea19f9
branches:  trunk
changeset: 386579:71747cea19f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 10 11:27:28 2022 +0000

description:
py-music21: add missing build dependency on py-hatchling

diffstat:

 audio/py-music21/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 08b7478fbc6f -r 71747cea19f9 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Mon Oct 10 11:04:21 2022 +0000
+++ b/audio/py-music21/Makefile Mon Oct 10 11:27:28 2022 +0000
@@ -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 @@
 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