summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-08-28 16:54:04 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-08-28 16:54:04 +0200
commit77425cbcb523a085cf61d8e6d2f2d4f3d556b081 (patch)
tree8446c20637991093719812f4b8addfa5374ed608 /sci-libs/branca/branca-0.4.2.ebuild
parentsci-visualization/dash: incorrect DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.tar.gz
gentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.tar.bz2
gentoo-77425cbcb523a085cf61d8e6d2f2d4f3d556b081.zip
sci-libs/branca: setuptools warnings detected
Closes: https://bugs.gentoo.org/806076 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/branca/branca-0.4.2.ebuild')
-rw-r--r--sci-libs/branca/branca-0.4.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/branca/branca-0.4.2.ebuild b/sci-libs/branca/branca-0.4.2.ebuild
deleted file mode 100644
index 78650db40a7a..000000000000
--- a/sci-libs/branca/branca-0.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-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}]
- dev-python/nbconvert[${PYTHON_USEDEP}]
- )"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest -m 'not headless'
-}