9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
17 sha256 = "43ccd86693b725fa3abe648c8cdcef17ba5fa46b5528168829e5f9b968dfeb70";
20 propagatedBuildInputs = [
25 # No tests in the pypi tarball
29 description = "libMR provides core MetaRecognition and Weibull fitting functionality";
30 homepage = "https://github.com/Vastlab/libMR";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ psyanticy ];