summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/branca/branca-0.4.2-r1.ebuild (renamed from sci-libs/branca/branca-0.4.2.ebuild)5
-rw-r--r--sci-libs/branca/files/branca-0.4.2-setup.patch11
2 files changed, 15 insertions, 1 deletions
diff --git a/sci-libs/branca/branca-0.4.2.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
index 78650db40a7a..68f61976df31 100644
--- a/sci-libs/branca/branca-0.4.2.ebuild
+++ b/sci-libs/branca/branca-0.4.2-r1.ebuild
@@ -14,7 +14,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-PATCHES=( "${FILESDIR}"/${P}-test.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-test.patch
+ "${FILESDIR}"/${P}-setup.patch
+)
RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
diff --git a/sci-libs/branca/files/branca-0.4.2-setup.patch b/sci-libs/branca/files/branca-0.4.2-setup.patch
new file mode 100644
index 000000000000..6ceea6b252b8
--- /dev/null
+++ b/sci-libs/branca/files/branca-0.4.2-setup.patch
@@ -0,0 +1,11 @@
+--- a/setup.cfg 2021-08-28 16:51:20.436726385 +0200
++++ b/setup.cfg 2021-08-28 16:51:34.275526771 +0200
+@@ -20,7 +20,7 @@
+ headless: mark headless tests (deselect with '-m "not headless"')
+
+ [metadata]
+-description-file = README.rst
++description_file = README.rst
+ license_file = LICENSE.txt
+
+ [check-manifest]