commit:     cf3c3a30fbda4347d838b18d088b4e16dfcf3636
Author:     R. V. Lobato <rvlobato <AT> pm <DOT> me>
AuthorDate: Thu May  1 22:30:39 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon May  5 13:50:03 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf3c3a30

dev-python/xgboost: add 3.0.0

Signed-off-by: R. V. Lobato <rvlobato <AT> pm.me>
Closes: https://github.com/gentoo/sci/pull/1354
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/xgboost/xgboost-3.0.0.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/xgboost/xgboost-3.0.0.ebuild 
b/dev-python/xgboost/xgboost-3.0.0.ebuild
new file mode 100644
index 000000000..e6f547f22
--- /dev/null
+++ b/dev-python/xgboost/xgboost-3.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+PYTHON_COMPAT=( python3_{12..13} )
+DISTUTILS_USE_PEP517="standalone"
+inherit distutils-r1 pypi
+
+DESCRIPTION="Scalable, Portable and Distributed Gradient Boosting Library."
+HOMEPAGE="
+       https://xgboost.readthedocs.io
+       https://github.com/dmlc/xgboost/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/scipy[${PYTHON_USEDEP}]
+"

Reply via email to