summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-19 10:23:03 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-19 10:23:03 +0100
commit9f0a6295b4e19934af5fe1a7178a7060029a9ab5 (patch)
tree3ebf6d9bbc5ac9cb304969e807bc5b0e0d6e36f2
parentsci-geosciences/folium: drop 0.12.1, 0.13.0 (diff)
downloadgentoo-9f0a6295b4e19934af5fe1a7178a7060029a9ab5.tar.gz
gentoo-9f0a6295b4e19934af5fe1a7178a7060029a9ab5.tar.bz2
gentoo-9f0a6295b4e19934af5fe1a7178a7060029a9ab5.zip
sci-libs/branca: drop 0.4.2-r1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--sci-libs/branca/Manifest1
-rw-r--r--sci-libs/branca/branca-0.4.2-r1.ebuild35
-rw-r--r--sci-libs/branca/files/branca-0.4.2-setup.patch11
-rw-r--r--sci-libs/branca/files/branca-0.4.2-test.patch14
4 files changed, 0 insertions, 61 deletions
diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index f32997db6a07..c9d6abf7e8cb 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1,2 +1 @@
-DIST branca-0.4.2.tar.gz 59337 BLAKE2B 7d7f101a3dcc07c0210f968da2ed41f4a75177b625ce46252024da7dbba82618dbe60886c615c9461c724af76b45c7710f631bc65d5743cee7f18a2052f9db49 SHA512 cefb3b0f41d515492902ef4046cf7f10b638aca8409f5b08f201550ed5a971a441d13243b1ce38ac0b8c0f76cde1329955d26c1856e1f3c25014a6ce0d805fd6
DIST branca-0.6.0.tar.gz 40167 BLAKE2B 23cbe442862e9575d84dfb5bb1760acf2a1301be0f68bedc9965d9d3a8be090755f78640ed919b5ba8521ab30e8c52c69ea87ff2772d9fd6b3e338680b5219bb SHA512 e80b3d173bc487857ab42d10365540e91cb6fc5def61bb76f418e2da8e74c9bf69e0ca46f86a47f96f5db48d0e98d6ad3091107dd1a5ca479c52adbfa3a79a9c
diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
deleted file mode 100644
index 23ccfa89c3c9..000000000000
--- a/sci-libs/branca/branca-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-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
- "${FILESDIR}"/${P}-setup.patch
-)
-
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? (
- dev-python/selenium[${PYTHON_USEDEP}]
- dev-python/nbconvert[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- )"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest -m 'not headless'
-}
diff --git a/sci-libs/branca/files/branca-0.4.2-setup.patch b/sci-libs/branca/files/branca-0.4.2-setup.patch
deleted file mode 100644
index 6ceea6b252b8..000000000000
--- a/sci-libs/branca/files/branca-0.4.2-setup.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.cfg 2021-08-28 16:51:20.436726385 +0200
-+++ b/setup.cfg 2021-08-28 16:51:34.275526771 +0200
-@@ -20,7 +20,7 @@
- headless: mark headless tests (deselect with '-m "not headless"')
-
- [metadata]
--description-file = README.rst
-+description_file = README.rst
- license_file = LICENSE.txt
-
- [check-manifest]
diff --git a/sci-libs/branca/files/branca-0.4.2-test.patch b/sci-libs/branca/files/branca-0.4.2-test.patch
deleted file mode 100644
index 8c1525d69bf7..000000000000
--- a/sci-libs/branca/files/branca-0.4.2-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/setup.cfg 2021-07-30 21:13:41.303271681 +0200
-+++ b/setup.cfg 2021-07-30 21:13:49.133164898 +0200
-@@ -11,11 +11,6 @@
- parentdir_prefix =
-
- [tool:pytest]
--flake8-max-line-length = 105
--flake8-ignore =
-- docs/* ALL
-- versioneer.py ALL
-- branca/_version.py ALL
- markers =
- headless: mark headless tests (deselect with '-m "not headless"')
-