From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/
Date: Thu, 27 Feb 2020 08:16:03 +0000 (UTC) [thread overview]
Message-ID: <1582790520.134a5f9d345c533ca442890c23e82bad60391e4e.heroxbd@gentoo> (raw)
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
+}
next reply other threads:[~2020-02-27 8:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 8:16 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:28 [gentoo-commits] proj/sci:master commit in: dev-python/xgboost/ Andrew Ammerlaan
2024-02-17 17:00 Alexander Puck Neuwirth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1582790520.134a5f9d345c533ca442890c23e82bad60391e4e.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox