12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-t5I7NJmIeV0uucPyvR+UJ24NK7fIzYlNJ8bECkbvdjI=";
26 propagatedBuildInputs = [
38 substituteInPlace setup.cfg \
39 --replace " --cov-report term-missing --cov resampy --cov-report=xml" ""
42 pythonImportsCheck = [
47 description = "Efficient signal resampling";
48 homepage = "https://github.com/bmcfee/resampy";
49 license = licenses.isc;
50 maintainers = with maintainers; [ ];