From 80c51284f0017d5765c7ae39207be9c58f4bfa17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 19 Feb 2023 14:14:16 +0000 Subject: gentoo auto-resync : 19:02:2023 - 14:14:15 --- sci-libs/branca/branca-0.6.0-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 sci-libs/branca/branca-0.6.0-r1.ebuild (limited to 'sci-libs/branca/branca-0.6.0-r1.ebuild') diff --git a/sci-libs/branca/branca-0.6.0-r1.ebuild b/sci-libs/branca/branca-0.6.0-r1.ebuild new file mode 100644 index 000000000000..91ea6850fcc5 --- /dev/null +++ b/sci-libs/branca/branca-0.6.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +inherit distutils-r1 + +DESCRIPTION="spinoff from folium, host the non-map-specific features" +HOMEPAGE="https://github.com/python-visualization/branca" +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}-test.patch ) + +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/selenium[${PYTHON_USEDEP}] )" +BDEPEND="" + +distutils_enable_tests pytest + +python_test() { + epytest -m 'not headless' +} -- cgit v1.2.3