diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-08-28 17:16:21 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-08-28 17:16:21 +0200 |
commit | 61350c43e6dc52f58bb65055611162231695ceeb (patch) | |
tree | e685e2b2caa03d0a92e187947ee43bb6c1578d01 /sci-geosciences | |
parent | sci-libs/branca: setuptools warnings detected (diff) | |
download | gentoo-61350c43e6dc52f58bb65055611162231695ceeb.tar.gz gentoo-61350c43e6dc52f58bb65055611162231695ceeb.tar.bz2 gentoo-61350c43e6dc52f58bb65055611162231695ceeb.zip |
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@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/folium/files/folium-0.12.1-setup.patch | 11 | ||||
-rw-r--r-- | sci-geosciences/folium/folium-0.12.1.ebuild | 1 |
2 files changed, 12 insertions, 0 deletions
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 000000000000..9689d36b3a7c --- /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 aed528317177..50f383c295f9 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}] |