diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-16 16:17:28 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-16 16:17:28 +0100 |
commit | 40543ea28157f64e460e48c5787cbe8e46347dc3 (patch) | |
tree | cad308bd48b642e44bbd6d3be2fe05fd6433dd76 /sci-geosciences | |
parent | sci-geosciences/xyzservices: add 2024.9.0, drop 2023.10.1 2024.4.0 (diff) | |
download | gentoo-40543ea28157f64e460e48c5787cbe8e46347dc3.tar.gz gentoo-40543ea28157f64e460e48c5787cbe8e46347dc3.tar.bz2 gentoo-40543ea28157f64e460e48c5787cbe8e46347dc3.zip |
sci-geosciences/folium: drop 0.15.1-r2, 0.16.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/folium/Manifest | 2 | ||||
-rw-r--r-- | sci-geosciences/folium/folium-0.15.1-r2.ebuild | 49 | ||||
-rw-r--r-- | sci-geosciences/folium/folium-0.16.0.ebuild | 49 |
3 files changed, 0 insertions, 100 deletions
diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest index 2e58c7aa1750..11a862b1046d 100644 --- a/sci-geosciences/folium/Manifest +++ b/sci-geosciences/folium/Manifest @@ -1,3 +1 @@ -DIST folium-0.15.1.tar.gz 8400799 BLAKE2B c01c4029882aed5c1390be05a358c6c9e321e1562573bb1ae7246b462bc9183c21ba7631ca6b9a0e51311375f90f06bac5651c28505fa0d73c65942267ab2ce4 SHA512 fdc0b7bb0c864337b10d92e60090382d67d29e9158bb92c22ae53e749612d88427db95d34990c8895a04017ca1a5870330c6d9da3abb94e19ff6141b94f503c0 -DIST folium-0.16.0.tar.gz 8403284 BLAKE2B 443d8fc54ecdad8921d4467623ea4b8f6c22744df79ed25071e7937d38b1204f076432fc99f10ae23ddfebf89d4f7db19101e4aa54ceb1902bdad01af6f3ba2b SHA512 7dbaf3acdc0f5efbee8332bbc33ee002f1af22d53c662d434ace50e091dbaa9dde190d1f5f212be2a9d8abdcd5e5dbce0a916033c672c2327cc8b72f74eb69f4 DIST folium-0.17.0.tar.gz 8212314 BLAKE2B aac66b49fee5633e6c5d097094cc4ff21d835f87c5017384f2e39236aece1f4820c0dad80b87abcbce30ddb2a3c48332656b0ad07cecdd5b2dbf81c9329eb852 SHA512 2f45237064ea0bd07f95c53ab482bb33bd1786cd431237df23f1d2b9f5f063c43a0f590236b408d257e2567c16444651e9fe1a4ec9c13e6f4934a0330c7d86cc diff --git a/sci-geosciences/folium/folium-0.15.1-r2.ebuild b/sci-geosciences/folium/folium-0.15.1-r2.ebuild deleted file mode 100644 index 0342b39e6783..000000000000 --- a/sci-geosciences/folium/folium-0.15.1-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -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}"/${P}-gentoo.patch -) - -RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}] - sci-libs/branca[${PYTHON_USEDEP}] - dev-python/jinja2[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/setuptools-scm - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - )" - -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.16.0.ebuild b/sci-geosciences/folium/folium-0.16.0.ebuild deleted file mode 100644 index 4aa2aa656206..000000000000 --- a/sci-geosciences/folium/folium-0.16.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -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.15.1-gentoo.patch -) - -RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}] - sci-libs/branca[${PYTHON_USEDEP}] - dev-python/jinja2[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/setuptools-scm - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - )" - -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' -} |