* [gentoo-commits] repo/gentoo:master commit in: sci-libs/seqeval/
@ 2023-05-15 12:32 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-05-15 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 2f02e9bfa3cdc4a7217b50b7f30cd3bb77fff148
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 12:31:15 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 15 12:31:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f02e9bf
sci-libs/seqeval: add rdep on numpy
Closes: https://bugs.gentoo.org/906386
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/seqeval/{seqeval-1.2.2.ebuild => seqeval-1.2.2-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-libs/seqeval/seqeval-1.2.2.ebuild b/sci-libs/seqeval/seqeval-1.2.2-r1.ebuild
similarity index 86%
rename from sci-libs/seqeval/seqeval-1.2.2.ebuild
rename to sci-libs/seqeval/seqeval-1.2.2-r1.ebuild
index a0b7601ae359..577503f387ef 100644
--- a/sci-libs/seqeval/seqeval-1.2.2.ebuild
+++ b/sci-libs/seqeval/seqeval-1.2.2-r1.ebuild
@@ -19,7 +19,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-BDEPEND="test? ( dev-python/setuptools-scm )"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+)"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/seqeval/
@ 2023-05-15 16:43 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2023-05-15 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 304b3e25790018315fddce458e78388b13f5589a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 16:42:21 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon May 15 16:42:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304b3e25
sci-libs/seqeval: rdeps on sklearn
Closes: https://bugs.gentoo.org/906396
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../seqeval/{seqeval-1.2.2-r1.ebuild => seqeval-1.2.2-r2.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-libs/seqeval/seqeval-1.2.2-r1.ebuild b/sci-libs/seqeval/seqeval-1.2.2-r2.ebuild
similarity index 89%
rename from sci-libs/seqeval/seqeval-1.2.2-r1.ebuild
rename to sci-libs/seqeval/seqeval-1.2.2-r2.ebuild
index 577503f387ef..45724618a3f8 100644
--- a/sci-libs/seqeval/seqeval-1.2.2-r1.ebuild
+++ b/sci-libs/seqeval/seqeval-1.2.2-r2.ebuild
@@ -19,7 +19,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scikit-learn[${PYTHON_USEDEP}]
+"
BDEPEND="test? (
dev-python/setuptools-scm[${PYTHON_USEDEP}]
)"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/seqeval/
@ 2024-01-18 22:16 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-01-18 22:16 UTC (permalink / raw
To: gentoo-commits
commit: 1d0321c0afd111951fde5906aee04630eb82cfb9
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 22:10:55 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 22:10:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0321c0
sci-libs/seqeval: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/seqeval/{seqeval-1.2.2-r2.ebuild => seqeval-1.2.2-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/seqeval/seqeval-1.2.2-r2.ebuild b/sci-libs/seqeval/seqeval-1.2.2-r3.ebuild
similarity index 91%
rename from sci-libs/seqeval/seqeval-1.2.2-r2.ebuild
rename to sci-libs/seqeval/seqeval-1.2.2-r3.ebuild
index 45724618a3f8..884fcc8f754c 100644
--- a/sci-libs/seqeval/seqeval-1.2.2-r2.ebuild
+++ b/sci-libs/seqeval/seqeval-1.2.2-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="Python framework for sequence labeling evaluation"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-18 22:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 12:32 [gentoo-commits] repo/gentoo:master commit in: sci-libs/seqeval/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2023-05-15 16:43 Alfredo Tupone
2024-01-18 22:16 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox