Loading pkgs/development/python-modules/pilkit/default.nix +11 −6 Original line number Diff line number Diff line Loading @@ -5,23 +5,28 @@ , pillow , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pilkit"; version = "unstable-2022-02-17"; format = "setuptools"; version = "3.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "matthewwithanm"; repo = pname; rev = "09ffa2ad33318ae5fd3464655c14c7f01ffc2097"; hash = "sha256-jtnFffKr0yhSv2jBmXzPa6iP2r41MbmGukfmnvgABhk="; rev = "refs/tags/${version}"; hash = "sha256-NmD9PFCkz3lz4AnGoQUpkt35q0zvDVm+kx7lVDFBcHk="; }; buildInputs = [ nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pillow ]; Loading @@ -44,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "A collection of utilities and processors for the Python Imaging Library"; homepage = "https://github.com/matthewwithanm/pilkit/"; license = licenses.bsd0; license = licenses.bsd3; maintainers = with maintainers; [ domenkozar ]; }; } Loading
pkgs/development/python-modules/pilkit/default.nix +11 −6 Original line number Diff line number Diff line Loading @@ -5,23 +5,28 @@ , pillow , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "pilkit"; version = "unstable-2022-02-17"; format = "setuptools"; version = "3.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "matthewwithanm"; repo = pname; rev = "09ffa2ad33318ae5fd3464655c14c7f01ffc2097"; hash = "sha256-jtnFffKr0yhSv2jBmXzPa6iP2r41MbmGukfmnvgABhk="; rev = "refs/tags/${version}"; hash = "sha256-NmD9PFCkz3lz4AnGoQUpkt35q0zvDVm+kx7lVDFBcHk="; }; buildInputs = [ nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pillow ]; Loading @@ -44,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "A collection of utilities and processors for the Python Imaging Library"; homepage = "https://github.com/matthewwithanm/pilkit/"; license = licenses.bsd0; license = licenses.bsd3; maintainers = with maintainers; [ domenkozar ]; }; }