summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-11-01 11:52:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-11-01 12:48:39 +0100
commitbb074d6cf9c5e6f6596dba563c1a397d35f73ad2 (patch)
tree4b5e299a99048f5779440412792ac7c14e7ae59b /dev-python/simplekv/simplekv-0.10.0.ebuild
parentsys-apps/elfix: Stable for HPPA (bug #564286). (diff)
downloadgentoo-bb074d6cf9c5e6f6596dba563c1a397d35f73ad2.tar.gz
gentoo-bb074d6cf9c5e6f6596dba563c1a397d35f73ad2.tar.bz2
gentoo-bb074d6cf9c5e6f6596dba563c1a397d35f73ad2.zip
dev-python/simplekv: Bump to 0.10.0. py3 support.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/simplekv/simplekv-0.10.0.ebuild')
-rw-r--r--dev-python/simplekv/simplekv-0.10.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/simplekv/simplekv-0.10.0.ebuild b/dev-python/simplekv/simplekv-0.10.0.ebuild
new file mode 100644
index 000000000000..b8f7adc27a9b
--- /dev/null
+++ b/dev-python/simplekv/simplekv-0.10.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A key-value storage for binary data, support many backends."
+HOMEPAGE="https://pypi.python.org/pypi/simplekv/ https://github.com/mbr/simplekv"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""