summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:50:51 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:50:51 +0000
commit318bacfefc667f76f52119b8cae576577792d493 (patch)
tree1a1b467cf975da121ff277962ff1b27901e3fa7e /dev-python/testresources
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-318bacfefc667f76f52119b8cae576577792d493.tar.gz
gentoo-2-318bacfefc667f76f52119b8cae576577792d493.tar.bz2
gentoo-2-318bacfefc667f76f52119b8cae576577792d493.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/testresources')
-rw-r--r--dev-python/testresources/ChangeLog7
-rw-r--r--dev-python/testresources/testresources-0.2.7-r1.ebuild5
-rw-r--r--dev-python/testresources/testresources-0.2.7-r2.ebuild5
-rw-r--r--dev-python/testresources/testresources-0.2.7.ebuild7
4 files changed, 13 insertions, 11 deletions
diff --git a/dev-python/testresources/ChangeLog b/dev-python/testresources/ChangeLog
index 67655577caac..6b2bf4d5d9f5 100644
--- a/dev-python/testresources/ChangeLog
+++ b/dev-python/testresources/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/testresources
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.8 2014/06/12 08:13:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.9 2014/07/06 12:50:51 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> testresources-0.2.7-r1.ebuild,
+ testresources-0.2.7-r2.ebuild, testresources-0.2.7.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
*testresources-0.2.7-r2 (12 Jun 2014)
diff --git a/dev-python/testresources/testresources-0.2.7-r1.ebuild b/dev-python/testresources/testresources-0.2.7-r1.ebuild
index 5778203a4320..96625a5132d9 100644
--- a/dev-python/testresources/testresources-0.2.7-r1.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-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/testresources/testresources-0.2.7-r1.ebuild,v 1.5 2014/06/08 09:46:15 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.6 2014/07/06 12:50:51 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -19,8 +19,7 @@ IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
- dev-python/fixtures[${PYTHON_USEDEP}]
- virtual/python-unittest2[${PYTHON_USEDEP}] )"
+ dev-python/fixtures[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index 16e014af9415..c6cad12ebe7e 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.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/testresources/testresources-0.2.7-r2.ebuild,v 1.1 2014/06/12 08:13:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.2 2014/07/06 12:50:51 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -19,8 +19,7 @@ IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
- dev-python/fixtures[${PYTHON_USEDEP}]
- virtual/python-unittest2[${PYTHON_USEDEP}] )"
+ dev-python/fixtures[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
diff --git a/dev-python/testresources/testresources-0.2.7.ebuild b/dev-python/testresources/testresources-0.2.7.ebuild
index 20e8bd16aab2..43875146b153 100644
--- a/dev-python/testresources/testresources-0.2.7.ebuild
+++ b/dev-python/testresources/testresources-0.2.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/testresources/testresources-0.2.7.ebuild,v 1.2 2013/12/13 02:38:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.3 2014/07/06 12:50:51 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2} )
@@ -19,8 +19,7 @@ IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
- dev-python/fixtures[${PYTHON_USEDEP}]
- virtual/python-unittest2[${PYTHON_USEDEP}] )"
+ dev-python/fixtures[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {