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

commit:     2cd244d699301d02fea6634b372ec8988300dc62
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 16:39:11 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 16:39:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd244d6

sci-libs/branca: HomepageInSrcUri

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

 sci-libs/branca/branca-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/branca/branca-0.4.2.ebuild b/sci-libs/branca/branca-0.4.2.ebuild
index 827ed2ca9ac..f536554b730 100644
--- a/sci-libs/branca/branca-0.4.2.ebuild
+++ b/sci-libs/branca/branca-0.4.2.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="spinoff from folium, host the non-map-specific features."
 HOMEPAGE="https://github.com/python-visualization/branca"
-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] 14+ messages in thread

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

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

sci-libs/branca: test dependency

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

 sci-libs/branca/branca-0.4.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/branca/branca-0.4.2.ebuild b/sci-libs/branca/branca-0.4.2.ebuild
index f536554b730..78650db40a7 100644
--- a/sci-libs/branca/branca-0.4.2.ebuild
+++ b/sci-libs/branca/branca-0.4.2.ebuild
@@ -20,6 +20,7 @@ RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? (
 		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/nbconvert[${PYTHON_USEDEP}]
 	)"
 BDEPEND=""
 


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

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

commit:     45c4aa663796bfea347d0d03b5077c4ac6d1f68e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 19:45:04 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 28 19:45:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c4aa66

sci-libs/branca: fix dep

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

 sci-libs/branca/branca-0.4.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
index 68f61976df3..84668d2004a 100644
--- a/sci-libs/branca/branca-0.4.2-r1.ebuild
+++ b/sci-libs/branca/branca-0.4.2-r1.ebuild
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
 	test? (
 		dev-python/selenium[${PYTHON_USEDEP}]
 		dev-python/nbconvert[${PYTHON_USEDEP}]
+		dev-python/ipykernel[${PYTHON_USEDEP}]
 	)"
 BDEPEND=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1303696cedcbf29f0a7d50c028a44a93757e3f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:15:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc130369

sci-libs/branca: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/branca/branca-0.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
index 84668d2004a7..e839df8505fb 100644
--- a/sci-libs/branca/branca-0.4.2-r1.ebuild
+++ b/sci-libs/branca/branca-0.4.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9} )
 inherit distutils-r1
 
-DESCRIPTION="spinoff from folium, host the non-map-specific features."
+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"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2022-02-04 20:24 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2022-02-04 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     71866586a32094a1aa7ec5d666503717be8cf618
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 20:23:50 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 20:24:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71866586

sci-libs/branca: PythonCompatUpdate

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

 sci-libs/branca/branca-0.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
index e839df8505fb..33533c718e80 100644
--- a/sci-libs/branca/branca-0.4.2-r1.ebuild
+++ b/sci-libs/branca/branca-0.4.2-r1.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="spinoff from folium, host the non-map-specific features"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2023-02-19  8:57 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2023-02-19  8:57 UTC (permalink / raw
  To: gentoo-commits

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

sci-libs/branca: enable py3.11

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

 sci-libs/branca/branca-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/branca/branca-0.6.0.ebuild b/sci-libs/branca/branca-0.6.0.ebuild
index edbdf573dee9..91ea6850fcc5 100644
--- a/sci-libs/branca/branca-0.6.0.ebuild
+++ b/sci-libs/branca/branca-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 inherit distutils-r1


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2023-02-19  8:59 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2023-02-19  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ba65f84040d85241734ad3c41581baa7443177a2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 08:58:35 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 08:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba65f840

sci-libs/branca: RDEP changed

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

 sci-libs/branca/{branca-0.6.0.ebuild => branca-0.6.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-libs/branca/branca-0.6.0.ebuild b/sci-libs/branca/branca-0.6.0-r1.ebuild
similarity index 100%
rename from sci-libs/branca/branca-0.6.0.ebuild
rename to sci-libs/branca/branca-0.6.0-r1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2023-12-26 20:59 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2023-12-26 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3e87705a784069ae99cc70405856c445f475a8e3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 20:53:36 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 20:58:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e87705a

sci-libs/branca: add 0.7.0

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

 sci-libs/branca/Manifest                                        | 1 +
 sci-libs/branca/branca-0.6.0-r1.ebuild                          | 2 +-
 sci-libs/branca/{branca-0.6.0-r1.ebuild => branca-0.7.0.ebuild} | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index c9d6abf7e8cb..dbab1b6bbd41 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1 +1,2 @@
 DIST branca-0.6.0.tar.gz 40167 BLAKE2B 23cbe442862e9575d84dfb5bb1760acf2a1301be0f68bedc9965d9d3a8be090755f78640ed919b5ba8521ab30e8c52c69ea87ff2772d9fd6b3e338680b5219bb SHA512 e80b3d173bc487857ab42d10365540e91cb6fc5def61bb76f418e2da8e74c9bf69e0ca46f86a47f96f5db48d0e98d6ad3091107dd1a5ca479c52adbfa3a79a9c
+DIST branca-0.7.0.tar.gz 42990 BLAKE2B b8de083b0b94d35dbb6df5d230e388832fe027d756767d24ae8091f25d9846ac1f2ae72799aa83583c99ec02d955c7f8cb80183f1543e503d0a802ce051acac5 SHA512 bfe6afd93752dda57e55ba7bdd433e079b51798056b2be8d9c19d4ccc4ed94cc95b733cabf0981c908887c1f8a96e16bd11cb1b495243ac91df4c1c1c1253282

diff --git a/sci-libs/branca/branca-0.6.0-r1.ebuild b/sci-libs/branca/branca-0.6.0-r1.ebuild
index 91ea6850fcc5..7403664fb4dc 100644
--- a/sci-libs/branca/branca-0.6.0-r1.ebuild
+++ b/sci-libs/branca/branca-0.6.0-r1.ebuild
@@ -21,7 +21,7 @@ PATCHES=( "${FILESDIR}"/${P}-test.patch )
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/selenium[${PYTHON_USEDEP}] )"
-BDEPEND=""
+BDEPEND="dev-python/setuptools-scm"
 
 distutils_enable_tests pytest
 

diff --git a/sci-libs/branca/branca-0.6.0-r1.ebuild b/sci-libs/branca/branca-0.7.0.ebuild
similarity index 89%
copy from sci-libs/branca/branca-0.6.0-r1.ebuild
copy to sci-libs/branca/branca-0.7.0.ebuild
index 91ea6850fcc5..7b3846dbca34 100644
--- a/sci-libs/branca/branca-0.6.0-r1.ebuild
+++ b/sci-libs/branca/branca-0.7.0.ebuild
@@ -16,12 +16,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-PATCHES=( "${FILESDIR}"/${P}-test.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.6.0-test.patch )
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
 	test? ( dev-python/selenium[${PYTHON_USEDEP}] )"
-BDEPEND=""
+BDEPEND="dev-python/setuptools-scm"
 
 distutils_enable_tests pytest
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2024-01-01 16:46 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-01-01 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6564cb724ea72dd9d0a10bd7b5e2f1c9cd8fc5bd
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 16:45:25 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 16:46:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6564cb72

sci-libs/branca: add USE=doc, remove old, PythonCompatUpdate

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

 sci-libs/branca/Manifest                           |  1 -
 sci-libs/branca/branca-0.6.0-r1.ebuild             | 30 ----------------------
 ...{branca-0.7.0.ebuild => branca-0.7.0-r1.ebuild} |  6 +++--
 3 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index dbab1b6bbd41..873af0be1023 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1,2 +1 @@
-DIST branca-0.6.0.tar.gz 40167 BLAKE2B 23cbe442862e9575d84dfb5bb1760acf2a1301be0f68bedc9965d9d3a8be090755f78640ed919b5ba8521ab30e8c52c69ea87ff2772d9fd6b3e338680b5219bb SHA512 e80b3d173bc487857ab42d10365540e91cb6fc5def61bb76f418e2da8e74c9bf69e0ca46f86a47f96f5db48d0e98d6ad3091107dd1a5ca479c52adbfa3a79a9c
 DIST branca-0.7.0.tar.gz 42990 BLAKE2B b8de083b0b94d35dbb6df5d230e388832fe027d756767d24ae8091f25d9846ac1f2ae72799aa83583c99ec02d955c7f8cb80183f1543e503d0a802ce051acac5 SHA512 bfe6afd93752dda57e55ba7bdd433e079b51798056b2be8d9c19d4ccc4ed94cc95b733cabf0981c908887c1f8a96e16bd11cb1b495243ac91df4c1c1c1253282

diff --git a/sci-libs/branca/branca-0.6.0-r1.ebuild b/sci-libs/branca/branca-0.6.0-r1.ebuild
deleted file mode 100644
index 7403664fb4dc..000000000000
--- a/sci-libs/branca/branca-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="dev-python/setuptools-scm"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest -m 'not headless'
-}

diff --git a/sci-libs/branca/branca-0.7.0.ebuild b/sci-libs/branca/branca-0.7.0-r1.ebuild
similarity index 87%
rename from sci-libs/branca/branca-0.7.0.ebuild
rename to sci-libs/branca/branca-0.7.0-r1.ebuild
index 7b3846dbca34..dcdfcadc60a8 100644
--- a/sci-libs/branca/branca-0.7.0.ebuild
+++ b/sci-libs/branca/branca-0.7.0-r1.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=7
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
 inherit distutils-r1
@@ -25,6 +25,8 @@ BDEPEND="dev-python/setuptools-scm"
 
 distutils_enable_tests pytest
 
+distutils_enable_sphinx docs/source
+
 python_test() {
 	epytest -m 'not headless'
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2024-01-09 20:38 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-01-09 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e3a86c6510547c1a1b81ff85163c686dcca23534
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 20:36:45 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 20:37:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a86c65

sci-libs/branca: add doc deps

Closes: https://bugs.gentoo.org/921348
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/branca/{branca-0.7.0-r1.ebuild => branca-0.7.0-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/branca/branca-0.7.0-r1.ebuild b/sci-libs/branca/branca-0.7.0-r2.ebuild
similarity index 93%
rename from sci-libs/branca/branca-0.7.0-r1.ebuild
rename to sci-libs/branca/branca-0.7.0-r2.ebuild
index dcdfcadc60a8..aeb60c9999b7 100644
--- a/sci-libs/branca/branca-0.7.0-r1.ebuild
+++ b/sci-libs/branca/branca-0.7.0-r2.ebuild
@@ -25,7 +25,8 @@ BDEPEND="dev-python/setuptools-scm"
 
 distutils_enable_tests pytest
 
-distutils_enable_sphinx docs/source
+distutils_enable_sphinx docs/source \
+	dev-python/nbsphinx
 
 python_test() {
 	epytest -m 'not headless'


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2024-02-23 20:15 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-02-23 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     04663290721eda8d6d82e2cc91f45c59cd312a64
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 20:15:04 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 20:15:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04663290

sci-libs/branca: fix BDEPEND

Closes: https://bugs.gentoo.org/924877
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/branca/branca-0.7.0-r2.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/branca/branca-0.7.0-r2.ebuild b/sci-libs/branca/branca-0.7.0-r2.ebuild
index aeb60c9999b7..530dc31506f2 100644
--- a/sci-libs/branca/branca-0.7.0-r2.ebuild
+++ b/sci-libs/branca/branca-0.7.0-r2.ebuild
@@ -19,9 +19,12 @@ KEYWORDS="~amd64 ~x86"
 PATCHES=( "${FILESDIR}"/${PN}-0.6.0-test.patch )
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-python/selenium[${PYTHON_USEDEP}] )"
-BDEPEND="dev-python/setuptools-scm"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools-scm
+	test? (
+		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+	)"
 
 distutils_enable_tests pytest
 


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

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

commit:     a5f424f0fed9c35acaa36bb112c751e839bf320e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 18:18:06 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 18:18:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f424f0

sci-libs/branca: add 0.7.1

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

 sci-libs/branca/Manifest            |  1 +
 sci-libs/branca/branca-0.7.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index 873af0be1023..ac0880603f09 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1 +1,2 @@
 DIST branca-0.7.0.tar.gz 42990 BLAKE2B b8de083b0b94d35dbb6df5d230e388832fe027d756767d24ae8091f25d9846ac1f2ae72799aa83583c99ec02d955c7f8cb80183f1543e503d0a802ce051acac5 SHA512 bfe6afd93752dda57e55ba7bdd433e079b51798056b2be8d9c19d4ccc4ed94cc95b733cabf0981c908887c1f8a96e16bd11cb1b495243ac91df4c1c1c1253282
+DIST branca-0.7.1.tar.gz 43005 BLAKE2B 2f2834d87e32ef5507273b14b1b8fcebc33d7eae49e0ffb8e834c540b1a329d177805ccbc1441cd522092d396ba98f69f3c8ab95254068d7b352e6f7df52c60d SHA512 70b6e361e93a01c319928890a40e3aa1e887e718b0736afe0a65bc45fe56fe6ca24a4c50db099066d84876cc8efd540a5cc14aa48607671ac068df3ae5124d29

diff --git a/sci-libs/branca/branca-0.7.1.ebuild b/sci-libs/branca/branca-0.7.1.ebuild
new file mode 100644
index 000000000000..530dc31506f2
--- /dev/null
+++ b/sci-libs/branca/branca-0.7.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{9..12} )
+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}"/${PN}-0.6.0-test.patch )
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools-scm
+	test? (
+		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs/source \
+	dev-python/nbsphinx
+
+python_test() {
+	epytest -m 'not headless'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2024-05-07  6:40 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-05-07  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     315f21a570413534c06dd4bfbffb8ef1493fd5b6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 06:40:30 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May  7 06:40:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315f21a5

sci-libs/branca: add 0.7.2

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

 sci-libs/branca/Manifest            |  1 +
 sci-libs/branca/branca-0.7.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index ac0880603f09..1bf88c0e58c3 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1,2 +1,3 @@
 DIST branca-0.7.0.tar.gz 42990 BLAKE2B b8de083b0b94d35dbb6df5d230e388832fe027d756767d24ae8091f25d9846ac1f2ae72799aa83583c99ec02d955c7f8cb80183f1543e503d0a802ce051acac5 SHA512 bfe6afd93752dda57e55ba7bdd433e079b51798056b2be8d9c19d4ccc4ed94cc95b733cabf0981c908887c1f8a96e16bd11cb1b495243ac91df4c1c1c1253282
 DIST branca-0.7.1.tar.gz 43005 BLAKE2B 2f2834d87e32ef5507273b14b1b8fcebc33d7eae49e0ffb8e834c540b1a329d177805ccbc1441cd522092d396ba98f69f3c8ab95254068d7b352e6f7df52c60d SHA512 70b6e361e93a01c319928890a40e3aa1e887e718b0736afe0a65bc45fe56fe6ca24a4c50db099066d84876cc8efd540a5cc14aa48607671ac068df3ae5124d29
+DIST branca-0.7.2.tar.gz 42586 BLAKE2B 3bb6a1f93babb80788fbc1cbd37d8b0c2d5c975c9a98c5816298e37a447bcffb7742a768a0ad2fbb58af5ce0650ef28fdef42e8e4d505bbf29ab10c87ed388d6 SHA512 ad62e4496b43405dbc54b2cca35ee9d0265b8deeeb3df3b0868e63e6890fe491bfc4987318d74c1e78d83f05bdf56bfd570609699860ab1af9d189357bf00107

diff --git a/sci-libs/branca/branca-0.7.2.ebuild b/sci-libs/branca/branca-0.7.2.ebuild
new file mode 100644
index 000000000000..6fbc4495a341
--- /dev/null
+++ b/sci-libs/branca/branca-0.7.2.ebuild
@@ -0,0 +1,36 @@
+# 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="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}"/${PN}-0.6.0-test.patch )
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools-scm
+	test? (
+		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs/source \
+	dev-python/nbsphinx
+
+python_test() {
+	epytest -m 'not headless'
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
@ 2024-06-23 18:52 Alfredo Tupone
  0 siblings, 0 replies; 14+ messages in thread
From: Alfredo Tupone @ 2024-06-23 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     17aacbc60c99c7d340305f0126113fd979478b2b
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 18:51:41 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 18:52:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aacbc6

sci-libs/branca: add 0.8.0

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

 sci-libs/branca/Manifest            |  1 +
 sci-libs/branca/branca-0.8.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/branca/Manifest b/sci-libs/branca/Manifest
index 1bf88c0e58c3..44ea8a6b6b7c 100644
--- a/sci-libs/branca/Manifest
+++ b/sci-libs/branca/Manifest
@@ -1,3 +1,4 @@
 DIST branca-0.7.0.tar.gz 42990 BLAKE2B b8de083b0b94d35dbb6df5d230e388832fe027d756767d24ae8091f25d9846ac1f2ae72799aa83583c99ec02d955c7f8cb80183f1543e503d0a802ce051acac5 SHA512 bfe6afd93752dda57e55ba7bdd433e079b51798056b2be8d9c19d4ccc4ed94cc95b733cabf0981c908887c1f8a96e16bd11cb1b495243ac91df4c1c1c1253282
 DIST branca-0.7.1.tar.gz 43005 BLAKE2B 2f2834d87e32ef5507273b14b1b8fcebc33d7eae49e0ffb8e834c540b1a329d177805ccbc1441cd522092d396ba98f69f3c8ab95254068d7b352e6f7df52c60d SHA512 70b6e361e93a01c319928890a40e3aa1e887e718b0736afe0a65bc45fe56fe6ca24a4c50db099066d84876cc8efd540a5cc14aa48607671ac068df3ae5124d29
 DIST branca-0.7.2.tar.gz 42586 BLAKE2B 3bb6a1f93babb80788fbc1cbd37d8b0c2d5c975c9a98c5816298e37a447bcffb7742a768a0ad2fbb58af5ce0650ef28fdef42e8e4d505bbf29ab10c87ed388d6 SHA512 ad62e4496b43405dbc54b2cca35ee9d0265b8deeeb3df3b0868e63e6890fe491bfc4987318d74c1e78d83f05bdf56bfd570609699860ab1af9d189357bf00107
+DIST branca-0.8.0.tar.gz 43075 BLAKE2B 46779d59ca981c1f6e76193b1776c77a7c455b67d93115027b17f96b8c4df737502dc32feb6ce242e0f2fec9ed4541ed79c6856e85d740dec40d092000873b32 SHA512 b5e8ac51a5d1b70ee72066ee16c9fc8d37623ca807c67cf0f5a2daba37f901ecd9eb81b03857c222ace1f36fb71a9a348aae7079deccf657eaabcc1dc6b64158

diff --git a/sci-libs/branca/branca-0.8.0.ebuild b/sci-libs/branca/branca-0.8.0.ebuild
new file mode 100644
index 000000000000..6fbc4495a341
--- /dev/null
+++ b/sci-libs/branca/branca-0.8.0.ebuild
@@ -0,0 +1,36 @@
+# 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="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}"/${PN}-0.6.0-test.patch )
+
+RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools-scm
+	test? (
+		dev-python/selenium[${PYTHON_USEDEP}]
+		dev-python/numpy[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs/source \
+	dev-python/nbsphinx
+
+python_test() {
+	epytest -m 'not headless'
+}


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

end of thread, other threads:[~2024-06-23 18:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 18:52 [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07  6:40 Alfredo Tupone
2024-03-09 18:18 Alfredo Tupone
2024-02-23 20:15 Alfredo Tupone
2024-01-09 20:38 Alfredo Tupone
2024-01-01 16:46 Alfredo Tupone
2023-12-26 20:59 Alfredo Tupone
2023-02-19  8:59 Alfredo Tupone
2023-02-19  8:57 Alfredo Tupone
2022-02-04 20:24 Alfredo Tupone
2021-12-26  0:20 Sam James
2021-08-28 19:45 Alfredo Tupone
2021-08-02  7:02 Alfredo Tupone
2021-08-01 16:39 Alfredo Tupone

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