From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADFA015808B for ; Sat, 17 Feb 2024 17:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC5FDE2A1A; Sat, 17 Feb 2024 17:00:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9AA0E2A1A for ; Sat, 17 Feb 2024 17:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C289B33C84E for ; Sat, 17 Feb 2024 17:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CE411CF for ; Sat, 17 Feb 2024 17:00:17 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1708189157.10f56e11da1ae35dc560558eacef4b40e06961d8.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/xgboost/xgboost-2.0.3.ebuild X-VCS-Directories: dev-python/xgboost/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 10f56e11da1ae35dc560558eacef4b40e06961d8 X-VCS-Branch: master Date: Sat, 17 Feb 2024 17:00:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e211ef71-0155-4db3-b765-c95501ebe5a5 X-Archives-Hash: bf9f846c7f495bd94306d0b7b52cd2f8 commit: 10f56e11da1ae35dc560558eacef4b40e06961d8 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Thu Feb 1 21:35:26 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik 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 neuwirth-informatik.de> Co-authored-by: Andrew Ammerlaan 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}] +"