commit:     10f56e11da1ae35dc560558eacef4b40e06961d8
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Thu Feb  1 21:35:26 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
CommitDate: Sat Feb 17 16:59:17 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=10f56e11

dev-python/xgboost: add 2.0.3

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Co-authored-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
Closes: https://github.com/gentoo/sci/pull/1233

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

diff --git a/dev-python/xgboost/xgboost-2.0.3.ebuild 
b/dev-python/xgboost/xgboost-2.0.3.ebuild
new file mode 100644
index 000000000..60302a1cb
--- /dev/null
+++ b/dev-python/xgboost/xgboost-2.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517="standalone"
+inherit distutils-r1 pypi
+
+DESCRIPTION="XGBoost Python Package"
+HOMEPAGE="
+       https://xgboost.readthedocs.io
+       https://github.com/dmlc/xgboost/
+"
+
+REQUIRED_USE="
+       ${PYTHON_REQUIRED_USE}
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       dev-python/scipy[${PYTHON_USEDEP}]
+"

Reply via email to