diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-02 12:15:10 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-02 12:15:10 +0100 |
commit | 6839353d1cf466f9c284fff0af198300dd841f1b (patch) | |
tree | c1aee3581cd74031a931cbbd17110a0c1b1a81ce /sci-geosciences | |
parent | profiles: last rite for net-mail/courier-makedat (diff) | |
download | gentoo-6839353d1cf466f9c284fff0af198300dd841f1b.tar.gz gentoo-6839353d1cf466f9c284fff0af198300dd841f1b.tar.bz2 gentoo-6839353d1cf466f9c284fff0af198300dd841f1b.zip |
sci-geosciences/folium: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/folium/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/folium/folium-0.14.0-r1.ebuild | 47 | ||||
-rw-r--r-- | sci-geosciences/folium/folium-0.15.1-r2.ebuild (renamed from sci-geosciences/folium/folium-0.15.1-r1.ebuild) | 5 |
3 files changed, 2 insertions, 51 deletions
diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest index 4e16f055c870..1cee3721d45c 100644 --- a/sci-geosciences/folium/Manifest +++ b/sci-geosciences/folium/Manifest @@ -1,2 +1 @@ -DIST folium-0.14.0.tar.gz 20121396 BLAKE2B 8b6014444e4992ae6828f844d197f475d0050567ebaf630b58015ed08274793d3837903cb7a4d7f28da14bb47d8d65a6d09e097b7765fc0a115224aec521854a SHA512 2aec27c731a4d2c835172d0e29d4ddbce745ec5665e168f392fd9693d9b267f734b4a7275ae202fccba17501320414abefd332376bc917fa0fba72bcffade43e DIST folium-0.15.1.tar.gz 8400799 BLAKE2B c01c4029882aed5c1390be05a358c6c9e321e1562573bb1ae7246b462bc9183c21ba7631ca6b9a0e51311375f90f06bac5651c28505fa0d73c65942267ab2ce4 SHA512 fdc0b7bb0c864337b10d92e60090382d67d29e9158bb92c22ae53e749612d88427db95d34990c8895a04017ca1a5870330c6d9da3abb94e19ff6141b94f503c0 diff --git a/sci-geosciences/folium/folium-0.14.0-r1.ebuild b/sci-geosciences/folium/folium-0.14.0-r1.ebuild deleted file mode 100644 index 07ccbd3ab761..000000000000 --- a/sci-geosciences/folium/folium-0.14.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Python Data, Leaflet.js Maps" -HOMEPAGE="https://github.com/python-visualization/folium" -SRC_URI="https://github.com/python-visualization/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -PATCHES=( - "${FILESDIR}"/${PN}-0.12.1-scm.patch - "${FILESDIR}"/${PN}-0.13.0-gentoo.patch -) - -RDEPEND=">=sci-libs/branca-0.6.0[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - )" -BDEPEND="" - -distutils_enable_tests pytest - -src_prepare() { - rm -r tests/selenium || die # require chromedriver - rm tests/test_folium.py || die # require geopandas - rm tests/test_raster_layers.py || die # require xyzservices - rm tests/plugins/test_time_slider_choropleth.py || die # require geopandas - rm tests/test_repr.py || die # require geckodriver - default -} - -python_test() { - epytest -m 'not web' -} diff --git a/sci-geosciences/folium/folium-0.15.1-r1.ebuild b/sci-geosciences/folium/folium-0.15.1-r2.ebuild index 7d351d52562a..22eaed0b7b88 100644 --- a/sci-geosciences/folium/folium-0.15.1-r1.ebuild +++ b/sci-geosciences/folium/folium-0.15.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -30,7 +30,6 @@ DEPEND="${RDEPEND} dev-python/pillow[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] )" -BDEPEND="" distutils_enable_tests pytest |