sci-geosciences/folium: drop 0.19.5

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-08-24 22:24:27 +02:00
parent 41a4966bda
commit 1e030c5786
2 changed files with 0 additions and 48 deletions

View File

@@ -1,2 +1 @@
DIST folium-0.19.5.tar.gz 8189619 BLAKE2B 5c87b759be58013f147b1b4db8c94dd22f170a8ffa8419f26d27c85629a07a32175378ced2e21b753df064ea7a005412b37e57dfbd80b17c2ba61b0f9836f41e SHA512 6020fc25800722c0d320b328ba5a21bcd96d0002d269c87673876e8f1d1e8f428ec1522f0761699052fef9a234ef562fb6467b022252361549f5124048f647ad
DIST folium-0.20.0.tar.gz 8288643 BLAKE2B 1d553927ef22b03fb1ce8b2e52759497dae825d7410b110ce5d3b4159879e4b3aa51c7e7473631167f98399217f8e55edba25b2fe021191527f202eba3d2609b SHA512 4893eb1d7a73ee58e708a9c410c01109247b1d8ea49e04219817d74046bb07c2607edb0cf2c7414961095f94f064a0a4a880da7ea5286e1dbb98e068916074d9

View File

@@ -1,47 +0,0 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
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 ~arm64 ~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
EPYTEST_IGNORE=(
tests/selenium # require chromedriver
tests/test_folium.py # require geopandas
tests/plugins/test_time_slider_choropleth.py # require geopandas
tests/test_repr.py # require geckodriver
)
python_test() {
epytest -m 'not web'
}