16 buildPythonPackage rec {
17 pname = "scikit-misc";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-XV3s+y3JdMr1770S91ek6Y7MqvTg7/2cphLQldUPe5s=";
29 # check for openblas64 pkg-config
30 # remove when patch merged upstream
31 # https://github.com/has2k1/scikit-misc/pull/29
33 name = "openblas64-pkg-config.patch";
34 url = "https://github.com/has2k1/scikit-misc/commit/6a140de18e5e1276c7aa08bf0a047b1023aa9ae4.patch";
35 hash = "sha256-HzKiRISOvoDIUIcgiYVvxhx9klwyfAh/1DDKq7inl+A=";
42 substituteInPlace pyproject.toml \
43 --replace 'numpy==' 'numpy>='
62 pythonImportsCheck = [
67 description = "Miscellaneous tools for scientific computing";
68 homepage = "https://github.com/has2k1/scikit-misc";
69 license = licenses.bsd3;
70 maintainers = with maintainers; [ onny ];