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

commit:     b97bde8fb5faec3569106f21c1e18cdfb5dc1116
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 16:36:18 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 16:36:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97bde8f

sci-geosciences/folium: HomepageInSrcUri

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

 sci-geosciences/folium/folium-0.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index ef7a70a505a..1a5944469af 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -8,7 +8,7 @@ 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"
+SRC_URI="https://github.com/python-visualization/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


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

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

commit:     bdac7ae11883c0dc8ef43ecb3db5e905f0d13349
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 07:08:46 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 07:08:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdac7ae1

sci-geosciences/folium: fix dependency

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

 sci-geosciences/folium/folium-0.12.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index 1a5944469af..aed52831717 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -20,8 +20,12 @@ PATCHES=(
 )
 
 RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
-	dev-python/jinja[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pillow[${PYTHON_USEDEP}]
+	)"
 BDEPEND=""
 
 distutils_enable_tests pytest


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

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

commit:     4eb9cc227fd6e6ddc2af52c0e9cbaa1840cd9396
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 19:49:23 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 19:49:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb9cc22

sci-geosciences/folium: fix test dep

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

 sci-geosciences/folium/folium-0.12.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index 50f383c295f..08538ed02ea 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
 DEPEND="${RDEPEND}
 	test? (
 		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pandas[${PYTHON_USEDEP}]
 	)"
 BDEPEND=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/
@ 2021-08-29 12:33 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2021-08-29 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a6130fe7435631b8ecb02d5d729245c1ea7e5688
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 12:32:50 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 12:32:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6130fe7

sci-geosciences/folium: disabling web test

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

 sci-geosciences/folium/folium-0.12.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index 08538ed02ea..2639558415d 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -36,3 +36,7 @@ src_prepare() {
 	rm -r tests/selenium || die
 	default
 }
+
+python_test() {
+	epytest -m 'not web'
+}


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

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

commit:     4a9ede00ae972daf431c262eeaa36480f008abcc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 08:22:44 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 08:22:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9ede00

sci-geosciences/folium: PythonCompatUpdate

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

 sci-geosciences/folium/folium-0.12.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/folium/folium-0.12.1.ebuild b/sci-geosciences/folium/folium-0.12.1.ebuild
index 2639558415d5..6d239db229c8 100644
--- a/sci-geosciences/folium/folium-0.12.1.ebuild
+++ b/sci-geosciences/folium/folium-0.12.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python Data, Leaflet.js Maps"


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

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

commit:     be17ae75d3deb01a7854ed153ec8c59d8271dedb
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 17:51:12 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 18:06:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be17ae75

sci-geosciences/folium: add 0.14.0

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

 sci-geosciences/folium/Manifest             |  1 +
 sci-geosciences/folium/folium-0.14.0.ebuild | 47 +++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index 55bac126f192..675a17ab9695 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1,2 +1,3 @@
 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/folium-0.14.0.ebuild b/sci-geosciences/folium/folium-0.14.0.ebuild
new file mode 100644
index 000000000000..d0c494c7127a
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.14.0.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..10} )
+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}"/${PN}-0.13.0-gentoo.patch
+)
+
+RDEPEND=">=sci-libs/branca-0.6.0[${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] 11+ messages in thread

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

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

sci-geosciences/folium: add python 3.11

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

 .../folium/{folium-0.14.0.ebuild => folium-0.14.0-r1.ebuild}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/folium/folium-0.14.0.ebuild b/sci-geosciences/folium/folium-0.14.0-r1.ebuild
similarity index 97%
rename from sci-geosciences/folium/folium-0.14.0.ebuild
rename to sci-geosciences/folium/folium-0.14.0-r1.ebuild
index d0c494c7127a..07ccbd3ab761 100644
--- a/sci-geosciences/folium/folium-0.14.0.ebuild
+++ b/sci-geosciences/folium/folium-0.14.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/
@ 2023-12-27 15:40 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2023-12-27 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e0892d983ff33d71876cd9b883db8ad4854b7957
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 15:39:25 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 15:39:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0892d98

sci-geosciences/folium: depend on xyzservice

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

 .../folium/{folium-0.15.1.ebuild => folium-0.15.1-r1.ebuild}         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/folium/folium-0.15.1.ebuild b/sci-geosciences/folium/folium-0.15.1-r1.ebuild
similarity index 90%
rename from sci-geosciences/folium/folium-0.15.1.ebuild
rename to sci-geosciences/folium/folium-0.15.1-r1.ebuild
index 80320ba16aa6..7d351d52562a 100644
--- a/sci-geosciences/folium/folium-0.15.1.ebuild
+++ b/sci-geosciences/folium/folium-0.15.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -20,7 +20,8 @@ PATCHES=(
 	"${FILESDIR}"/${P}-gentoo.patch
 )
 
-RDEPEND="sci-libs/branca[${PYTHON_USEDEP}]
+RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}]
+	sci-libs/branca[${PYTHON_USEDEP}]
 	dev-python/jinja[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]"


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

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

commit:     6839353d1cf466f9c284fff0af198300dd841f1b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 11:15:10 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 11:15:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6839353d

sci-geosciences/folium: PythonCompatUpdate

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

 sci-geosciences/folium/Manifest                    |  1 -
 sci-geosciences/folium/folium-0.14.0-r1.ebuild     | 47 ----------------------
 ...um-0.15.1-r1.ebuild => folium-0.15.1-r2.ebuild} |  5 +--
 3 files changed, 2 insertions(+), 51 deletions(-)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index 4e16f055c870..1cee3721d45c 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1,2 +1 @@
-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/folium-0.14.0-r1.ebuild b/sci-geosciences/folium/folium-0.14.0-r1.ebuild
deleted file mode 100644
index 07ccbd3ab761..000000000000
--- a/sci-geosciences/folium/folium-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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}"/${PN}-0.13.0-gentoo.patch
-)
-
-RDEPEND=">=sci-libs/branca-0.6.0[${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'
-}

diff --git a/sci-geosciences/folium/folium-0.15.1-r1.ebuild b/sci-geosciences/folium/folium-0.15.1-r2.ebuild
similarity index 93%
rename from sci-geosciences/folium/folium-0.15.1-r1.ebuild
rename to sci-geosciences/folium/folium-0.15.1-r2.ebuild
index 7d351d52562a..22eaed0b7b88 100644
--- a/sci-geosciences/folium/folium-0.15.1-r1.ebuild
+++ b/sci-geosciences/folium/folium-0.15.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
 		dev-python/pillow[${PYTHON_USEDEP}]
 		dev-python/pandas[${PYTHON_USEDEP}]
 	)"
-BDEPEND=""
 
 distutils_enable_tests pytest
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/
@ 2024-03-09 18:32 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2024-03-09 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     49c0ac86d3a27238aae1462cecefa6f0a3fe642d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 18:31:38 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 18:31:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c0ac86

sci-geosciences/folium: add 0.16.0

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

 sci-geosciences/folium/Manifest             |  1 +
 sci-geosciences/folium/folium-0.16.0.ebuild | 49 +++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index 1cee3721d45c..cbb505d32da8 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1 +1,2 @@
 DIST folium-0.15.1.tar.gz 8400799 BLAKE2B c01c4029882aed5c1390be05a358c6c9e321e1562573bb1ae7246b462bc9183c21ba7631ca6b9a0e51311375f90f06bac5651c28505fa0d73c65942267ab2ce4 SHA512 fdc0b7bb0c864337b10d92e60090382d67d29e9158bb92c22ae53e749612d88427db95d34990c8895a04017ca1a5870330c6d9da3abb94e19ff6141b94f503c0
+DIST folium-0.16.0.tar.gz 8403284 BLAKE2B 443d8fc54ecdad8921d4467623ea4b8f6c22744df79ed25071e7937d38b1204f076432fc99f10ae23ddfebf89d4f7db19101e4aa54ceb1902bdad01af6f3ba2b SHA512 7dbaf3acdc0f5efbee8332bbc33ee002f1af22d53c662d434ace50e091dbaa9dde190d1f5f212be2a9d8abdcd5e5dbce0a916033c672c2327cc8b72f74eb69f4

diff --git a/sci-geosciences/folium/folium-0.16.0.ebuild b/sci-geosciences/folium/folium-0.16.0.ebuild
new file mode 100644
index 000000000000..6182bf93caf4
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.16.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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 ~x86"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.15.1-gentoo.patch
+)
+
+RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}]
+	sci-libs/branca[${PYTHON_USEDEP}]
+	dev-python/jinja[${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
+
+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] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/
@ 2024-06-22 14:32 Alfredo Tupone
  0 siblings, 0 replies; 11+ messages in thread
From: Alfredo Tupone @ 2024-06-22 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     43e00e14e6acbf9fdf2f4b9cd8565c9489b153b4
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 14:31:28 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 14:32:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e00e14

sci-geosciences/folium: add 0.17.0

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

 sci-geosciences/folium/Manifest             |  1 +
 sci-geosciences/folium/folium-0.17.0.ebuild | 49 +++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/sci-geosciences/folium/Manifest b/sci-geosciences/folium/Manifest
index cbb505d32da8..2e58c7aa1750 100644
--- a/sci-geosciences/folium/Manifest
+++ b/sci-geosciences/folium/Manifest
@@ -1,2 +1,3 @@
 DIST folium-0.15.1.tar.gz 8400799 BLAKE2B c01c4029882aed5c1390be05a358c6c9e321e1562573bb1ae7246b462bc9183c21ba7631ca6b9a0e51311375f90f06bac5651c28505fa0d73c65942267ab2ce4 SHA512 fdc0b7bb0c864337b10d92e60090382d67d29e9158bb92c22ae53e749612d88427db95d34990c8895a04017ca1a5870330c6d9da3abb94e19ff6141b94f503c0
 DIST folium-0.16.0.tar.gz 8403284 BLAKE2B 443d8fc54ecdad8921d4467623ea4b8f6c22744df79ed25071e7937d38b1204f076432fc99f10ae23ddfebf89d4f7db19101e4aa54ceb1902bdad01af6f3ba2b SHA512 7dbaf3acdc0f5efbee8332bbc33ee002f1af22d53c662d434ace50e091dbaa9dde190d1f5f212be2a9d8abdcd5e5dbce0a916033c672c2327cc8b72f74eb69f4
+DIST folium-0.17.0.tar.gz 8212314 BLAKE2B aac66b49fee5633e6c5d097094cc4ff21d835f87c5017384f2e39236aece1f4820c0dad80b87abcbce30ddb2a3c48332656b0ad07cecdd5b2dbf81c9329eb852 SHA512 2f45237064ea0bd07f95c53ab482bb33bd1786cd431237df23f1d2b9f5f063c43a0f590236b408d257e2567c16444651e9fe1a4ec9c13e6f4934a0330c7d86cc

diff --git a/sci-geosciences/folium/folium-0.17.0.ebuild b/sci-geosciences/folium/folium-0.17.0.ebuild
new file mode 100644
index 000000000000..6182bf93caf4
--- /dev/null
+++ b/sci-geosciences/folium/folium-0.17.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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 ~x86"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.15.1-gentoo.patch
+)
+
+RDEPEND="sci-geosciences/xyzservices[${PYTHON_USEDEP}]
+	sci-libs/branca[${PYTHON_USEDEP}]
+	dev-python/jinja[${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
+
+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] 11+ messages in thread

end of thread, other threads:[~2024-06-22 14:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-05  8:22 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/folium/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 14:32 Alfredo Tupone
2024-03-09 18:32 Alfredo Tupone
2024-01-02 11:15 Alfredo Tupone
2023-12-27 15:40 Alfredo Tupone
2023-02-19  9:11 Alfredo Tupone
2023-02-09 18:06 Alfredo Tupone
2021-08-29 12:33 Alfredo Tupone
2021-08-28 19:49 Alfredo Tupone
2021-08-02  7:08 Alfredo Tupone
2021-08-01 16:36 Alfredo Tupone

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