17 buildPythonPackage rec {
22 disabled = pythonOlder "3.9";
25 inherit pname version;
26 hash = "sha256-irS13UVHui2ug1SVWkNSEIkqV13/RvMjysbPQGALl2o=";
30 # Disable benchmark tests, so we won't need pytest-benchmark and pytest-cov
32 substituteInPlace pyproject.toml \
33 --replace '"--benchmark-disable",' ""
41 propagatedBuildInputs = [
53 pythonImportsCheck = [
58 "tests/particle/test_performance.py"
62 description = "Package to deal with particles, the PDG particle data table and others";
63 homepage = "https://github.com/scikit-hep/particle";
64 changelog = "https://github.com/scikit-hep/particle/releases/tag/v${version}";
65 license = licenses.bsd3;
66 maintainers = with maintainers; [ doronbehar ];