1 { buildPythonPackage, fetchPypi, lib, pypiserver, pytestCheckHook
2 , setuptools-scm, virtualenv }:
4 buildPythonPackage rec {
5 pname = "setuptools-declarative-requirements";
10 sha256 = "sha256-V6W5u5rTUMJ46Kpr5M3rvNklubpx1qcSoXimGM+4mPc=";
13 buildInputs = [ setuptools-scm ];
15 checkInputs = [ pypiserver pytestCheckHook virtualenv ];
20 pythonImportsCheck = [ "declarative_requirements" ];
23 homepage = "https://github.com/s0undt3ch/setuptools-declarative-requirements";
24 description = "Declarative setuptools Config Requirements Files Support";
25 license = licenses.asl20;
26 maintainers = [ maintainers.austinbutler ];