13 buildPythonPackage rec {
17 # No tests in PyPi Archive
18 src = fetchFromGitHub {
22 sha256 = "0qmkxl5sbgh0j73n667vyi7ywzh09iaync91yp1j5rrcmwsn0qfs";
25 checkInputs = [ pytest pytestcov ];
26 propagatedBuildInputs = [ numpy scipy cython numba six ];
33 homepage = "https://github.com/bmcfee/resampy";
34 description = "Efficient signal resampling";
35 license = licenses.isc;