11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-1tbNW7Gy7gvMnETdAM2ahHiwbhG9qvdYZggia1+7eGo=";
25 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Module to parse Python dependency files";
46 homepage = "https://github.com/nexB/dparse2";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];