From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/
Date: Wed, 16 May 2018 15:58:16 +0000 (UTC) [thread overview]
Message-ID: <1526486215.5c7ac590b42265cd2ef28f55b701119b7248b548.asturm@gentoo> (raw)
commit: 5c7ac590b42265cd2ef28f55b701119b7248b548
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 13:28:56 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 15:56:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7ac590
dev-python/ipyparallel: Drop old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-python/ipyparallel/Manifest | 4 --
dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 59 -----------------------
dev-python/ipyparallel/ipyparallel-5.0.1.ebuild | 58 -----------------------
dev-python/ipyparallel/ipyparallel-5.1.1.ebuild | 61 ------------------------
dev-python/ipyparallel/ipyparallel-5.2.0.ebuild | 63 -------------------------
dev-python/ipyparallel/ipyparallel-6.0.2.ebuild | 62 ------------------------
6 files changed, 307 deletions(-)
diff --git a/dev-python/ipyparallel/Manifest b/dev-python/ipyparallel/Manifest
index 8ab763cf15b..e1d2b7893b9 100644
--- a/dev-python/ipyparallel/Manifest
+++ b/dev-python/ipyparallel/Manifest
@@ -1,5 +1 @@
-DIST ipyparallel-4.1.0.tar.gz 2271608 BLAKE2B 681211fb91af9b7cf2650f7336bb715910937a12fa2d81e4574b716f3ae6216842b127e1d6f756acc6d2e4914660dbadfe96ccc82026dacd29958ba068fe24cd SHA512 19fff1ea57d9fcaec6525ce6e0c72ab63ab1245e32e485174a0691d2b48d8d2512af4055b77df82c7b30a8c071e1b6c5900d37e992f82f1597492e220e83d36f
-DIST ipyparallel-5.0.1.tar.gz 2350472 BLAKE2B 1ebf9e4794de8f738d101f06b7e1d825c18aaed247fa134bee898f41ad0d96940b5a092fb9e79aacd270f2894fa938d92364cf09417b618e9a087292272a2332 SHA512 b7fa4f2ec5375398a533c92f07e2ab09180e537366c36ff5a7f3245d63072006ebcffc19dda28d08d5cc2e8a9044bf9101c7eeccf2857ed4a78ddd859ce23a2c
-DIST ipyparallel-5.1.1.tar.gz 2360986 BLAKE2B abb6f14cac196b1b42f6023fba913978385356c20ddcce6e5523069618a9bec3fd03dc81626505f6812f2cac65617d652428edf546971f328177a151a6445d2f SHA512 66edfafeb6ca99b04ad08a61bbe7cbcfd9ba2689d16d19c476685d73f44ec40a4f2cde75e8394dbdc3b9e4da333afdfff8960bc9f37503aa4b28af90c63878db
-DIST ipyparallel-5.2.0.tar.gz 2362590 BLAKE2B 5cb97310e536bcb4a52867e6c4a4c9c7a783bdefa42ac73b0e45e3f20ec5ccc0029e3424c2f8bc484234cf01131d9f0ae6ec0bcb4a464f3ca1580ca8afb76b61 SHA512 1a3a4be28847ad11d43d96192ded62506380374b96a14cc9a6d6e945ac9592da7543fb5f9626a112068e548ed27f3291894a3cef544c65476c22b397458f60f3
DIST ipyparallel-6.0.2.tar.gz 2366627 BLAKE2B 333d6043c1e3635a37ebd464a5eb6bd0d21d0815abf106f8a7dd138128790d89ccb856dd981c281ce023cded589e6352fd6cd48efab61c8955abfbfea157eb35 SHA512 2dab781eac81bb3c2d4eedff9689448ed8d4317b47a1e8110a0b16147f986428f6fefe13acd12ee8604ec7775aee46a5f62c7d6a676bda7f8d3d39d95d90f28d
diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
deleted file mode 100644
index 62d09048ca0..00000000000
--- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- !<dev-python/ipython-4.0.0[smp]
- >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
- dev-python/jupyter_client[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- )
- "
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- iptest --coverage xml ipyparallel.tests || die
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/ipyparallel/ipyparallel-5.0.1.ebuild b/dev-python/ipyparallel/ipyparallel-5.0.1.ebuild
deleted file mode 100644
index d7477fdddfa..00000000000
--- a/dev-python/ipyparallel/ipyparallel-5.0.1.ebuild
+++ /dev/null
@@ -1,58 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- !<dev-python/ipython-4.0.0[smp]
- >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
- dev-python/jupyter_client[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- )
- "
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- iptest ipyparallel.tests -- -vsx || die
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/ipyparallel/ipyparallel-5.1.1.ebuild b/dev-python/ipyparallel/ipyparallel-5.1.1.ebuild
deleted file mode 100644
index 459d8e5dc1b..00000000000
--- a/dev-python/ipyparallel/ipyparallel-5.1.1.ebuild
+++ /dev/null
@@ -1,61 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- !<dev-python/ipython-4.0.0[smp]
- >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
- dev-python/notebook[${PYTHON_USEDEP}]
- dev-python/jupyter_client[${PYTHON_USEDEP}]
- www-servers/tornado[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- )
- "
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- iptest ipyparallel.tests -- -vsx || die
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
deleted file mode 100644
index 41ea11d938a..00000000000
--- a/dev-python/ipyparallel/ipyparallel-5.2.0.ebuild
+++ /dev/null
@@ -1,63 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- !<dev-python/ipython-4.0.0[smp]
- >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
- dev-python/notebook[${PYTHON_USEDEP}]
- dev-python/jupyter_client[${PYTHON_USEDEP}]
- www-servers/tornado[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7)
- >=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/testpath[${PYTHON_USEDEP}]
- )
- "
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- iptest --coverage xml ipyparallel.tests -- -vsx || die
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( docs/build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild b/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild
deleted file mode 100644
index 646d41f5422..00000000000
--- a/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild
+++ /dev/null
@@ -1,62 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
- dev-python/ipython_genutils[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
- dev-python/ipykernel[${PYTHON_USEDEP}]
- !<dev-python/ipython-4.0.0[smp]
- >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '<dev-python/ipython-6[${PYTHON_USEDEP}]' 'python2_7')
- dev-python/notebook[${PYTHON_USEDEP}]
- dev-python/jupyter_client[${PYTHON_USEDEP}]
- www-servers/tornado[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2*')
- >=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/testpath[${PYTHON_USEDEP}]
- )
- "
-
-python_prepare_all() {
- # Prevent un-needed download during build
- if use doc; then
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- emake -C docs html
- HTML_DOCS=( docs/build/html/. )
- fi
-}
-
-python_test() {
- iptest --coverage xml ipyparallel.tests -- -vsx || die
-}
next reply other threads:[~2018-05-16 15:58 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-16 15:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 11:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ Michał Górny
2025-03-07 12:45 Michał Górny
2024-11-23 8:45 Arthur Zamarin
2024-11-07 6:45 Michał Górny
2024-07-12 10:36 Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 10:04 Sam James
2024-04-05 19:45 Michał Górny
2024-03-21 18:44 Arthur Zamarin
2024-03-05 5:18 Michał Górny
2024-03-04 14:52 Michał Górny
2023-10-24 18:44 Michał Górny
2023-05-15 20:13 Arthur Zamarin
2023-05-15 20:09 Arthur Zamarin
2023-04-15 8:23 Michał Górny
2023-04-14 3:59 Michał Górny
2023-03-28 13:23 Michał Górny
2022-10-27 9:48 Andrew Ammerlaan
2022-07-29 12:54 Michał Górny
2022-07-29 12:25 Arthur Zamarin
2022-07-09 12:06 Michał Górny
2022-07-09 10:25 Arthur Zamarin
2022-07-06 6:44 Michał Górny
2022-07-06 5:37 Arthur Zamarin
2022-07-06 5:37 Arthur Zamarin
2022-06-28 17:39 Arthur Zamarin
2022-06-28 17:39 Arthur Zamarin
2022-06-28 17:35 Arthur Zamarin
2022-06-28 17:35 Arthur Zamarin
2022-06-20 17:20 Arthur Zamarin
2022-06-17 6:02 Michał Górny
2022-06-14 7:10 Agostino Sarubbo
2022-05-10 10:07 Michał Górny
2022-04-26 19:05 Arthur Zamarin
2022-04-26 19:05 Arthur Zamarin
2022-04-26 19:05 Arthur Zamarin
2022-04-23 20:14 Arthur Zamarin
2022-04-23 20:14 Arthur Zamarin
2022-04-03 15:51 Piotr Karbowski
2022-03-18 15:57 Sam James
2022-02-21 11:34 Marek Szuba
2022-02-08 23:21 Michał Górny
2022-02-07 22:29 Sam James
2022-02-07 20:30 Michał Górny
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:18 Sam James
2022-02-07 9:35 Sam James
2022-02-07 8:33 Sam James
2022-01-22 23:15 Sam James
2021-12-22 18:10 Arthur Zamarin
2021-11-20 3:54 Sam James
2021-11-19 19:24 Arthur Zamarin
2021-11-19 13:36 Sam James
2021-11-19 11:58 Sam James
2021-11-19 9:07 Sam James
2021-11-19 8:34 Sam James
2021-11-19 7:30 Sam James
2021-11-19 6:59 Sam James
2021-11-19 6:55 Sam James
2021-11-18 8:47 Marek Szuba
2021-11-18 8:10 Sam James
2021-11-18 5:47 Sam James
2021-11-18 5:36 Sam James
2021-11-16 2:44 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-11-11 8:36 Jakov Smolić
2021-11-05 14:57 Jakov Smolić
2021-11-05 2:20 Sam James
2021-10-25 12:56 Andrew Ammerlaan
2021-09-06 0:18 Sam James
2021-07-12 6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-02 12:26 Marek Szuba
2021-07-01 14:45 Michał Górny
2021-07-01 14:42 Michał Górny
2021-06-20 1:45 Sam James
2021-01-05 23:26 Michał Górny
2020-09-05 15:25 Sam James
2020-09-05 7:24 Michał Górny
2020-09-05 3:08 Sam James
2020-09-02 9:12 Michał Górny
2020-08-03 3:11 Sam James
2020-07-31 0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10 10:27 Michał Górny
2020-06-10 7:31 Michał Górny
2020-06-08 18:23 Michał Górny
2020-05-03 2:51 Mike Gilbert
2020-03-27 16:30 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-17 7:23 Michał Górny
2019-05-04 22:58 Virgil Dupras
2018-05-16 12:28 Agostino Sarubbo
2017-08-19 22:39 Sebastien Fabbro
2017-03-12 12:31 Zac Medico
2017-02-25 14:18 David Seifert
2017-02-25 14:18 David Seifert
2017-02-15 18:37 David Seifert
2017-02-14 21:20 Patrice Clement
2016-11-01 8:13 David Seifert
2016-11-01 8:13 David Seifert
2016-11-01 8:13 David Seifert
2016-07-25 18:39 David Seifert
2016-02-28 7:08 Matt Thode
2016-02-21 15:32 Justin Lecher
2016-02-04 12:25 Justin Lecher
2015-11-28 17:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1526486215.5c7ac590b42265cd2ef28f55b701119b7248b548.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox