Search Criteria
Package Details: python-wavefile 1.6.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-wavefile.git (read-only, click to copy) |
---|---|
Package Base: | python-wavefile |
Description: | Pythonic libsndfile wrapper to read and write audio files |
Upstream URL: | https://github.com/vokimon/python-wavefile |
Licenses: | GPL-3.0-or-later |
Submitter: | timmyl17 |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 2 |
Popularity: | 0.018505 |
First Submitted: | 2015-09-24 18:05 (UTC) |
Last Updated: | 2024-05-14 07:16 (UTC) |
Dependencies (7)
- libsndfile (libsndfile-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
carsme commented on 2024-05-14 05:56 (UTC)
Tests require
python-pytest-cov
, which they shouldn't if you invoke pytest withpytest --override-ini="addopts="
. Thanks!