commit: 61350c43e6dc52f58bb65055611162231695ceeb Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Aug 28 15:16:21 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Aug 28 15:16:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61350c43
sci-geosciences/folium: setuptools warnings detected Closes: https://bugs.gentoo.org/806073 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-geosciences/folium/files/folium-0.12.1-setup.patch | 11 +++++++++++ sci-geosciences/folium/folium-0.12.1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/sci-geosciences/folium/files/folium-0.12.1-setup.patch b/sci-geosciences/folium/files/folium-0.12.1-setup.patch new file mode 100644 index 00000000000..9689d36b3a7 --- /dev/null +++ b/sci-geosciences/folium/files/folium-0.12.1-setup.patch @@ -0,0 +1,11 @@ +--- a/setup.cfg 2021-08-28 17:01:33.388959675 +0200 ++++ b/setup.cfg 2021-08-28 17:01:44.492801731 +0200 +@@ -18,7 +18,7 @@ + ignore = E203, E501, W503 + + [metadata] +-description-file = README.md ++description_file = README.md + license_file = LICENSE.txt + + [bdist_wheel] diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild index aed52831717..50f383c295f 100644 --- a/sci-geosciences/folium/folium-0.12.1.ebuild +++ b/sci-geosciences/folium/folium-0.12.1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" PATCHES=( "${FILESDIR}"/${P}-scm.patch "${FILESDIR}"/${P}-gentoo.patch + "${FILESDIR}"/${P}-setup.patch ) RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
