about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-18 03:08:56 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-18 03:09:09 +0100
commitb7b24b5141011be77636d42cee4d2a39624cb012 (patch)
tree142abae0c8d6f74dd22d35eb10b08472dc93a31c /pkgs/development
parente5bf70c9935ef9da80d8c9aa90ea25ea92678cf6 (diff)
downloadnixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar.gz
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar.bz2
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar.lz
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar.xz
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.tar.zst
nixlib-b7b24b5141011be77636d42cee4d2a39624cb012.zip
python311PAckages.preprocess-cancellation: drop obsolete patch
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/preprocess-cancellation/default.nix4
-rw-r--r--pkgs/development/python-modules/preprocess-cancellation/pep-621.patch20
2 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/development/python-modules/preprocess-cancellation/default.nix b/pkgs/development/python-modules/preprocess-cancellation/default.nix
index d8f60c653ddc..22d3936b248e 100644
--- a/pkgs/development/python-modules/preprocess-cancellation/default.nix
+++ b/pkgs/development/python-modules/preprocess-cancellation/default.nix
@@ -22,10 +22,6 @@ buildPythonPackage rec {
     hash = "sha256-MJ4mwOFswLYHhg2LNZ+/ZwDvSjoxElVxlaWjArHV2NY=";
   };
 
-  patches = [
-    ./pep-621.patch
-  ];
-
   postPatch = ''
     sed -i "/^addopts/d" pyproject.toml
 
diff --git a/pkgs/development/python-modules/preprocess-cancellation/pep-621.patch b/pkgs/development/python-modules/preprocess-cancellation/pep-621.patch
deleted file mode 100644
index 48d8db33d465..000000000000
--- a/pkgs/development/python-modules/preprocess-cancellation/pep-621.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index da1376e..88298a7 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,11 +1,11 @@
--[tool.poetry]

-+[project]

- name = "preprocess_cancellation"

- version = "0.2.0"

- description = "GCode processor to add klipper cancel-object markers"

- readme = "README.md"

--authors = ["Franklyn Tackitt <im@frank.af>"]

--repository = "https://github.com/kageurufu/cancelobject-preprocessor"

--license = "GPL-3.0-only"

-+authors = [ { name = "Franklyn Tackitt", email = "im@frank.af" } ]

-+urls.repository = "https://github.com/kageurufu/cancelobject-preprocessor"

-+license.text = "GPL-3.0-only"

- 

- [tool.poetry.urls]

- "Bug Tracker" = "https://github.com/kageurufu/cancelobject-preprocessor/issues"