py-music21: update to 7.3.3
This update doesn't add much for pkgsrc users, given the focus was on a Python 3.7-only component, but keeps us up to date with code changes. Change log: Music21 7.3.3 adds support for showing MIDI inside a Google Colaboratory (colab) notebook, via music21j. Since m21 v8 will be Python 3.8+ only, and Google Colab is still on Python 3.7, a back-port to v7 was needed. 7.3.2 was internal development only and not released
This commit is contained in:
parent
c1fb93ec2f
commit
471a015be5
2 changed files with 7 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.18 2022/04/09 21:55:17 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2022/05/11 23:34:04 gutteridge Exp $
|
||||
|
||||
VERSION= 7.3.1
|
||||
VERSION= 7.3.3
|
||||
DISTNAME= music21-noCorpus-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-music21-${VERSION}
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=cuthbertLab/}
|
||||
GITHUB_PROJECT= music21
|
||||
# A bug fix 7.3.1 release was made, but tagged as release 7.3.0.
|
||||
GITHUB_RELEASE= v${VERSION:R}.0
|
||||
GITHUB_RELEASE= v${VERSION}
|
||||
|
||||
MAINTAINER= gutteridge@NetBSD.org
|
||||
HOMEPAGE= https://github.com/cuthbertLab/music21
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2022/04/04 01:51:59 gutteridge Exp $
|
||||
$NetBSD: distinfo,v 1.12 2022/05/11 23:34:04 gutteridge Exp $
|
||||
|
||||
BLAKE2s (music21-noCorpus-7.3.1.tar.gz) = f1aadea438385f8943186b1c89ea1f6c462622880c5ffa567fa14aa7d48bde11
|
||||
SHA512 (music21-noCorpus-7.3.1.tar.gz) = 3c4f1e7489e65fb1700ff300ab571ff32823c67ae23870478cc0e57602d3d1b130c8555a3edf5c1c8902a52e708efb0a5f55926f80cadd104a04dd3ee969bd64
|
||||
Size (music21-noCorpus-7.3.1.tar.gz) = 5039374 bytes
|
||||
BLAKE2s (music21-noCorpus-7.3.3.tar.gz) = 3107aefd4e1776de1f5b76ab5b89ea9a1c960ff9cbaad8f1448849003345fd00
|
||||
SHA512 (music21-noCorpus-7.3.3.tar.gz) = ece70b52b6631c7da4d448b15e549817e74a5b9b008d95c9b7dceddb8472da0f49385180ade42379d8818a8194b37a3fe70cc3018d9fa05d85d55fe9e83aab29
|
||||
Size (music21-noCorpus-7.3.3.tar.gz) = 5044046 bytes
|
||||
|
|
Loading…
Reference in a new issue