* [gentoo-commits] repo/gentoo:master commit in: sci-libs/sktime/
@ 2020-11-13 21:32 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2020-11-13 21:32 UTC (permalink / raw
To: gentoo-commits
commit: 931ea493146354bb2082764502e1dae36d6bc5d4
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 9 18:55:34 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 21:32:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931ea493
sci-libs/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: Aaron Bauman <bman <AT> gentoo.org>
sci-libs/sktime/Manifest | 1 +
sci-libs/sktime/metadata.xml | 16 ++++++++++++++++
sci-libs/sktime/sktime-0.4.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/sci-libs/sktime/Manifest b/sci-libs/sktime/Manifest
new file mode 100644
index 00000000000..fbfa59cf30d
--- /dev/null
+++ b/sci-libs/sktime/Manifest
@@ -0,0 +1 @@
+DIST sktime-0.4.2.tar.gz 9662976 BLAKE2B 248c2a9868f9199caab5c4c724ddcad61301a75ce1425baaabb2185da37d80a68332bf5c2d2d64a10e0b844bea9226be5291005d9893705eb0ff8f2018c6493d SHA512 855b33f42f938c671e99b8fa58ff6adbf67144daf53dd883ac041fe9b8cd5400cfbb8e27169d491c6bea2d76a53c035bae08d9e4f8a1c6f5f444c08bcd65c4f4
diff --git a/sci-libs/sktime/metadata.xml b/sci-libs/sktime/metadata.xml
new file mode 100644
index 00000000000..a88194c685d
--- /dev/null
+++ b/sci-libs/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/sci-libs/sktime/sktime-0.4.2.ebuild b/sci-libs/sktime/sktime-0.4.2.ebuild
new file mode 100644
index 00000000000..b3b2954314f
--- /dev/null
+++ b/sci-libs/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/statsmodels[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+ sci-libs/scikit-learn[${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-13 21:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 21:32 [gentoo-commits] repo/gentoo:master commit in: sci-libs/sktime/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox