13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-X7CwJBrKHlU1jqMkt/7XEzaiwul1Yzkb/V64lXG4Aqo=";
26 substituteInPlace versioneer.py \
27 --replace-fail SafeConfigParser ConfigParser \
28 --replace-fail readfp read_file
31 build-system = [ setuptools ];
40 nativeCheckInputs = [ pytestCheckHook ];
42 pythonImportsCheck = [ "bayespy" ];
45 homepage = "http://www.bayespy.org";
46 description = "Variational Bayesian inference tools for Python";
47 license = licenses.mit;
48 maintainers = with maintainers; [ jluttine ];