From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- dev-python/dask/Manifest | 6 +++--- dev-python/dask/dask-2021.1.1.ebuild | 41 ----------------------------------- dev-python/dask/dask-2021.2.0.ebuild | 2 +- dev-python/dask/dask-2021.3.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 45 deletions(-) delete mode 100644 dev-python/dask/dask-2021.1.1.ebuild create mode 100644 dev-python/dask/dask-2021.3.0.ebuild (limited to 'dev-python/dask') diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest index 1917b20dc0bc..19580ec10f45 100644 --- a/dev-python/dask/Manifest +++ b/dev-python/dask/Manifest @@ -1,5 +1,5 @@ -DIST dask-2021.1.1.tar.gz 3637063 BLAKE2B 6b2ec67f5551c4bba0fde8cecf02de6f24bbcd126a22c56c75e41a645a31f0fd7ba81aa8e5167f495122ca96e2113fa4893851eac382df1ccfaa8bf1be576ed3 SHA512 d1d093af6389b9e02e6040ef66159a4696c2dd91e12190cf9efc25ad5a0f790e3da9ada64a8a5e1cfceab7452957a503c6c303d3e2248e05ebac168a0f7c52f1 DIST dask-2021.2.0.tar.gz 3643277 BLAKE2B d34f706cefd068e42b32c84b05a46c24c98ba8391358140e2a7d2325d3a18cd855fbe9174ac8b8541e8274b83621fcb5c299d70fa5e2bcfe11214a2a32a82ce5 SHA512 da8baaa7cd211eb3ff123127aa9f599337c3af52f06e9a35331397ab580500dda7135addbfe27815a2b14957f7852d9c22a21b1d220af28c8561edaaabdf2e34 -EBUILD dask-2021.1.1.ebuild 1060 BLAKE2B 03702330a6a43b38330f63b17aac6f994c95754edca3370dcad8362610ffdb5c578003ea1aa375e719c4cf5f1a4123bc97849b31009b54a6761d225894be0be5 SHA512 9664356c87af65db6e5a9b772057466c1ee838ea0712939076eab6af0e5f3b86c9ec9c322e29c88f9b4de9af0a8a53837602b44e5ce3710e1f50e560de045111 -EBUILD dask-2021.2.0.ebuild 1062 BLAKE2B aba8e6ce442988efff5665fd11ee384543bf4c8f01d63d45ca0df6b4f49bf40266aa3cffade0c99bfa872a2a8854c03f9d5e685faa49b89f52ab416355e49cef SHA512 81c3edcda8af9979ebc381f1941fef031ce319884787fd52df739e08e80d048c498f887e1c46561c5c57e12c7f830a55e2fcdc2761505076485362d493625b60 +DIST dask-2021.3.0.tar.gz 3672035 BLAKE2B 17b3e808603b8524e96273ad33b69689605707a1c187b32c8ed67f054e7f242525365956800017ad5685e0c306dcd21bcfb3dbb3f9920446f03553ceb0fdd9a8 SHA512 ba5b62dd51dad29a106a4fe38a5015f7e1d7ad11eaa21a524b7c8b7d916873b9e447d065c9009e8100662aa3b1f64718b164369f173fc84f5f085a1e369e091a +EBUILD dask-2021.2.0.ebuild 1060 BLAKE2B 03702330a6a43b38330f63b17aac6f994c95754edca3370dcad8362610ffdb5c578003ea1aa375e719c4cf5f1a4123bc97849b31009b54a6761d225894be0be5 SHA512 9664356c87af65db6e5a9b772057466c1ee838ea0712939076eab6af0e5f3b86c9ec9c322e29c88f9b4de9af0a8a53837602b44e5ce3710e1f50e560de045111 +EBUILD dask-2021.3.0.ebuild 1126 BLAKE2B 61ad25c7243e23eca07b7398109a69c685902211ca50510862a7be53a51cca08fa2a452bbca051fe4878095931f93af248784ae06ea8b63b33215898d5fef32f SHA512 8d41b22fc71f7d87711edfab68a3f5e56a49df8f0f6d0ca5a49d2931e0d64284029b62b30f45eb43faa4b9dd37453a2aa2c387e56991a7a360069f7bbc986f30 MISC metadata.xml 670 BLAKE2B 1a15001a3836bd70c8d539b34283c9e3b19e3a37031de32f82e8b44a09de2031e572104b1dcc5a690c80c55981f0c510325ba700e4e859a15dcd0a3b06a6abd1 SHA512 41e31ef86be6c90bf9846bb9a753d6f6ed3119d0bca3f0b205c9f814045fccf99702ff901b7e5fb1d785fb5cdd5230ba7520dd6e6ae604761af1442e8ec81538 diff --git a/dev-python/dask/dask-2021.1.1.ebuild b/dev-python/dask/dask-2021.1.1.ebuild deleted file mode 100644 index bf04a92fdf3f..000000000000 --- a/dev-python/dask/dask-2021.1.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" -HOMEPAGE="https://dask.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}] - >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}] - >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}] - >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] - >=dev-python/partd-0.3.10[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/toolz[${PYTHON_USEDEP}] - test? ( - dev-python/moto[${PYTHON_USEDEP}] - dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - pytest -vv -m "not network" || - die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/dask/dask-2021.2.0.ebuild b/dev-python/dask/dask-2021.2.0.ebuild index 7028d637c3bb..bf04a92fdf3f 100644 --- a/dev-python/dask/dask-2021.2.0.ebuild +++ b/dev-python/dask/dask-2021.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}] diff --git a/dev-python/dask/dask-2021.3.0.ebuild b/dev-python/dask/dask-2021.3.0.ebuild new file mode 100644 index 000000000000..991bf4a4899c --- /dev/null +++ b/dev-python/dask/dask-2021.3.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Task scheduling and blocked algorithms for parallel processing" +HOMEPAGE="https://dask.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}] + >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}] + >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}] + >=dev-python/partd-0.3.10[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/toolz[${PYTHON_USEDEP}] + test? ( + dev-python/moto[${PYTHON_USEDEP}] + dev-python/numexpr[${PYTHON_USEDEP}] + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + pytest -vv -p no:flaky -m "not network" || + die "Tests failed with ${EPYTHON}" +} -- cgit v1.2.3