summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:49:09 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:49:09 +0000
commit09b7959e4699b9854d185b2f4a574097b9efd64f (patch)
treef7e1849df829b8ce3005d937823d7b9cc1eae54d /dev-python
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.tar.gz
gentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.tar.bz2
gentoo-2-09b7959e4699b9854d185b2f4a574097b9efd64f.zip
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyutil/ChangeLog7
-rw-r--r--dev-python/pyutil/pyutil-1.9.7.ebuild7
-rw-r--r--dev-python/pyutil/pyutil-2.0.0.ebuild5
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/pyutil/ChangeLog b/dev-python/pyutil/ChangeLog
index eb0d071fd8ba..c8f25797dbed 100644
--- a/dev-python/pyutil/ChangeLog
+++ b/dev-python/pyutil/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyutil
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.5 2014/03/18 23:52:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/ChangeLog,v 1.6 2014/07/06 12:49:09 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pyutil-1.9.7.ebuild,
+ pyutil-2.0.0.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
*pyutil-2.0.0 (18 Mar 2014)
diff --git a/dev-python/pyutil/pyutil-1.9.7.ebuild b/dev-python/pyutil/pyutil-1.9.7.ebuild
index 2a206c30d980..ea43e4523e34 100644
--- a/dev-python/pyutil/pyutil-1.9.7.ebuild
+++ b/dev-python/pyutil/pyutil-1.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-1.9.7.ebuild,v 1.4 2013/11/24 13:48:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-1.9.7.ebuild,v 1.5 2014/07/06 12:49:09 mgorny Exp $
EAPI=5
@@ -18,8 +18,7 @@ IUSE=""
# dev-python/twisted-core[${PYTHON_USEDEP}]
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
- dev-python/twisted-core
- virtual/python-argparse[${PYTHON_USEDEP}]"
+ dev-python/twisted-core"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
src_install() {
diff --git a/dev-python/pyutil/pyutil-2.0.0.ebuild b/dev-python/pyutil/pyutil-2.0.0.ebuild
index cfaaa78db64a..0a583d37b4ad 100644
--- a/dev-python/pyutil/pyutil-2.0.0.ebuild
+++ b/dev-python/pyutil/pyutil-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-2.0.0.ebuild,v 1.1 2014/03/18 23:52:40 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyutil/pyutil-2.0.0.ebuild,v 1.2 2014/07/06 12:49:09 mgorny Exp $
EAPI=5
@@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
- dev-python/twisted-core[${PYTHON_USEDEP}]
- virtual/python-argparse[${PYTHON_USEDEP}]"
+ dev-python/twisted-core[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
src_install() {