diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-02-22 08:11:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-02-22 08:11:01 +0000 |
commit | 85fc4a9c60088e6087e4557ac2bcdd6cf1b3d097 (patch) | |
tree | 20156e5f12aa27cbea45a3654877986c5ad3c3e7 /dev-python/billiard | |
parent | Bump (diff) | |
download | gentoo-2-85fc4a9c60088e6087e4557ac2bcdd6cf1b3d097.tar.gz gentoo-2-85fc4a9c60088e6087e4557ac2bcdd6cf1b3d097.tar.bz2 gentoo-2-85fc4a9c60088e6087e4557ac2bcdd6cf1b3d097.zip |
Bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/billiard')
-rw-r--r-- | dev-python/billiard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/billiard/billiard-2.7.3.20.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/billiard/ChangeLog b/dev-python/billiard/ChangeLog index 003fb52371ed..e04cf2a88f0f 100644 --- a/dev-python/billiard/ChangeLog +++ b/dev-python/billiard/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/billiard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.6 2013/01/08 20:53:41 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.7 2013/02/22 08:11:01 patrick Exp $ + +*billiard-2.7.3.20 (22 Feb 2013) + + 22 Feb 2013; Patrick Lauer <patrick@gentoo.org> +billiard-2.7.3.20.ebuild: + Bump *billiard-2.7.3.19 (08 Jan 2013) diff --git a/dev-python/billiard/billiard-2.7.3.20.ebuild b/dev-python/billiard/billiard-2.7.3.20.ebuild new file mode 100644 index 000000000000..9a91ee0cfbac --- /dev/null +++ b/dev-python/billiard/billiard-2.7.3.20.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/billiard-2.7.3.20.ebuild,v 1.1 2013/02/22 08:11:01 patrick Exp $ + +EAPI="4" + +PYTHON_DEPEND="*:2.5" +RESTRICT_PYTHON_ABIS="2.4" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="nosetests" +inherit distutils + +DESCRIPTION="Python multiprocessing fork" +HOMEPAGE="http://pypi.python.org/pypi/billiard https://github.com/celery/billiard" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools" |