mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add python-python3-midi.
* gnu/packages/audio.scm (python-python3-midi): New variable.
This commit is contained in:
parent
5893257626
commit
9e2cdf724e
1 changed files with 18 additions and 0 deletions
|
@ -2462,6 +2462,24 @@ (define-public python-soundfile
|
||||||
CFFI and NumPy.")
|
CFFI and NumPy.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-python3-midi
|
||||||
|
(package
|
||||||
|
(name "python-python3-midi")
|
||||||
|
(version "0.2.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "python3_midi" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1z9j1w7mpn3xhkcpxmqm5rvmj6nffb5rf14bv7n3sdh07nf6n7sf"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://github.com/NFJones/python3-midi")
|
||||||
|
(synopsis "Python MIDI API")
|
||||||
|
(description "This package provides a python API to read and write MIDI
|
||||||
|
files.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public lilv
|
(define-public lilv
|
||||||
(package
|
(package
|
||||||
(name "lilv")
|
(name "lilv")
|
||||||
|
|
Loading…
Reference in a new issue