* [gentoo-commits] repo/gentoo:master commit in: dev-python/sktime/
@ 2020-11-09 14:02 Benda XU
0 siblings, 0 replies; only message in thread
From: Benda XU @ 2020-11-09 14:02 UTC (permalink / raw
To: gentoo-commits
commit: aa21bd2fc81a2fdf24d0fe2f23f992be5e8a2d7c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Oct 16 16:13:37 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 14:01:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa21bd2f
dev-python/sktime: time series learning tools
replacement for scikits_timeseries
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
dev-python/sktime/Manifest | 1 +
dev-python/sktime/metadata.xml | 16 ++++++++++++++++
dev-python/sktime/sktime-0.4.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-python/sktime/Manifest b/dev-python/sktime/Manifest
new file mode 100644
index 00000000000..fbfa59cf30d
--- /dev/null
+++ b/dev-python/sktime/Manifest
@@ -0,0 +1 @@
+DIST sktime-0.4.2.tar.gz 9662976 BLAKE2B 248c2a9868f9199caab5c4c724ddcad61301a75ce1425baaabb2185da37d80a68332bf5c2d2d64a10e0b844bea9226be5291005d9893705eb0ff8f2018c6493d SHA512 855b33f42f938c671e99b8fa58ff6adbf67144daf53dd883ac041fe9b8cd5400cfbb8e27169d491c6bea2d76a53c035bae08d9e4f8a1c6f5f444c08bcd65c4f4
diff --git a/dev-python/sktime/metadata.xml b/dev-python/sktime/metadata.xml
new file mode 100644
index 00000000000..a88194c685d
--- /dev/null
+++ b/dev-python/sktime/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">sktime</remote-id>
+ <remote-id type="github">alan-turing-institute/sktime</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sktime/sktime-0.4.2.ebuild b/dev-python/sktime/sktime-0.4.2.ebuild
new file mode 100644
index 00000000000..ebc4bd2ab47
--- /dev/null
+++ b/dev-python/sktime/sktime-0.4.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1
+
+DESCRIPTION="scikit-learn toolbox for working with time series"
+HOMEPAGE="https://sktime.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/scikit-learn[${PYTHON_USEDEP}]
+ dev-python/statsmodels[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_compile() {
+ distutils-r1_python_compile bdist_egg egg_info bdist_wheel
+}
+
+python_install() {
+ distutils-r1_python_install
+ python_optimize
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-09 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 14:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/sktime/ Benda XU
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox