Search Criteria
Package Details: python-music21 9.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-music21.git (read-only, click to copy) |
---|---|
Package Base: | python-music21 |
Description: | A toolkit for computer-aided musical analysis |
Upstream URL: | http://web.mit.edu/music21 |
Licenses: | BSD |
Submitter: | m-pilia |
Maintainer: | m-pilia |
Last Packager: | m-pilia |
Votes: | 3 |
Popularity: | 0.000009 |
First Submitted: | 2017-03-16 15:42 (UTC) |
Last Updated: | 2024-05-19 05:14 (UTC) |
Dependencies (16)
- python-chardet
- python-joblib
- python-more-itertools
- python-requests
- python-webcolors
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- lilypond (lilypond-gitAUR, lilypond-develAUR) (optional) – PDF or PNG output with music21.converter
- python-jsonpickle (optional) – pickle and unpickle objects with music21.freezeThaw
- python-matplotlib (python-matplotlib-gitAUR) (optional) – graphing support
- python-pillow (python-pillow-gitAUR) (optional) – high quality output from LilyPond
- python-pyaudio (python-pyaudio-gitAUR) (optional) – allows recording with music21.audioSearch
- python-pygame (python-pygame-gitAUR) (optional) – allows realtime MIDI performance with music21.midi
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (optional) – faster FFT for music21.audioSearch
Latest Comments
m-pilia commented on 2020-03-04 23:23 (UTC)
@yochananmarqos: I do not think that change is enough to make this package work properly. I tried running the unit tests in a clean container and there are several failures and errors. I will have a look at this later to see if it can be fixed.
If I remember well, back in the day when I created this PKGBUILD, the package had no external dependencies, it used to embed third party code, and there was a list of optional dependencies somewhere in the docs (I checked and those are actual optional dependencies). They added a proper
requirements.txt
only recently, but I missed the change (I don't use this package and I overlooked the update). To prevent this from happening again, I want to add acheck()
to run the unit tests, but as I said it seems to be broken ATM.yochananmarqos commented on 2020-03-04 21:42 (UTC) (edited on 2020-03-04 22:04 (UTC) by yochananmarqos)
Ah, so it is. I'm all over the place working on other packages, heh.
This is what I've done, I don't see any mention of the other optional dependencies you listed.
EDIT: Ah, I see the other modules in the docs. Not sure if it's up to date, though.
m-pilia commented on 2020-03-04 21:40 (UTC)
@yochananmarqos:
python-setuptools
is already inmakedepends
. I'll add the other missing runtime dependencies.yochananmarqos commented on 2020-03-04 21:37 (UTC) (edited on 2020-03-04 21:37 (UTC) by yochananmarqos)
This is missing dependencies, see
requirements-minimum.txt
andrequirements.txt
. Please addpython-setuptools
tomakedepends()
.