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 E8F4315806E for ; Mon, 22 May 2023 13:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3776E0B11; Mon, 22 May 2023 13:28:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D59E0B11 for ; Mon, 22 May 2023 13:28:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4196340BEF for ; Mon, 22 May 2023 13:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D5CA75 for ; Mon, 22 May 2023 13:28:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1684762071.dee7874108025801bdb84124f6851f2dfc6845aa.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/xgboost/metadata.xml dev-python/xgboost/xgboost-1.6.2.ebuild X-VCS-Directories: dev-python/xgboost/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dee7874108025801bdb84124f6851f2dfc6845aa X-VCS-Branch: master Date: Mon, 22 May 2023 13:28:52 +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: e48dcce5-eb49-4d29-8848-507f24aa41e7 X-Archives-Hash: 4480898fe0f0ef5d26436ed323829cbb commit: dee7874108025801bdb84124f6851f2dfc6845aa Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 13:27:51 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:27:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dee78741 dev-python/xgboost: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/xgboost/metadata.xml | 3 +++ dev-python/xgboost/xgboost-1.6.2.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/xgboost/metadata.xml b/dev-python/xgboost/metadata.xml index a83159655..f862a0379 100644 --- a/dev-python/xgboost/metadata.xml +++ b/dev-python/xgboost/metadata.xml @@ -5,4 +5,7 @@ SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> heroxbd@gentoo.org + + xgboost + diff --git a/dev-python/xgboost/xgboost-1.6.2.ebuild b/dev-python/xgboost/xgboost-1.6.2.ebuild index 645522c9c..780adec11 100644 --- a/dev-python/xgboost/xgboost-1.6.2.ebuild +++ b/dev-python/xgboost/xgboost-1.6.2.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="XGBoost Python Package" HOMEPAGE="https://xgboost.readthedocs.io" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"