diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-06 19:28:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-06 19:28:37 +0000 |
commit | f8790f570f43716fae155abf2a057ca160fda305 (patch) | |
tree | 9de5cf21d79ce3417a983077fec67c036e00f39a /dev-python/django-celery | |
parent | sh stable wrt #438374 (diff) | |
download | gentoo-2-f8790f570f43716fae155abf2a057ca160fda305.tar.gz gentoo-2-f8790f570f43716fae155abf2a057ca160fda305.tar.bz2 gentoo-2-f8790f570f43716fae155abf2a057ca160fda305.zip |
Use virtual/python-unittest2.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/django-celery')
-rw-r--r-- | dev-python/django-celery/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/django-celery/django-celery-3.0.10.ebuild | 6 | ||||
-rw-r--r-- | dev-python/django-celery/django-celery-3.0.11.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/django-celery/ChangeLog b/dev-python/django-celery/ChangeLog index 0ee6083c8c71..08e59c126a69 100644 --- a/dev-python/django-celery/ChangeLog +++ b/dev-python/django-celery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/django-celery -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.7 2012/10/25 10:59:48 iksaif Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/ChangeLog,v 1.8 2013/01/06 19:28:37 mgorny Exp $ + + 06 Jan 2013; Michał Górny <mgorny@gentoo.org> django-celery-3.0.10.ebuild, + django-celery-3.0.11.ebuild: + Use virtual/python-unittest2. *django-celery-3.0.11 (25 Oct 2012) diff --git a/dev-python/django-celery/django-celery-3.0.10.ebuild b/dev-python/django-celery/django-celery-3.0.10.ebuild index d4fd99bb6a23..9f0c40f167bd 100644 --- a/dev-python/django-celery/django-celery-3.0.10.ebuild +++ b/dev-python/django-celery/django-celery-3.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.0.10.ebuild,v 1.1 2012/09/28 10:39:38 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.0.10.ebuild,v 1.2 2013/01/06 19:28:37 mgorny Exp $ EAPI="4" PYTHON_COMPAT="python2_7" @@ -20,7 +20,7 @@ RDEPEND=">=dev-python/celery-3.0.10 >=dev-python/django-1.3" DEPEND="${RDEPEND} test? ( - >=dev-python/unittest2-0.4.0 + virtual/python-unittest2 dev-python/django-nose dev-python/nose-cover3 dev-python/python-memcached diff --git a/dev-python/django-celery/django-celery-3.0.11.ebuild b/dev-python/django-celery/django-celery-3.0.11.ebuild index 610249b66421..6799dd7501bd 100644 --- a/dev-python/django-celery/django-celery-3.0.11.ebuild +++ b/dev-python/django-celery/django-celery-3.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.0.11.ebuild,v 1.1 2012/10/25 10:59:48 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-celery/django-celery-3.0.11.ebuild,v 1.2 2013/01/06 19:28:37 mgorny Exp $ EAPI="4" PYTHON_COMPAT="python2_7" @@ -21,7 +21,7 @@ RDEPEND=">=dev-python/celery-3.0.11 dev-python/pytz" DEPEND="${RDEPEND} test? ( - >=dev-python/unittest2-0.4.0 + virtual/python-unittest2 dev-python/django-nose dev-python/nose-cover3 dev-python/python-memcached |