This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!
Git Clone URL: | https://aur.archlinux.org/python-soundfile.git (read-only, click to copy) |
---|---|
Package Base: | python-soundfile |
Description: | A Python library to read and write audio files using libsndfile, CFFI and NumPy |
Upstream URL: | https://github.com/bastibe/python-soundfile |
Licenses: | BSD |
Submitter: | xantares |
Maintainer: | SpotlightKid (osamc) |
Last Packager: | osamc |
Votes: | 8 |
Popularity: | 0.73 |
First Submitted: | 2017-05-21 18:02 (UTC) |
Last Updated: | 2024-11-15 19:22 (UTC) |
This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!
@sekret The AUR package gets updated automatically by our CI for the arch.osamc.org binary package repository. We needed to bump the pkgrel there to trigger a rebuild for Python 3.11. I'm afraid that's not gonna change. Same principle as for the official repos. Sorry for the inconvenience.
Could you please not bump the pkgver if you haven't changed anything or if the package simply needs to be rebuilt?
I've already rebuilt it and now I have to do it again to get rid of this update notification.
There are packages out there that warn users about self-built packages that need a rebuild. I use rebuild-detector, which warns about all these python packages. That's what users should use imho, but depending on AUR package maintainers to bump pkgrel is the wrong way!
The package for libsndfile
1.2.0 now has MP3 support enabled, which means python-soundfile
now finally supports it too (at least on Arch).
@carlosal1015 I switched the package to a PEP-517 based installation method, that should fix the issue you are seeing.
Please note that the libsndfile
is compiled without MP3 support on Arch, so this package does not support MP3 either.
Hi, I have the following message error
==> Starting check()...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
error: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp59ux3gtn', '--quiet', 'pytest']' returned non-zero exit status 1.
==> ERROR: A failure occurred in check().
Ok, thanks a lot. Works like a charm ! :-)
jujudusud: please clean up you build dir. upstream changed the location and apparently also the content of the source distribution file, at least its hashsum has changed (but the filename is the same).
Hi here, there is a validation problem with the new version :
One or more files did not pass the validity check! :: failed to verify python-soundfile integrity
Thanks a lot for maintaining
==> Validating source files with sha1sums... 0.9.0.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! :: failed to verify python-soundfile integrity
0.10.0 is available
Pinned Comments
osamc commented on 2023-10-15 18:41 (UTC)
This AUR package is a mirror and automatically updated from the proaudio binary repo project at https://github.com/osam-cologne/archlinux-proaudio
If possible, open a GitHub issue or PR instead of commenting here, thanks!