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:   adam
Date:           Tue Jul 15 13:21:37 UTC 2025

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

Log Message:
py-music21: updated to 9.7.1

9.7.1

Music21 v9.7.1 is a maintenance release that fixes a bug in the pip version of music21 which would not work with numpy 2.0. Now the dependencies of music21 are the same whether installed from 
source/requirements.txt or pip/pyproject.toml.

This release also fixes errors (typing and intervals with concrete notes) discovered by mypy 1.16 and incorporates grammar and spelling fixes in documentation discovered by Pratim Vasireddy.

What's Changed

Fix mypy 1.16 issues
fixed spelling and other syntax
Misc StreamIterator improvements


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/py-music21/distinfo

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.34 pkgsrc/audio/py-music21/Makefile:1.35
--- pkgsrc/audio/py-music21/Makefile:1.34       Thu Jul  3 19:18:02 2025
+++ pkgsrc/audio/py-music21/Makefile    Tue Jul 15 13:21:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2025/07/03 19:18:02 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/07/15 13:21:37 adam Exp $
 
-DISTNAME=      music21-noCorpus-9.7.0
+DISTNAME=      music21-noCorpus-9.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-noCorpus//}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cuthbertLab/}
@@ -12,15 +12,15 @@ HOMEPAGE=   https://github.com/cuthbertLab
 COMMENT=       Python toolkit for computer-aided musical analysis
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.8.1:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-joblib-[0-9]*:../../devel/py-joblib
+DEPENDS+=      ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein
-DEPENDS+=      ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle
 DEPENDS+=      ${PYPKGPREFIX}-webcolors>=1.11:../../www/py-webcolors
 
 # Many tests will fail because they depend on the score files that

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.18 pkgsrc/audio/py-music21/distinfo:1.19
--- pkgsrc/audio/py-music21/distinfo:1.18       Thu Jun  5 00:38:57 2025
+++ pkgsrc/audio/py-music21/distinfo    Tue Jul 15 13:21:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/06/05 00:38:57 gutteridge Exp $
+$NetBSD: distinfo,v 1.19 2025/07/15 13:21:37 adam Exp $
 
-BLAKE2s (music21-noCorpus-9.7.0.tar.gz) = 9adc764c07a12a5670d55d0e7af81c64c53adbd6874cf721913272f218aeb3e5
-SHA512 (music21-noCorpus-9.7.0.tar.gz) = 48bd58840b8933f8063bfe67bf15a19016e888e4ab6db14dc0e8a6483585ebc13d25adda21467e0714c7f9f5f1f1cb487d7ef1cd63fd22d6c170b4d99b700edf
-Size (music21-noCorpus-9.7.0.tar.gz) = 5158820 bytes
+BLAKE2s (music21-noCorpus-9.7.1.tar.gz) = 6a47d295b3ae3437560d33677a8aefef1dcf8fe81fc5b30e9858d102854d348a
+SHA512 (music21-noCorpus-9.7.1.tar.gz) = feeaaea6b58948e44bb90c6e07cc43139af4ebd754479e4c0d511ee377f6a5831c4392c04021abb37cd7cf80291c2a137b86b64fd8a0ed901a1ab27cfe1e7be6
+Size (music21-noCorpus-9.7.1.tar.gz) = 5159014 bytes



Home | Main Index | Thread Index | Old Index