commit: 8fee3b205e316586a72ef0202431547194e2c793 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Oct 3 15:46:03 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Oct 5 22:58:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fee3b20
dev-vcs/git-cola: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/git-cola-4.2.1-fix-setuptools.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch b/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch deleted file mode 100644 index d1453c3f163e..000000000000 --- a/dev-vcs/git-cola/files/git-cola-4.2.1-fix-setuptools.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b53983c7fa7d29dd6f474177015fcb6f2ee0e6d1 Mon Sep 17 00:00:00 2001 -From: David Aguilar <dav...@gmail.com> -Date: Thu, 2 Nov 2023 01:33:16 -0700 -Subject: [PATCH] pyproject.toml: list dependencies and optional-dependencies - as dynamic - -Signed-off-by: David Aguilar <dav...@gmail.com> ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 20b3008e0..97cdf79b4 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -13,7 +13,7 @@ classifiers = [ - "Topic :: Software Development :: Version Control :: Git", - ] - description = "A sleek and powerful Git GUI" --dynamic = ["version"] -+dynamic = ["dependencies", "optional-dependencies", "version"] - license = {file = "COPYING"} - readme = "README.md" -