12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-JUTL+SVf1RRIXQqwFR7MnExsgGseSiO0a5YzzcqdXHw=";
26 propagatedBuildInputs = [
32 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "dparse2" ];
42 description = "Module to parse Python dependency files";
43 homepage = "https://github.com/nexB/dparse2";
44 changelog = "https://github.com/nexB/dparse2/blob/${version}/CHANGELOG.rst";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];