Loading pkgs/development/python-modules/dockerfile-parse/default.nix +1 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , six , pytestCheckHook , pythonOlder }: Loading @@ -18,10 +17,6 @@ buildPythonPackage rec { hash = "sha256-If59UQZC8rYamZ1Fw9l0X5UOEf5rokl1Vbj2N4K3jkU="; }; propagatedBuildInputs = [ six ]; checkInputs = [ pytestCheckHook ]; Loading @@ -38,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for parsing Dockerfile files"; homepage = "https://github.com/DBuildService/dockerfile-parse"; changelog = "https://github.com/containerbuildsystem/dockerfile-parse/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ leenaars ]; }; Loading Loading
pkgs/development/python-modules/dockerfile-parse/default.nix +1 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , six , pytestCheckHook , pythonOlder }: Loading @@ -18,10 +17,6 @@ buildPythonPackage rec { hash = "sha256-If59UQZC8rYamZ1Fw9l0X5UOEf5rokl1Vbj2N4K3jkU="; }; propagatedBuildInputs = [ six ]; checkInputs = [ pytestCheckHook ]; Loading @@ -38,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for parsing Dockerfile files"; homepage = "https://github.com/DBuildService/dockerfile-parse"; changelog = "https://github.com/containerbuildsystem/dockerfile-parse/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ leenaars ]; }; Loading