[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2020-09-02 Thread Mikle Kolyada
commit: e02a2e525441aad766ab6b77300abeeb19860a07
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Sep  2 07:42:08 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Sep  2 07:52:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02a2e52

dev-python/distributed: remove last-rited pkg

Closes: qttps://bugs.gentoo.org/656528 Closes:
https://bugs.gentoo.org/735010

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/distributed/Manifest|  1 -
 .../distributed/distributed-1.18.0-r1.ebuild   | 49 --
 dev-python/distributed/metadata.xml| 17 
 3 files changed, 67 deletions(-)

diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest
deleted file mode 100644
index 48ec1ea28c6..000
--- a/dev-python/distributed/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST distributed-1.18.0.tar.gz 395888 BLAKE2B 
a1f84f93130b4e878d2b6a2059e71330fd10ac7be2c8e1d3fa06984e34dda4984180f496b9513f531ae21f3cc978f71f8e9492fcd5d644613a7d9ececcb5ecb6
 SHA512 
3603b22a454c7010c64fceb79b4aa024476bd038f4c27585c8f2dd51a2e4ace1c900dfc7c3bf096d4274be985003b72e9bd16af7b351ec9a65c6712a1f5e39d4

diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild 
b/dev-python/distributed/distributed-1.18.0-r1.ebuild
deleted file mode 100644
index 373381fe29f..000
--- a/dev-python/distributed/distributed-1.18.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for distributed computation"
-HOMEPAGE="https://distributed.readthedocs.io/en/latest/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/dask-0.14.1[${PYTHON_USEDEP}]
-   >=dev-python/joblib-0.10.2[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   >=dev-python/partd-0.3.7[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/sortedcollections[${PYTHON_USEDEP}]
-   dev-python/tblib[${PYTHON_USEDEP}]
-   >=dev-python/toolz-0.7.4[${PYTHON_USEDEP}]
-   dev-python/zict[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   py.test -vv -m "not avoid_travis" distributed \
-   -r s \
-   --timeout-method=thread \
-   --timeout=300 \
-   --durations=20 || die
-}

diff --git a/dev-python/distributed/metadata.xml 
b/dev-python/distributed/metadata.xml
deleted file mode 100644
index f21b359c502..000
--- a/dev-python/distributed/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-clus...@gentoo.org
-Gentoo Cluster Project
-  
-  
-pyt...@gentoo.org
-Python
-  
-
-  
-distributed
-dask/distributed
-  
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2020-03-26 Thread Michał Górny
commit: de5211841f478f5138b3cb88476bb9600660139c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:31:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de521184

dev-python/distributed: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/distributed/distributed-1.18.0.ebuild | 50 
 1 file changed, 50 deletions(-)

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
deleted file mode 100644
index e753ea98fe6..000
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for distributed computation"
-HOMEPAGE="https://distributed.readthedocs.io/en/latest/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/dask-0.14.1[${PYTHON_USEDEP}]
-   >=dev-python/joblib-0.10.2[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   >=dev-python/partd-0.3.7[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/sortedcollections[${PYTHON_USEDEP}]
-   dev-python/tblib[${PYTHON_USEDEP}]
-   >=dev-python/toolz-0.7.4[${PYTHON_USEDEP}]
-   dev-python/zict[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-  ${RDEPEND}
-  dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   py.test  -m "not avoid_travis" distributed \
---verbose -r s \
---timeout-method=thread \
---timeout=300 \
---durations=20 || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2020-01-16 Thread Michał Górny
commit: 4f08f0df4e7882e0e95681e0bd977e0c4c1d9664
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 17 06:13:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 17 07:47:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f08f0df

dev-python/distributed: Remove Python 2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/distributed/distributed-1.18.0-r1.ebuild | 2 +-
 dev-python/distributed/distributed-1.18.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild 
b/dev-python/distributed/distributed-1.18.0-r1.ebuild
index 48b6bb8e415..8a2721f904a 100644
--- a/dev-python/distributed/distributed-1.18.0-r1.ebuild
+++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
index f085b6ea7ff..201b8cd32d4 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2019-03-26 Thread Aaron Bauman
commit: 57ab746680da277b89a5609c4bd834e9dbb7fba4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar 22 07:52:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Mar 26 18:52:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ab7466

dev-python/distributed: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/distributed/distributed-1.18.0-r1.ebuild | 4 ++--
 dev-python/distributed/distributed-1.18.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild 
b/dev-python/distributed/distributed-1.18.0-r1.ebuild
index 1001c57f989..2b2ca65337c 100644
--- a/dev-python/distributed/distributed-1.18.0-r1.ebuild
+++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python library for distributed computation"
-HOMEPAGE="http://distributed.readthedocs.io/";
+HOMEPAGE="https://distributed.readthedocs.io/en/latest/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
index d4748591aea..37bf5e6aafa 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python library for distributed computation"
-HOMEPAGE="http://distributed.readthedocs.io/";
+HOMEPAGE="https://distributed.readthedocs.io/en/latest/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2018-12-26 Thread Michał Górny
commit: a04503b7bb829bb667e020f95cf00f57acf3e0cb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 26 12:40:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 26 13:34:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04503b7

dev-python/distributed: Drop py3.4 due to deps, cleanup

Signed-off-by: Michał Górny  gentoo.org>

 .../distributed/distributed-1.18.0-r1.ebuild   | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild 
b/dev-python/distributed/distributed-1.18.0-r1.ebuild
new file mode 100644
index 000..1001c57f989
--- /dev/null
+++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for distributed computation"
+HOMEPAGE="http://distributed.readthedocs.io/";
+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/click[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/dask-0.14.1[${PYTHON_USEDEP}]
+   >=dev-python/joblib-0.10.2[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   >=dev-python/partd-0.3.7[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/sortedcollections[${PYTHON_USEDEP}]
+   dev-python/tblib[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.7.4[${PYTHON_USEDEP}]
+   dev-python/zict[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   py.test -vv -m "not avoid_travis" distributed \
+   -r s \
+   --timeout-method=thread \
+   --timeout=300 \
+   --durations=20 || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2018-07-20 Thread Mikle Kolyada
commit: b89ff1d0c71d596c696a243eb99657067bca6cfa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 20 23:48:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 00:05:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89ff1d0

dev-python/distributed: x86 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/distributed/distributed-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
index 2c1255fb1e2..d4748591aea 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2018-06-24 Thread Mikle Kolyada
commit: e47f2f614e2a5a3996661284cb57fca76391fbd4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 24 09:25:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 24 09:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47f2f61

dev-python/distributed: amd64 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/distributed/distributed-1.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/distributed/distributed-1.18.0.ebuild 
b/dev-python/distributed/distributed-1.18.0.ebuild
index 6c0ea4f46e0..2c1255fb1e2 100644
--- a/dev-python/distributed/distributed-1.18.0.ebuild
+++ b/dev-python/distributed/distributed-1.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/distributed/

2018-01-03 Thread Michał Górny
commit: 59a17b45a87847dcd3bf4b6bd0f43d5cea91e7b2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 22:51:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan  3 09:11:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a17b45

dev-python/distributed: Clean old up

 dev-python/distributed/Manifest  |  1 -
 dev-python/distributed/distributed-1.17.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/distributed/Manifest b/dev-python/distributed/Manifest
index 53d6184b1a0..48ec1ea28c6 100644
--- a/dev-python/distributed/Manifest
+++ b/dev-python/distributed/Manifest
@@ -1,2 +1 @@
-DIST distributed-1.17.1.tar.gz 376088 BLAKE2B 
5817b192fb8771c514eaf0f9b4a89331dd379ba90e3f5952da1a256bb19dd17cf67d0a8c73a2de3880975f885e0a25b169085f23ad2c3eb01a6e21ad3d989f73
 SHA512 
e3addbdd18165ca00879829e98993b5e5d466dfdfa9255a668725852256b2bc6bca80ca42c63744ef3988d66d61bfc43258a83e7445158733d511d27aa68c64a
 DIST distributed-1.18.0.tar.gz 395888 BLAKE2B 
a1f84f93130b4e878d2b6a2059e71330fd10ac7be2c8e1d3fa06984e34dda4984180f496b9513f531ae21f3cc978f71f8e9492fcd5d644613a7d9ececcb5ecb6
 SHA512 
3603b22a454c7010c64fceb79b4aa024476bd038f4c27585c8f2dd51a2e4ace1c900dfc7c3bf096d4274be985003b72e9bd16af7b351ec9a65c6712a1f5e39d4

diff --git a/dev-python/distributed/distributed-1.17.1.ebuild 
b/dev-python/distributed/distributed-1.17.1.ebuild
deleted file mode 100644
index 0ed247fb69a..000
--- a/dev-python/distributed/distributed-1.17.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for distributed computation"
-HOMEPAGE="http://distributed.readthedocs.io/";
-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/click[${PYTHON_USEDEP}]
-   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/dask-0.14.1[${PYTHON_USEDEP}]
-   >=dev-python/joblib-0.10.2[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   >=dev-python/partd-0.3.7[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/sortedcollections[${PYTHON_USEDEP}]
-   dev-python/tblib[${PYTHON_USEDEP}]
-   >=dev-python/toolz-0.7.4[${PYTHON_USEDEP}]
-   dev-python/zict[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-  ${RDEPEND}
-  dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   py.test  -m "not avoid_travis" distributed --verbose -r s 
--timeout-method=thread --timeout=300 --durations=20 || die
-}