1 { lib, buildPythonPackage, fetchPypi, numpy, cython }:
3 buildPythonPackage rec {
10 sha256 = "43ccd86693b725fa3abe648c8cdcef17ba5fa46b5528168829e5f9b968dfeb70";
13 propagatedBuildInputs = [ numpy cython ];
15 # No tests in the pypi tarball
19 description = "libMR provides core MetaRecognition and Weibull fitting functionality";
20 homepage = "https://github.com/Vastlab/libMR";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ psyanticy ];