summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-28 02:04:53 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-28 02:04:53 +0000
commitc284dc28fb3f8ecbd1754567bebf6931781cc582 (patch)
tree87830c8c9457d647631f5dc5afce6e674a211e6b /dev-python/beanstalkc
parentFix bug #298250 directly. (diff)
downloadgentoo-2-c284dc28fb3f8ecbd1754567bebf6931781cc582.tar.gz
gentoo-2-c284dc28fb3f8ecbd1754567bebf6931781cc582.tar.bz2
gentoo-2-c284dc28fb3f8ecbd1754567bebf6931781cc582.zip
Version bump.
(Portage version: 15152-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beanstalkc')
-rw-r--r--dev-python/beanstalkc/ChangeLog8
-rw-r--r--dev-python/beanstalkc/beanstalkc-0.2.0.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/beanstalkc/ChangeLog b/dev-python/beanstalkc/ChangeLog
index fb2ca03eaea6..957976764189 100644
--- a/dev-python/beanstalkc/ChangeLog
+++ b/dev-python/beanstalkc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.3 2009/10/15 13:35:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.4 2009/12/28 02:04:53 arfrever Exp $
+
+*beanstalkc-0.2.0 (28 Dec 2009)
+
+ 28 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +beanstalkc-0.2.0.ebuild:
+ Version bump.
15 Oct 2009; Markus Meier <maekke@gentoo.org> beanstalkc-0.1.1.ebuild:
amd64/x86 stable, bug #288102
diff --git a/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild
new file mode 100644
index 000000000000..9bc1e5805ec8
--- /dev/null
+++ b/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.1 2009/12/28 02:04:53 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="A simple beanstalkd client library"
+HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools"
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
+
+DOCS="README"
+PYTHON_MODNAME="beanstalkc.py"