summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:36:21 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:36:21 +0000
commit4e9c3942b4151dfef7b326d68061d90a098bbb92 (patch)
tree6c5c94040ae7f1bb769d6b7406543484a6365b43 /dev-python/argh
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-4e9c3942b4151dfef7b326d68061d90a098bbb92.tar.gz
gentoo-2-4e9c3942b4151dfef7b326d68061d90a098bbb92.tar.bz2
gentoo-2-4e9c3942b4151dfef7b326d68061d90a098bbb92.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/argh')
-rw-r--r--dev-python/argh/ChangeLog8
-rw-r--r--dev-python/argh/argh-0.23.0-r1.ebuild4
-rw-r--r--dev-python/argh/argh-0.23.1.ebuild4
-rw-r--r--dev-python/argh/argh-0.23.2.ebuild4
-rw-r--r--dev-python/argh/argh-0.23.3.ebuild4
-rw-r--r--dev-python/argh/argh-0.24.1.ebuild4
6 files changed, 17 insertions, 11 deletions
diff --git a/dev-python/argh/ChangeLog b/dev-python/argh/ChangeLog
index 5011b4581d5c..4227075402d6 100644
--- a/dev-python/argh/ChangeLog
+++ b/dev-python/argh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/argh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.16 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/ChangeLog,v 1.17 2014/07/06 12:36:21 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> argh-0.23.0-r1.ebuild,
+ argh-0.23.1.ebuild, argh-0.23.2.ebuild, argh-0.23.3.ebuild,
+ argh-0.24.1.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
31 Mar 2014; Michał Górny <mgorny@gentoo.org> argh-0.23.0-r1.ebuild,
argh-0.23.1.ebuild, argh-0.23.2.ebuild, argh-0.23.3.ebuild,
diff --git a/dev-python/argh/argh-0.23.0-r1.ebuild b/dev-python/argh/argh-0.23.0-r1.ebuild
index 108b5cf63574..f686a3be75c0 100644
--- a/dev-python/argh/argh-0.23.0-r1.ebuild
+++ b/dev-python/argh/argh-0.23.0-r1.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/argh/argh-0.23.0-r1.ebuild,v 1.4 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.0-r1.ebuild,v 1.5 2014/07/06 12:36:21 mgorny Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
diff --git a/dev-python/argh/argh-0.23.1.ebuild b/dev-python/argh/argh-0.23.1.ebuild
index 6fb9aa3cfca2..4ff2afe50a23 100644
--- a/dev-python/argh/argh-0.23.1.ebuild
+++ b/dev-python/argh/argh-0.23.1.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/argh/argh-0.23.1.ebuild,v 1.3 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.1.ebuild,v 1.4 2014/07/06 12:36:21 mgorny Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
diff --git a/dev-python/argh/argh-0.23.2.ebuild b/dev-python/argh/argh-0.23.2.ebuild
index af60659b8039..659c7955d886 100644
--- a/dev-python/argh/argh-0.23.2.ebuild
+++ b/dev-python/argh/argh-0.23.2.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/argh/argh-0.23.2.ebuild,v 1.3 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.2.ebuild,v 1.4 2014/07/06 12:36:21 mgorny Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
diff --git a/dev-python/argh/argh-0.23.3.ebuild b/dev-python/argh/argh-0.23.3.ebuild
index 981ad7f2ebac..c9aed200f8f3 100644
--- a/dev-python/argh/argh-0.23.3.ebuild
+++ b/dev-python/argh/argh-0.23.3.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/argh/argh-0.23.3.ebuild,v 1.3 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.23.3.ebuild,v 1.4 2014/07/06 12:36:21 mgorny Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
diff --git a/dev-python/argh/argh-0.24.1.ebuild b/dev-python/argh/argh-0.24.1.ebuild
index 79094f04cc89..81b98fc01d6b 100644
--- a/dev-python/argh/argh-0.24.1.ebuild
+++ b/dev-python/argh/argh-0.24.1.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/argh/argh-0.24.1.ebuild,v 1.2 2014/03/31 20:55:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.24.1.ebuild,v 1.3 2014/07/06 12:36:21 mgorny Exp $
EAPI=5
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
IUSE="test"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]