rectangle-packer: 2.0.2 -> 2.0.4

This commit is contained in:
Anna Aurora
2025-04-05 13:36:37 +02:00
parent b71dc0ca75
commit 8e2340b11a
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "rectangle-packer";
version = "2.0.2";
version = "2.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Penlect";
repo = "rectangle-packer";
rev = version;
hash = "sha256-YsMLB9jfAC5yB8TnlY9j6ybXM2ILireOgQ8m8wYo4ts=";
hash = "sha256-Tm1ZkWTecmQDGsTOa1AP2GtjdxVgxklLIYSBlTSfSiY=";
};
build-system = [
@@ -24,11 +24,6 @@ buildPythonPackage rec {
setuptools
];
postPatch = ''
substituteInPlace setup.py \
--replace-fail 'Cython<3.0.0' 'Cython'
'';
pythonImportsCheck = [ "rpack" ];
nativeCheckInputs = [ pytestCheckHook ];