commit: 14967b86cc0d9d721449633a999e4c30a42bca68
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 30 17:50:27 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 08:50:16 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14967b86
dev-python/wraps: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/wraps/files/wraps-0.1.0-includes.patch | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-python/wraps/files/wraps-0.1.0-includes.patch
b/dev-python/wraps/files/wraps-0.1.0-includes.patch
deleted file mode 100644
index a5184e52e..000000000
--- a/dev-python/wraps/files/wraps-0.1.0-includes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/pyproject.toml 2022-06-28 11:08:09.624127900 -0400
-+++ b/pyproject.toml 2022-07-11 16:33:14.810411482 -0400
-@@ -20,8 +20,11 @@
- "Topic :: Utilities",
- "Typing :: Typed",
- ]
--
--include = ["CHANGELOG.md", "tests"]
-+include = [
-+ { path = "LICENSE", format = "sdist" },
-+ { path = "README.md", format = "sdist" },
-+ { path = "CHANGELOG.md", format = "sdist" },
-+]
-
- [tool.poetry.urls]
- Discord = "https://nekit.dev/discord"