diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:41:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:41:16 +0000 |
commit | 4d54b45a5c21bd278ea23064bf08a8499bf54fb0 (patch) | |
tree | 3d516ac22983e736ac38c98b80509d5f11fd515c /dev-python/django-celery | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-4d54b45a5c21bd278ea23064bf08a8499bf54fb0.tar.gz gentoo-2-4d54b45a5c21bd278ea23064bf08a8499bf54fb0.tar.bz2 gentoo-2-4d54b45a5c21bd278ea23064bf08a8499bf54fb0.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/django-celery')
-rw-r--r-- | dev-python/django-celery/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-celery/django-celery-3.1.10.ebuild | 3 | ||||
-rw-r--r-- | dev-python/django-celery/django-celery-3.1.9.ebuild | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-celery/ChangeLog b/dev-python/django-celery/ChangeLog index 828a8cb6177c..98f8bff168ee 100644 --- a/dev-python/django-celery/ChangeLog +++ b/dev-python/django-celery/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/django-celery # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.17 2014/04/11 06:29:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.18 2014/07/06 12:41:16 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> django-celery-3.1.10.ebuild, + django-celery-3.1.9.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *django-celery-3.1.10 (11 Apr 2014) diff --git a/dev-python/django-celery/django-celery-3.1.10.ebuild b/dev-python/django-celery/django-celery-3.1.10.ebuild index 0e15e0897ebc..b77601f39477 100644 --- a/dev-python/django-celery/django-celery-3.1.10.ebuild +++ b/dev-python/django-celery/django-celery-3.1.10.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/django-celery/django-celery-3.1.10.ebuild,v 1.1 2014/04/11 06:29:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.10.ebuild,v 1.2 2014/07/06 12:41:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) @@ -23,7 +23,6 @@ RDEPEND=">=dev-python/celery-3.1.10[${PYTHON_USEDEP}] DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - virtual/python-unittest2[${PYTHON_USEDEP}] dev-python/django-nose[${PYTHON_USEDEP}] >=dev-python/coverage-3.0[${PYTHON_USEDEP}] dev-python/nose-cover3[${PYTHON_USEDEP}] diff --git a/dev-python/django-celery/django-celery-3.1.9.ebuild b/dev-python/django-celery/django-celery-3.1.9.ebuild index d575518b3c93..9bc5e9a82644 100644 --- a/dev-python/django-celery/django-celery-3.1.9.ebuild +++ b/dev-python/django-celery/django-celery-3.1.9.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/django-celery/django-celery-3.1.9.ebuild,v 1.2 2014/04/11 06:29:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.1.9.ebuild,v 1.3 2014/07/06 12:41:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) @@ -23,7 +23,6 @@ RDEPEND=">=dev-python/celery-3.1.9[${PYTHON_USEDEP}] DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - virtual/python-unittest2[${PYTHON_USEDEP}] dev-python/django-nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/nose-cover3[${PYTHON_USEDEP}] |