diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-03-31 08:16:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-03-31 08:16:43 +0000 |
commit | 5746f2800a43f4fa5b3b81485766c458dc6b00a2 (patch) | |
tree | 0dd00c8a585eb97b1925e5c27ba3819eaf7c1885 /dev-python/beanstalkc | |
parent | Bump (diff) | |
download | gentoo-2-5746f2800a43f4fa5b3b81485766c458dc6b00a2.tar.gz gentoo-2-5746f2800a43f4fa5b3b81485766c458dc6b00a2.tar.bz2 gentoo-2-5746f2800a43f4fa5b3b81485766c458dc6b00a2.zip |
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/beanstalkc')
-rw-r--r-- | dev-python/beanstalkc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/beanstalkc/beanstalkc-0.4.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/beanstalkc/ChangeLog b/dev-python/beanstalkc/ChangeLog index 8ca2a8ccddfc..a4ad2503bded 100644 --- a/dev-python/beanstalkc/ChangeLog +++ b/dev-python/beanstalkc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/beanstalkc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.11 2014/03/02 08:05:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.12 2014/03/31 08:16:43 patrick Exp $ + +*beanstalkc-0.4.0 (31 Mar 2014) + + 31 Mar 2014; Patrick Lauer <patrick@gentoo.org> +beanstalkc-0.4.0.ebuild: + Bump 02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.3.0.ebuild: Stable for x86, wrt bug #450168 diff --git a/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild new file mode 100644 index 000000000000..f61487c9c3e5 --- /dev/null +++ b/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.1 2014/03/31 08:16:43 patrick Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A simple beanstalkd client library" +HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |