Search Criteria
Package Details: python-resampy 0.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-resampy.git (read-only, click to copy) |
---|---|
Package Base: | python-resampy |
Description: | Efficient sample rate conversion in python |
Upstream URL: | https://github.com/bmcfee/resampy |
Licenses: | ISC |
Submitter: | petronny |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 5 |
Popularity: | 0.81 |
First Submitted: | 2017-08-21 13:53 (UTC) |
Last Updated: | 2024-03-06 07:57 (UTC) |
Dependencies (3)
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- python-setuptools (make)
Required by (2)
- python-julius-git (check)
- python-librosa
Latest Comments
petronny commented on 2022-07-23 03:04 (UTC) (edited on 2022-07-23 03:05 (UTC) by petronny)
@SpotlightKid Thanks for the suggestions.
SpotlightKid commented on 2022-07-22 17:43 (UTC) (edited on 2022-07-22 17:49 (UTC) by SpotlightKid)
Also,
cython
can be removed frommakepdepends
, I believe.scipy
is only required for the tests, which are not installed, so should be removed fromdepends
.six
is not used all so should be removed fromdepends
as well.SpotlightKid commented on 2022-07-22 17:17 (UTC) (edited on 2022-07-22 17:20 (UTC) by SpotlightKid)
The
LICENSE
file has been renamed toLICENSE.md
, so thepackage()
function needs to be adapted.Also, I suggest changes the
source
line to:so, there are no conflicts when using a shared
$srcdir
.CyberGhost commented on 2018-07-26 02:58 (UTC)
Since 0.2.0 this python-numba has become a dependency. Sadly this appears to break the package on ARM (rpi), so that kinda sucks.