diff options
author | Corentin Chary <iksaif@gentoo.org> | 2012-08-14 07:22:17 +0000 |
---|---|---|
committer | Corentin Chary <iksaif@gentoo.org> | 2012-08-14 07:22:17 +0000 |
commit | 41bc0c376f1a7f0573c151fddbbbb15dc0fab675 (patch) | |
tree | 635342ab147cbe0c5d6fe8a065b14066cd235cac /dev-python/kombu | |
parent | Bump to 3.0.5. (diff) | |
download | historical-41bc0c376f1a7f0573c151fddbbbb15dc0fab675.tar.gz historical-41bc0c376f1a7f0573c151fddbbbb15dc0fab675.tar.bz2 historical-41bc0c376f1a7f0573c151fddbbbb15dc0fab675.zip |
Bump to 2.3.2, remove old versions.
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/kombu/kombu-2.2.0.ebuild | 63 | ||||
-rw-r--r-- | dev-python/kombu/kombu-2.3.2.ebuild (renamed from dev-python/kombu/kombu-2.2.6.ebuild) | 2 |
3 files changed, 8 insertions, 65 deletions
diff --git a/dev-python/kombu/ChangeLog b/dev-python/kombu/ChangeLog index 013db6b10d29..39506c2f8ab0 100644 --- a/dev-python/kombu/ChangeLog +++ b/dev-python/kombu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/kombu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.4 2012/07/29 20:17:27 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.5 2012/08/14 07:22:17 iksaif Exp $ + +*kombu-2.3.2 (14 Aug 2012) + + 14 Aug 2012; Corentin Chary <iksaif@gentoo.org> +kombu-2.3.2.ebuild, + -kombu-2.2.0.ebuild, -kombu-2.2.6.ebuild: + Bump to 2.3.2, remove old versions. *kombu-2.3.0 (29 Jul 2012) diff --git a/dev-python/kombu/kombu-2.2.0.ebuild b/dev-python/kombu/kombu-2.2.0.ebuild deleted file mode 100644 index e62dc7fdba75..000000000000 --- a/dev-python/kombu/kombu-2.2.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.2.0.ebuild,v 1.1 2012/06/29 15:45:50 iksaif Exp $ - -EAPI="4" - -PYTHON_DEPEND="*:2.5" -RESTRICT_PYTHON_ABIS="2.4" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils eutils - -DESCRIPTION="AMQP Messaging Framework for Python" -HOMEPAGE="https://github.com/ask/kombu" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -RDEPEND=">=dev-python/anyjson-0.3.1 - >=dev-python/amqplib-1.0" -DEPEND="${RDEPEND} - test? ( dev-python/nose-cover3 - dev-python/mock - dev-python/simplejson - dev-python/anyjson - dev-python/redis-py - dev-python/pymongo ) - doc? ( dev-python/sphinx - dev-python/beanstalkc - dev-python/couchdb-python ) - dev-python/setuptools" - -src_prepare() { - if use test; then - epatch "${FILESDIR}/${PN}-2.1.1-add-assertIsInstance-with-unittest.patch" - fi -} - -src_compile() { - distutils_src_compile - use doc && emake -C docs html -} - -src_test() { - testing() { - nosetests --py3where build-${PYTHON_ABI}/lib/kombu/tests - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use examples; then - docompress -x usr/share/doc/${P}/examples/ - insinto usr/share/doc/${P}/ - doins -r examples/ - fi - use doc && dohtml -r docs/.build/html/ -} diff --git a/dev-python/kombu/kombu-2.2.6.ebuild b/dev-python/kombu/kombu-2.3.2.ebuild index 473e11435d6e..1bd1730aeb14 100644 --- a/dev-python/kombu/kombu-2.2.6.ebuild +++ b/dev-python/kombu/kombu-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.2.6.ebuild,v 1.1 2012/07/17 15:01:52 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.3.2.ebuild,v 1.1 2012/08/14 07:22:17 iksaif Exp $ EAPI="4" |