12 buildPythonPackage rec {
13 pname = "boost-histogram";
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 pname = "boost_histogram";
22 hash = "sha256-lxRvc19GfVBpdqBH8/I3zlmECpUv0jH19DH4l/sAbN0=";
33 propagatedBuildInputs = [
43 description = "Python bindings for the C++14 Boost::Histogram library";
44 homepage = "https://github.com/scikit-hep/boost-histogram";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ veprbl ];