summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-12 22:29:31 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-12 22:29:31 +0000
commitec11ca3097e939183e61278e70c7b8585f134f50 (patch)
tree0a139f9633a38623027477bbd7b129b1e5a66762 /dev-python/ipython
parentReplace virtual/pyparsing dep with dev-python/pyparsing. The split versions w... (diff)
downloadgentoo-2-ec11ca3097e939183e61278e70c7b8585f134f50.tar.gz
gentoo-2-ec11ca3097e939183e61278e70c7b8585f134f50.tar.bz2
gentoo-2-ec11ca3097e939183e61278e70c7b8585f134f50.zip
Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions were removed and all in-tree versions support all impls now.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog7
-rw-r--r--dev-python/ipython/ipython-0.12-r1.ebuild4
-rw-r--r--dev-python/ipython/ipython-0.13.2.ebuild4
-rw-r--r--dev-python/ipython/ipython-1.0.0.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 826f3189a953..9c0911ee18ad 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.122 2013/09/05 18:47:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.123 2013/09/12 22:29:31 mgorny Exp $
+
+ 12 Sep 2013; Michał Górny <mgorny@gentoo.org> ipython-0.12-r1.ebuild,
+ ipython-0.13.2.ebuild, ipython-1.0.0.ebuild:
+ Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions
+ were removed and all in-tree versions support all impls now.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> ipython-0.13.2.ebuild,
ipython-1.0.0.ebuild:
diff --git a/dev-python/ipython/ipython-0.12-r1.ebuild b/dev-python/ipython/ipython-0.12-r1.ebuild
index 08b60dc3eec9..80e92bd065c2 100644
--- a/dev-python/ipython/ipython-0.12-r1.ebuild
+++ b/dev-python/ipython/ipython-0.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.8 2013/08/27 20:00:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.9 2013/09/12 22:29:31 mgorny Exp $
EAPI=4
@@ -24,7 +24,7 @@ IUSE="doc emacs examples matplotlib mongodb notebook +smp qt4 test wxwidgets"
CDEPEND="dev-python/decorator
dev-python/pexpect
- virtual/pyparsing
+ dev-python/pyparsing
dev-python/simplegeneric
virtual/python-argparse
emacs? ( app-emacs/python-mode virtual/emacs )
diff --git a/dev-python/ipython/ipython-0.13.2.ebuild b/dev-python/ipython/ipython-0.13.2.ebuild
index 7c8b3bc82b33..acb439492119 100644
--- a/dev-python/ipython/ipython-0.13.2.ebuild
+++ b/dev-python/ipython/ipython-0.13.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.8 2013/09/05 18:47:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.9 2013/09/12 22:29:31 mgorny Exp $
EAPI=5
@@ -25,7 +25,7 @@ CDEPEND="dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PY2_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
- virtual/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]
emacs? ( app-emacs/python-mode virtual/emacs )
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
diff --git a/dev-python/ipython/ipython-1.0.0.ebuild b/dev-python/ipython/ipython-1.0.0.ebuild
index 9cb83f826bc9..b632520567f3 100644
--- a/dev-python/ipython/ipython-1.0.0.ebuild
+++ b/dev-python/ipython/ipython-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.9 2013/09/05 18:47:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.10 2013/09/12 22:29:31 mgorny Exp $
EAPI=5
@@ -27,7 +27,7 @@ CDEPEND="
dev-python/pexpect[${PY2_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
- virtual/pyparsing[${PYTHON_USEDEP}]
+ dev-python/pyparsing[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]
emacs? ( app-emacs/python-mode virtual/emacs )
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )