11 buildPythonPackage rec {
12 pname = "python-debianbts";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-JbPb0lZND96XLZNU97wMuT9iGNXVN2KTsZC2St6FfuU=";
24 sed -i "/--cov/d" pyproject.toml
31 propagatedBuildInputs = [
35 # Most tests require network access
38 pythonImportsCheck = [
43 description = "Python interface to Debian's Bug Tracking System";
44 homepage = "https://github.com/venthur/python-debianbts";
45 downloadPage = "https://pypi.org/project/python-debianbts/";
46 changelog = "https://github.com/venthur/python-debianbts/blob/${version}/CHANGELOG.md";
47 license = licenses.mit;
48 maintainers = with maintainers; [ nicoo ];