mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
New port: audio/py-music21: Toolkit for computer-aided musical analysis
This commit is contained in:
parent
0a94f777af
commit
192034c109
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483637
@ -686,6 +686,7 @@
|
||||
SUBDIR += py-karaoke
|
||||
SUBDIR += py-mpd
|
||||
SUBDIR += py-mpd2
|
||||
SUBDIR += py-music21
|
||||
SUBDIR += py-musicbrainzngs
|
||||
SUBDIR += py-mutagen
|
||||
SUBDIR += py-ogg
|
||||
|
22
audio/py-music21/Makefile
Normal file
22
audio/py-music21/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= music21
|
||||
DISTVERSION= 5.5.0
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Toolkit for computer-aided musical analysis
|
||||
|
||||
LICENSE= BSD3CLAUSE GPLv3
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-music21/distinfo
Normal file
3
audio/py-music21/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1541047271
|
||||
SHA256 (music21-5.5.0.tar.gz) = 10140b3b4e48671cfef98e5bbbb415770f6434c6caf9dbd29f00f40aec8402fe
|
||||
SIZE (music21-5.5.0.tar.gz) = 18506791
|
9
audio/py-music21/pkg-descr
Normal file
9
audio/py-music21/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Music21 is a set of tools for helping scholars and other active listeners answer
|
||||
questions about music quickly and simply. If you've ever asked yourself a
|
||||
question like, "I wonder how often Bach does that" or "I wish I knew which band
|
||||
was the first to use these chords in this order," or "I'll bet we'd know more
|
||||
about Renaissance counterpoint (or Indian ragas or post-tonal pitch structures
|
||||
or the form of minuets) if I could write a program to automatically write more
|
||||
of them," then music21 can help you with your work.
|
||||
|
||||
WWW: https://web.mit.edu/music21/
|
Loading…
Reference in New Issue
Block a user