public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/
@ 2021-08-01 13:15 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2021-08-01 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f0966300dbbfea0b0e339982738d958bafb252dc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 13:15:41 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 13:15:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0966300

sci-geosciences/folium: add to tree

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/Manifest                    |  1 +
 .../folium/files/folium-0.12.1-gentoo.patch        | 14 ++++++++++
 .../folium/files/folium-0.12.1-scm.patch           | 12 ++++++++
 sci-geosciences/folium/folium-0.12.1.ebuild        | 32 ++++++++++++++++++++++
 sci-geosciences/folium/metadata.xml                | 18 ++++++++++++
 5 files changed, 77 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
new file mode 100644
index 00000000000..696e7bd3865
--- /dev/null
+++ b/sci-geosciences/folium/Manifest
@@ -0,0 +1 @@
+DIST folium-0.12.1.tar.gz 20033236 BLAKE2B 00e9fb369be9300ca04f9ba3fed18ca28a4985111ccd358312570773b80906df292e14a6f4acbd8ea7686f1b807017f729ad918b3b025af321faf5d7686333db SHA512 b19d2180c36160a370e6ab5ccfacf74ba7b735610d43e69a5200529c776e9c11ee42f4f7fa1ee54621f52b0f2e1fc1f86bc9a146c4a924831b12578643a69616

diff --git a/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch b/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch
new file mode 100644
index 00000000000..e2fbf5f35e1
--- /dev/null
+++ b/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch
@@ -0,0 +1,14 @@
+--- a/setup.cfg	2021-07-30 23:31:49.026429515 +0200
++++ b/setup.cfg	2021-07-30 23:32:04.638212109 +0200
+@@ -11,11 +11,6 @@
+ parentdir_prefix =
+ 
+ [tool:pytest]
+-flake8-max-line-length = 121
+-flake8-ignore =
+-    docs/* ALL
+-select = C,E,F,W,B,B950
+-ignore = E203, E501, W503
+ 
+ [metadata]
+ description-file = README.md

diff --git a/sci-geosciences/folium/files/folium-0.12.1-scm.patch b/sci-geosciences/folium/files/folium-0.12.1-scm.patch
new file mode 100644
index 00000000000..78992bafa05
--- /dev/null
+++ b/sci-geosciences/folium/files/folium-0.12.1-scm.patch
@@ -0,0 +1,12 @@
+--- a/setup.py	2021-07-30 23:29:57.320896714 +0200
++++ b/setup.py	2021-07-30 23:30:05.608787963 +0200
+@@ -89,9 +89,4 @@
+     extras_require={"testing": ["pytest"]},
+     install_requires=install_requires,
+     zip_safe=False,
+-    use_scm_version={
+-        "write_to": "folium/_version.py",
+-        "write_to_template": '__version__ = "{version}"',
+-        "tag_regex": r"^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
+-    },
+ )

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
new file mode 100644
index 00000000000..ef7a70a505a
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -0,0 +1,32 @@
+# 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="Python Data, Leaflet.js Maps"
+HOMEPAGE="https://github.com/python-visualization/folium"
+SRC_URI="${HOMEPAGE}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-scm.patch
+	"${FILESDIR}"/${P}-gentoo.patch
+)
+
+RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	rm -r tests/selenium || die
+	default
+}

diff --git a/sci-geosciences/folium/metadata.xml b/sci-geosciences/folium/metadata.xml
new file mode 100644
index 00000000000..4afe8241f01
--- /dev/null
+++ b/sci-geosciences/folium/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<longdescription lang="en">
+		Python Data, Leaflet.js Maps
+		folium builds on the data wrangling strengths of the Python ecosystem
+		and the mapping strengths of the Leaflet.js library.
+		Manipulate your data in Python, then visualize it in a Leaflet map
+		via folium.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">python-visualization/folium</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/
@ 2021-08-28 15:16 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2021-08-28 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     61350c43e6dc52f58bb65055611162231695ceeb
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 15:16:21 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 15:16:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61350c43

sci-geosciences/folium: setuptools warnings detected

Closes: https://bugs.gentoo.org/806073
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/files/folium-0.12.1-setup.patch | 11 +++++++++++
 sci-geosciences/folium/folium-0.12.1.ebuild            |  1 +
 2 files changed, 12 insertions(+)

diff --git a/sci-geosciences/folium/files/folium-0.12.1-setup.patch b/sci-geosciences/folium/files/folium-0.12.1-setup.patch
new file mode 100644
index 00000000000..9689d36b3a7
--- /dev/null
+++ b/sci-geosciences/folium/files/folium-0.12.1-setup.patch
@@ -0,0 +1,11 @@
+--- a/setup.cfg	2021-08-28 17:01:33.388959675 +0200
++++ b/setup.cfg	2021-08-28 17:01:44.492801731 +0200
+@@ -18,7 +18,7 @@
+ ignore = E203, E501, W503
+ 
+ [metadata]
+-description-file = README.md
++description_file = README.md
+ license_file = LICENSE.txt
+ 
+ [bdist_wheel]

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index aed52831717..50f383c295f 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
 PATCHES=(
 	"${FILESDIR}"/${P}-scm.patch
 	"${FILESDIR}"/${P}-gentoo.patch
+	"${FILESDIR}"/${P}-setup.patch
 )
 
 RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/
@ 2022-11-06  9:02 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2022-11-06  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b67cf9e8ddce230c61401fbe46b6aff19a5a59ff
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 09:01:11 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 09:01:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67cf9e8

sci-geosciences/folium: add 0.13.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/Manifest                    |  1 +
 .../folium/files/folium-0.13.0-gentoo.patch        | 18 ++++++++++
 sci-geosciences/folium/folium-0.13.0.ebuild        | 41 ++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index 696e7bd38655..55bac126f192 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1 +1,2 @@
 DIST folium-0.12.1.tar.gz 20033236 BLAKE2B 00e9fb369be9300ca04f9ba3fed18ca28a4985111ccd358312570773b80906df292e14a6f4acbd8ea7686f1b807017f729ad918b3b025af321faf5d7686333db SHA512 b19d2180c36160a370e6ab5ccfacf74ba7b735610d43e69a5200529c776e9c11ee42f4f7fa1ee54621f52b0f2e1fc1f86bc9a146c4a924831b12578643a69616
+DIST folium-0.13.0.tar.gz 19999296 BLAKE2B 4a774e36715c33e0c28a3fb4a8bffec21681ad9f1ffa617a39962f171e8ac28a55ba26aa6c7bc7c7e80f65d0ce5ef4e4c5edb5db0c166462a10adcd1d1b498ee SHA512 013707216e1e289f0ba3421c9db1d90f207ce41e7d05b6dc72c0f8f5a82dfe2ab4e0f3a797bbd6be65d2ee160722492e82082e38f93ad18507ed6409b41d009b

diff --git a/sci-geosciences/folium/files/folium-0.13.0-gentoo.patch b/sci-geosciences/folium/files/folium-0.13.0-gentoo.patch
new file mode 100644
index 000000000000..27152a456e05
--- /dev/null
+++ b/sci-geosciences/folium/files/folium-0.13.0-gentoo.patch
@@ -0,0 +1,18 @@
+--- a/setup.cfg	2022-11-06 09:51:58.139499881 +0100
++++ b/setup.cfg	2022-11-06 09:52:15.064237829 +0100
+@@ -1,13 +1,6 @@
+-[tool:pytest]
+-flake8-max-line-length = 121
+-flake8-ignore =
+-    docs/* ALL
+-select = C,E,F,W,B,B950
+-ignore = E203, E501, W503
+-
+ [metadata]
+-description-file = README.md
+-license_file = LICENSE.txt
++description_file = README.md
++license_files = LICENSE.txt
+ 
+ [bdist_wheel]
+ universal = 1

diff --git a/sci-geosciences/folium/folium-0.13.0.ebuild b/sci-geosciences/folium/folium-0.13.0.ebuild
new file mode 100644
index 000000000000..bb5f97d66eb0
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.13.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+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.12.1-scm.patch
+	"${FILESDIR}"/${P}-gentoo.patch
+)
+
+RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
+	)"
+BDEPEND=""
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	rm -r tests/selenium || die
+	default
+}
+
+python_test() {
+	epytest -m 'not web'
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/
@ 2023-02-19  9:20 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-02-19  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e84d8d9f5b2a38a5135bc3e4fefa009391008d6b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 09:19:49 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 09:19:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84d8d9f

sci-geosciences/folium: drop 0.12.1, 0.13.0

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/Manifest                    |  2 --
 .../folium/files/folium-0.12.1-gentoo.patch        | 14 --------
 .../folium/files/folium-0.12.1-setup.patch         | 11 ------
 sci-geosciences/folium/folium-0.12.1.ebuild        | 42 ----------------------
 sci-geosciences/folium/folium-0.13.0.ebuild        | 41 ---------------------
 5 files changed, 110 deletions(-)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index 675a17ab9695..cbfd689235eb 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1,3 +1 @@
-DIST folium-0.12.1.tar.gz 20033236 BLAKE2B 00e9fb369be9300ca04f9ba3fed18ca28a4985111ccd358312570773b80906df292e14a6f4acbd8ea7686f1b807017f729ad918b3b025af321faf5d7686333db SHA512 b19d2180c36160a370e6ab5ccfacf74ba7b735610d43e69a5200529c776e9c11ee42f4f7fa1ee54621f52b0f2e1fc1f86bc9a146c4a924831b12578643a69616
-DIST folium-0.13.0.tar.gz 19999296 BLAKE2B 4a774e36715c33e0c28a3fb4a8bffec21681ad9f1ffa617a39962f171e8ac28a55ba26aa6c7bc7c7e80f65d0ce5ef4e4c5edb5db0c166462a10adcd1d1b498ee SHA512 013707216e1e289f0ba3421c9db1d90f207ce41e7d05b6dc72c0f8f5a82dfe2ab4e0f3a797bbd6be65d2ee160722492e82082e38f93ad18507ed6409b41d009b
 DIST folium-0.14.0.tar.gz 20121396 BLAKE2B 8b6014444e4992ae6828f844d197f475d0050567ebaf630b58015ed08274793d3837903cb7a4d7f28da14bb47d8d65a6d09e097b7765fc0a115224aec521854a SHA512 2aec27c731a4d2c835172d0e29d4ddbce745ec5665e168f392fd9693d9b267f734b4a7275ae202fccba17501320414abefd332376bc917fa0fba72bcffade43e

diff --git a/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch b/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch
deleted file mode 100644
index e2fbf5f35e15..000000000000
--- a/sci-geosciences/folium/files/folium-0.12.1-gentoo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/setup.cfg	2021-07-30 23:31:49.026429515 +0200
-+++ b/setup.cfg	2021-07-30 23:32:04.638212109 +0200
-@@ -11,11 +11,6 @@
- parentdir_prefix =
- 
- [tool:pytest]
--flake8-max-line-length = 121
--flake8-ignore =
--    docs/* ALL
--select = C,E,F,W,B,B950
--ignore = E203, E501, W503
- 
- [metadata]
- description-file = README.md

diff --git a/sci-geosciences/folium/files/folium-0.12.1-setup.patch b/sci-geosciences/folium/files/folium-0.12.1-setup.patch
deleted file mode 100644
index 9689d36b3a7c..000000000000
--- a/sci-geosciences/folium/files/folium-0.12.1-setup.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.cfg	2021-08-28 17:01:33.388959675 +0200
-+++ b/setup.cfg	2021-08-28 17:01:44.492801731 +0200
-@@ -18,7 +18,7 @@
- ignore = E203, E501, W503
- 
- [metadata]
--description-file = README.md
-+description_file = README.md
- license_file = LICENSE.txt
- 
- [bdist_wheel]

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
deleted file mode 100644
index 71aec9115fb0..000000000000
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ /dev/null
@@ -1,42 +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="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}-scm.patch
-	"${FILESDIR}"/${P}-gentoo.patch
-	"${FILESDIR}"/${P}-setup.patch
-)
-
-RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-	)"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	rm -r tests/selenium || die
-	default
-}
-
-python_test() {
-	epytest -m 'not web'
-}

diff --git a/sci-geosciences/folium/folium-0.13.0.ebuild b/sci-geosciences/folium/folium-0.13.0.ebuild
deleted file mode 100644
index f886eee993c5..000000000000
--- a/sci-geosciences/folium/folium-0.13.0.ebuild
+++ /dev/null
@@ -1,41 +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="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.12.1-scm.patch
-	"${FILESDIR}"/${P}-gentoo.patch
-)
-
-RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pandas[${PYTHON_USEDEP}]
-	)"
-BDEPEND=""
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	rm -r tests/selenium || die
-	default
-}
-
-python_test() {
-	epytest -m 'not web'
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/
@ 2023-12-26 23:02 Alfredo Tupone
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-12-26 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c48eb0296dd717296e8725d2c5c34bb31d89616c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 22:59:00 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 23:02:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48eb029

sci-geosciences/folium: add 0.15.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/folium/Manifest                    |  1 +
 .../folium/files/folium-0.15.1-gentoo.patch        | 11 +++++
 sci-geosciences/folium/folium-0.15.1.ebuild        | 47 ++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index cbfd689235eb..4e16f055c870 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1 +1,2 @@
 DIST folium-0.14.0.tar.gz 20121396 BLAKE2B 8b6014444e4992ae6828f844d197f475d0050567ebaf630b58015ed08274793d3837903cb7a4d7f28da14bb47d8d65a6d09e097b7765fc0a115224aec521854a SHA512 2aec27c731a4d2c835172d0e29d4ddbce745ec5665e168f392fd9693d9b267f734b4a7275ae202fccba17501320414abefd332376bc917fa0fba72bcffade43e
+DIST folium-0.15.1.tar.gz 8400799 BLAKE2B c01c4029882aed5c1390be05a358c6c9e321e1562573bb1ae7246b462bc9183c21ba7631ca6b9a0e51311375f90f06bac5651c28505fa0d73c65942267ab2ce4 SHA512 fdc0b7bb0c864337b10d92e60090382d67d29e9158bb92c22ae53e749612d88427db95d34990c8895a04017ca1a5870330c6d9da3abb94e19ff6141b94f503c0

diff --git a/sci-geosciences/folium/files/folium-0.15.1-gentoo.patch b/sci-geosciences/folium/files/folium-0.15.1-gentoo.patch
new file mode 100644
index 000000000000..852644b1820c
--- /dev/null
+++ b/sci-geosciences/folium/files/folium-0.15.1-gentoo.patch
@@ -0,0 +1,11 @@
+--- a/setup.cfg	2022-11-06 09:51:58.139499881 +0100
++++ b/setup.cfg	2022-11-06 09:52:15.064237829 +0100
+@@ -1,6 +1,6 @@
+ [metadata]
+-description-file = README.md
+-license_file = LICENSE.txt
++description_file = README.md
++license_files = LICENSE.txt
+ 
+ [bdist_wheel]
+ universal = 1

diff --git a/sci-geosciences/folium/folium-0.15.1.ebuild b/sci-geosciences/folium/folium-0.15.1.ebuild
new file mode 100644
index 000000000000..80320ba16aa6
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.15.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+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.12.1-scm.patch
+	"${FILESDIR}"/${P}-gentoo.patch
+)
+
+RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
+	)"
+BDEPEND=""
+
+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'
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-26 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-01 13:15 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/files/, sci-geosciences/folium/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28 15:16 Alfredo Tupone
2022-11-06  9:02 Alfredo Tupone
2023-02-19  9:20 Alfredo Tupone
2023-12-26 23:02 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox