* [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/
@ 2024-02-17 17:00 Alexander Puck Neuwirth
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Puck Neuwirth @ 2024-02-17 17:00 UTC (permalink / raw
To: gentoo-commits
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}]
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/
@ 2023-05-22 13:28 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:28 UTC (permalink / raw
To: gentoo-commits
commit: dee7874108025801bdb84124f6851f2dfc6845aa
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:27:51 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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'>
<maintainer type="person">
<email>heroxbd@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="pypi">xgboost</remote-id>
+ </upstream>
</pkgmetadata>
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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/
@ 2020-02-27 8:16 Benda XU
0 siblings, 0 replies; 3+ messages in thread
From: Benda XU @ 2020-02-27 8:16 UTC (permalink / raw
To: gentoo-commits
commit: 134a5f9d345c533ca442890c23e82bad60391e4e
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 08:00:00 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 08:02:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=134a5f9d
dev-python/xgboost: initial commit.
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
dev-python/xgboost/metadata.xml | 8 ++++++++
dev-python/xgboost/xgboost-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/xgboost/metadata.xml b/dev-python/xgboost/metadata.xml
new file mode 100644
index 000000000..d6ee47b30
--- /dev/null
+++ b/dev-python/xgboost/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata
+ SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>heroxbd@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/xgboost/xgboost-1.0.1.ebuild b/dev-python/xgboost/xgboost-1.0.1.ebuild
new file mode 100644
index 000000000..8a0dec405
--- /dev/null
+++ b/dev-python/xgboost/xgboost-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="XGBoost Python Package"
+
+HOMEPAGE="https://xgboost.readthedocs.io"
+LICENSE="Apache-2.0"
+
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed -e "/ADD_CFLAGS/s:=:=${CFLAGS/-O?/}:" \
+ -e "/ADD_LDFLAGS/s:=:=${LDFLAGS}:" \
+ -i ${PN}/make/config.mk || die
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-17 17:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17 17:00 [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/ Alexander Puck Neuwirth
-- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:28 Andrew Ammerlaan
2020-02-27 8:16 Benda XU
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox