* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-01 7:57 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-01 7:57 UTC (permalink / raw
To: gentoo-commits
commit: 025d24c1c774895da14e19606f4e9d50ead8a38e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Aug 25 10:22:02 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 10:22:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=025d24c1
dev-python/ipyparallel: Add missing dep
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 4 ++++
dev-python/ipyparallel/ipyparallel-9999.ebuild | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 86a27a5..292f44f 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipyparallel-9999.ebuild:
+ dev-python/ipyparallel: Add missing dep
+
*ipyparallel-4.0.0 (13 Aug 2015)
*ipyparallel-9999 (13 Aug 2015)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index a4beacf..4f42849 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -28,7 +28,12 @@ RDEPEND="
>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
"
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+DEPEND="
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ )
+ "
python_test() {
iptest --coverage xml ipyparallel.tests || die
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-01 7:57 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-01 7:57 UTC (permalink / raw
To: gentoo-commits
commit: 749ec064478b994ddf2295638b01bfd5a5b3c45d
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Aug 27 07:42:19 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 07:42:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=749ec064
dev-python/ipyparallel: Fix deps
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 4 ++++
dev-python/ipyparallel/ipyparallel-9999.ebuild | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 292f44f..d028d51 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipyparallel-9999.ebuild:
+ dev-python/ipyparallel: Fix deps
+
25 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
ipyparallel-9999.ebuild:
dev-python/ipyparallel: Add missing dep
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index 126b358..bc609f8 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -28,10 +28,11 @@ RDEPEND="
>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
"
-DEPEND="
+DEPEND="${RDEPEND}
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-01 10:26 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-01 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 28ed284acb2d6b78c5508cdd43c4a64978af752e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 1 10:24:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 10:24:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28ed284a
dev-python/ipyparallel: Fix #473
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 7 +++++++
.../{ipyparallel-4.0.0.ebuild => ipyparallel-4.0.0-r1.ebuild} | 0
dev-python/ipyparallel/ipyparallel-9999.ebuild | 1 +
3 files changed, 8 insertions(+)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index d028d51..fe4d11d 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ipyparallel-4.0.0-r1 (01 Sep 2015)
+
+ 01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ +ipyparallel-4.0.0-r1.ebuild, -ipyparallel-4.0.0.ebuild,
+ ipyparallel-9999.ebuild:
+ dev-python/ipyparallel: Fix #473
+
27 Aug 2015; Marius Brehler <marbre@linux.sungazer.de>
ipyparallel-9999.ebuild:
dev-python/ipyparallel: Fix deps
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
similarity index 100%
rename from dev-python/ipyparallel/ipyparallel-4.0.0.ebuild
rename to dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index bc609f8..b49aebc 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
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]
"
DEPEND="${RDEPEND}
test? (
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-04 5:46 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-04 5:46 UTC (permalink / raw
To: gentoo-commits
commit: ca7d0c7585eb15cdffb11363729fc18df57775ee
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Wed Sep 2 19:11:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 13:18:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca7d0c75
dev-python/ipyparallel: Add doc use flag
dev-python/ipyparallel/ChangeLog | 3 +++
dev-python/ipyparallel/ipyparallel-9999.ebuild | 21 ++++++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 0e847a6..7fc778c 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 02 Sep 2015; Sean Vig <sean.v.775@gmail.com> ipyparallel-9999.ebuild:
+ dev-python/ipyparallel: Add doc use flag
+
*ipyparallel-4.0.0-r1 (01 Sep 2015)
01 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index b49aebc..3270b33 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="test"
+IUSE="doc test"
RDEPEND="
dev-python/ipython_genutils[${PYTHON_USEDEP}]
@@ -30,6 +30,7 @@ RDEPEND="
!<dev-python/ipython-4.0.0[smp]
"
DEPEND="${RDEPEND}
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
@@ -37,6 +38,24 @@ DEPEND="${RDEPEND}
)
"
+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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-09 7:11 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 375ab383d091bd7fadc9fa063f051bd7d89ef1ae
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 07:11:00 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 07:11:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=375ab383
dev-python/ipyparallel: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
.../ipyparallel/{ipyparallel-9999.ebuild => ipyparallel-4.0.2.ebuild} | 3 ++-
dev-python/ipyparallel/ipyparallel-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
similarity index 93%
copy from dev-python/ipyparallel/ipyparallel-9999.ebuild
copy to dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
index 3270b33..b1c0267 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
@@ -27,7 +27,8 @@ RDEPEND="
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}]
+ dev-python/jupyter_client[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index 3270b33..b1c0267 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -27,7 +27,8 @@ RDEPEND="
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}]
+ dev-python/jupyter_client[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-09-22 7:22 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-22 7:22 UTC (permalink / raw
To: gentoo-commits
commit: a7ec19d402f5f482331caf97eccb4ccd6c82be5f
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 22 06:26:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 06:31:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a7ec19d4
dev-python/ipyparallel: Add ~x86 to KEYWORDS, fixes #561032
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 4 ++++
dev-python/ipyparallel/ipyparallel-4.0.2.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 7fc778c..09c4503 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ ipyparallel-4.0.2.ebuild:
+ dev-python/ipyparallel: Add ~x86 to KEYWORDS, fixes #561032
+
02 Sep 2015; Sean Vig <sean.v.775@gmail.com> ipyparallel-9999.ebuild:
dev-python/ipyparallel: Add doc use flag
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
index b1c0267..14c7503 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
@@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-10-01 6:06 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-10-01 6:06 UTC (permalink / raw
To: gentoo-commits
commit: 654d1efaaf2214214b406c604f2727f3ef7ac36a
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Sep 27 16:42:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 16:42:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=654d1efa
dev-python/ipyparallel: Re-Fix Issue #473; Fixes Bug #561324
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 7 +++++++
.../{ipyparallel-4.0.2.ebuild => ipyparallel-4.0.2-r1.ebuild} | 1 +
dev-python/ipyparallel/ipyparallel-9999.ebuild | 1 +
3 files changed, 9 insertions(+)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 09c4503..6ed91b8 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+*ipyparallel-4.0.2-r1 (27 Sep 2015)
+
+ 27 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
+ +ipyparallel-4.0.2-r1.ebuild, -ipyparallel-4.0.2.ebuild,
+ ipyparallel-9999.ebuild:
+ dev-python/ipyparallel: Re-Fix Issue #473; Fixes Bug #561324
+
22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
ipyparallel-4.0.2.ebuild:
dev-python/ipyparallel: Add ~x86 to KEYWORDS, fixes #561032
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
similarity index 97%
rename from dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
rename to dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
index 14c7503..c92e16e 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.2.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
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}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
"
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index b1c0267..0ad551c 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
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}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-10-21 13:44 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-10-21 13:44 UTC (permalink / raw
To: gentoo-commits
commit: e90a089cf54cfc4d3d79d6e156cd96c1d5c7bdee
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 09:59:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 09:59:49 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e90a089c
dev-python/ipyparallel: Add python3.5 support
split live code to live ebuild
Clean leading spaces
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild | 15 +++++----------
dev-python/ipyparallel/ipyparallel-9999.ebuild | 17 ++++++-----------
2 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
index c92e16e..f951657 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
@@ -3,23 +3,18 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
DESCRIPTION="Interactive Parallel Computing with IPython"
HOMEPAGE="http://ipython.org/"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND="
@@ -27,7 +22,7 @@ RDEPEND="
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[smp]
>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
"
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index 0ad551c..55807ae 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -3,23 +3,18 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-inherit distutils-r1
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 git-r3
DESCRIPTION="Interactive Parallel Computing with IPython"
HOMEPAGE="http://ipython.org/"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
LICENSE="BSD"
SLOT="0"
+KEYWORDS=""
IUSE="doc test"
RDEPEND="
@@ -27,7 +22,7 @@ RDEPEND="
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[smp]
>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
dev-python/jupyter_client[${PYTHON_USEDEP}]
"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-10-28 10:45 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-10-28 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 8ffcba1cb3eeaf2a71050b70113ce4da9df7f286
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 10:45:41 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 10:45:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ffcba1c
dev-python/ipyparallel: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 58 +++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
new file mode 100644
index 0000000..f951657
--- /dev/null
+++ b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+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}]
+ 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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-11-11 17:12 Justin Lecher
0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-11-11 17:12 UTC (permalink / raw
To: gentoo-commits
commit: b424833fc0087c75183f8d9364191ca6708cf334
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:06:00 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 17:06:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b424833f
dev-python/ipyparallel: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild | 1 +
dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild | 1 +
dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 1 +
dev-python/ipyparallel/ipyparallel-9999.ebuild | 1 +
4 files changed, 4 insertions(+)
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
index b1c0267..c382889 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
index f951657..be83c50 100644
--- a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
index f951657..be83c50 100644
--- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index 55807ae..df49c48 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2015-11-28 17:58 Marius Brehler
0 siblings, 0 replies; 15+ messages in thread
From: Marius Brehler @ 2015-11-28 17:58 UTC (permalink / raw
To: gentoo-commits
commit: b516060d1ce04f85c2ef25e5afca192c7d97b3c5
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 28 17:48:27 2015 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Nov 28 17:48:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b516060d
dev-python/ipyparallel: Moved to tree
Package-Manager: portage-2.2.20.1
dev-python/ipyparallel/ChangeLog | 5 ++
dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild | 63 ----------------------
dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild | 59 --------------------
dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 59 --------------------
4 files changed, 5 insertions(+), 181 deletions(-)
diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
index 6ed91b8..516a293 100644
--- a/dev-python/ipyparallel/ChangeLog
+++ b/dev-python/ipyparallel/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 28 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> -Manifest,
+ -ipyparallel-4.0.0-r1.ebuild, -ipyparallel-4.0.2-r1.ebuild,
+ -ipyparallel-4.1.0.ebuild:
+ dev-python/ipyparallel: Moved to tree
+
*ipyparallel-4.0.2-r1 (27 Sep 2015)
27 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
deleted file mode 100644
index c382889..0000000
--- a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-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[${PYTHON_USEDEP}]
- 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-4.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
deleted file mode 100644
index be83c50..0000000
--- a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,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}]
- 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-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
deleted file mode 100644
index be83c50..0000000
--- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,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}]
- 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
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2016-05-18 7:05 Marius Brehler
0 siblings, 0 replies; 15+ messages in thread
From: Marius Brehler @ 2016-05-18 7:05 UTC (permalink / raw
To: gentoo-commits
commit: a5c2803b4efe9bc368faa28bc16f675c59688990
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed May 18 06:36:00 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed May 18 06:36:00 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a5c2803b
dev-python/ipyparallel: Bump to EAPI=6
Package-Manager: portage-2.2.28
dev-python/ipyparallel/ipyparallel-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index df49c48..d3627fb 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
PYTHON_REQ_USE="threads(+)"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2016-07-27 12:17 Marius Brehler
0 siblings, 0 replies; 15+ messages in thread
From: Marius Brehler @ 2016-07-27 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 5c35ce25d6c96f662fe9b2c9703b6010f8621a33
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 12:11:00 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 12:11:00 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5c35ce25
dev-python/ipyparallel: Adopt to ebuild in tree
Package-Manager: portage-2.2.28
dev-python/ipyparallel/ipyparallel-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index d3627fb..d4ac558 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -25,14 +25,16 @@ RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]
!<dev-python/ipython-4.0.0[smp]
>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+ 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}]
- dev-python/coverage[${PYTHON_USEDEP}]
)
"
@@ -50,7 +52,7 @@ python_compile_all() {
}
python_test() {
- iptest --coverage xml ipyparallel.tests || die
+ iptest ipyparallel.tests -- -vsx || die
}
python_install_all() {
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2017-01-03 10:30 Marius Brehler
0 siblings, 0 replies; 15+ messages in thread
From: Marius Brehler @ 2017-01-03 10:30 UTC (permalink / raw
To: gentoo-commits
commit: cceaddb08da1e57d734507b5dcd85ad9f34b1398
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 3 10:25:48 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Jan 3 10:25:48 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cceaddb0
dev-python/ipyparallel: Drop python3_3
Package-Manager: portage-2.3.0
dev-python/ipyparallel/ipyparallel-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
index d4ac558..804158f 100644
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
@ 2020-09-21 23:23 Aisha Tammy
0 siblings, 0 replies; 15+ messages in thread
From: Aisha Tammy @ 2020-09-21 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 827ea18c4af596bfe36d26412fb59b766d4c5298
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Sep 21 23:22:17 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Sep 21 23:22:28 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=827ea18c
dev-python/ipyparallel: drop package
present in ::gentoo
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/ipyparallel/ipyparallel-9999.ebuild | 60 --------------------------
dev-python/ipyparallel/metadata.xml | 12 ------
2 files changed, 72 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
deleted file mode 100644
index 90da1d810..000000000
--- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
+++ /dev/null
@@ -1,60 +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 git-r3
-
-DESCRIPTION="Interactive Parallel Computing with IPython"
-HOMEPAGE="http://ipython.org/"
-EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-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}]
- 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/metadata.xml b/dev-python/ipyparallel/metadata.xml
deleted file mode 100644
index 1d9e7c2d3..000000000
--- a/dev-python/ipyparallel/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
-Interactive Parallel Computing with IPython.
-ipyparallel is the new home of IPython.parallel.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2020-09-21 23:23 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 10:26 [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2020-09-21 23:23 Aisha Tammy
2017-01-03 10:30 Marius Brehler
2016-07-27 12:17 Marius Brehler
2016-05-18 7:05 Marius Brehler
2015-11-28 17:58 Marius Brehler
2015-11-11 17:12 Justin Lecher
2015-10-28 10:45 Justin Lecher
2015-10-21 13:44 Justin Lecher
2015-10-01 6:06 Justin Lecher
2015-09-22 7:22 Justin Lecher
2015-09-09 7:11 Justin Lecher
2015-09-04 5:46 Justin Lecher
2015-09-01 7:57 Justin Lecher
2015-09-01 7:57 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox