* [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/
@ 2017-01-30 19:47 99% Sebastien Fabbro
0 siblings, 0 replies; 1+ results
From: Sebastien Fabbro @ 2017-01-30 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 5c8ba5134dde6c354691cf77038a0a7864e72672
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 22:59:14 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:45:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8ba513
dev-python/dask: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/dask/Manifest | 1 +
dev-python/dask/dask-0.13.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index a8e316e..bcdcaec 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,2 +1,3 @@
DIST dask-0.10.2.tar.gz 357356 SHA256 dbc80f7cbf51abee4dc49e5da188c57e2f816898165cbc1ddfe44b2c640036ca SHA512 92bd671ff1483fe87edd34330dce321b88362d80ef4d836ab4eede87fdad5f657c51d03a9885a53924fb3becb504a8843cf852be08c88f5389f04c3f1b8aefe2 WHIRLPOOL 91d910130edfe3595d5f3f54aeb63a12bafd89f8d6bb68ca70dd72b98cf5ed465955154eef7ee2f7caf0f2d4145648cd48663b680c847e0f2b9600c0d5131b25
+DIST dask-0.13.0.tar.gz 459829 SHA256 1a925026d050776ec3159b44c269adfa04003aa3712137fab6cc1893a43419b9 SHA512 ec9ed521a01150e60385511e2d06b25547f0ca6aa0233e60b00496cbf7c5bf3e9bbc3d80e40b43a5231014c1236b8ed7a77f119980122b09c271fb33d00f3402 WHIRLPOOL cf33282d6bdd2780ca8e9d5fab1b958189ab306a8b2c321133f6b0be0613695573cfa5a76c070859e3ad7edefadac3e6dc5bd55b6e45e3a818738a9fe0cfc02f
DIST dask-0.8.1.tar.gz 292047 SHA256 43deb1934cd033668e5e60b735f45c9c3ee2813f87bd51c243f975e55267fa43 SHA512 b75fca59ecf285bae2fe82cb635fbcb78e9eb1389dc764c36e20c2278b12ec41363f463adfeff33891cf0eaf9a03ef1586b90ea5189c03d955bc670ac416660b WHIRLPOOL 63bdfef96af56e82b72759c60546b9cc72fd67ec94ddff226d34ce8612e2c603729aaf2b31823971001701b01317c96ddf74a539ebab3cdc02a7e554ff8e8f37
diff --git a/dev-python/dask/dask-0.13.0.ebuild b/dev-python/dask/dask-0.13.0.ebuild
new file mode 100644
index 00000000..55f0736
--- /dev/null
+++ b/dev-python/dask/dask-0.13.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="http://dask.pydata.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/bokeh[${PYTHON_USEDEP}]
+ dev-python/cloudpickle[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/partd[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-python/toolz[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/toolz[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/numexpr[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ py.test || die
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-01-30 19:47 99% [gentoo-commits] repo/gentoo:master commit in: dev-python/dask/ Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox