mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pysox: Use pyproject-build-system.
* gnu/packages/audio.scm (python-pysox): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib6a3dd4867a1f79245628e7086856223857cff19 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3c11ca545b
commit
3219d5de4e
1 changed files with 7 additions and 2 deletions
|
@ -6950,7 +6950,7 @@ device. There is support for mono and/or stereo and 8 or 16 bit samples.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i62jx92vfpcr2z7lp69yzqdi9idfs3pifl3rzm2akc2c4cr1mac"))))
|
"0i62jx92vfpcr2z7lp69yzqdi9idfs3pifl3rzm2akc2c4cr1mac"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -6972,7 +6972,12 @@ device. There is support for mono and/or stereo and 8 or 16 bit samples.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy python-typing-extensions))
|
(list python-numpy python-typing-extensions))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sox python-pytest python-pytest-cov python-soundfile))
|
(list sox
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov
|
||||||
|
python-soundfile
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/rabitt/pysox")
|
(home-page "https://github.com/rabitt/pysox")
|
||||||
(synopsis "Python wrapper around SoX")
|
(synopsis "Python wrapper around SoX")
|
||||||
(description "@code{python-pysox} is a wrapper around the @command{sox}
|
(description "@code{python-pysox} is a wrapper around the @command{sox}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue