diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-08-28 16:54:04 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-08-28 16:54:04 +0200 |
commit | 77425cbcb523a085cf61d8e6d2f2d4f3d556b081 (patch) | |
tree | 8446c20637991093719812f4b8addfa5374ed608 /sci-libs | |
parent | sci-visualization/dash: incorrect DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.tar.gz gentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.tar.bz2 gentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.zip |
sci-libs/branca: setuptools warnings detected
Closes: https://bugs.gentoo.org/806076
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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.patch | 11 |
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] |