summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-07-17 09:10:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-07-17 09:20:29 +0200
commit8376e0f8bc79b5dbd18e75c1b456c7887a193986 (patch)
tree7c4b13f78859b498904db970a3ff079c355a96eb /dev-python/simplekv/simplekv-0.11.10.ebuild
parentdev-python/simplekv: Remove old (diff)
downloadgentoo-8376e0f8bc79b5dbd18e75c1b456c7887a193986.tar.gz
gentoo-8376e0f8bc79b5dbd18e75c1b456c7887a193986.tar.bz2
gentoo-8376e0f8bc79b5dbd18e75c1b456c7887a193986.zip
dev-python/simplekv: bump to 0.11.10
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/simplekv/simplekv-0.11.10.ebuild')
-rw-r--r--dev-python/simplekv/simplekv-0.11.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/simplekv/simplekv-0.11.10.ebuild b/dev-python/simplekv/simplekv-0.11.10.ebuild
new file mode 100644
index 000000000000..f785f789dc9f
--- /dev/null
+++ b/dev-python/simplekv/simplekv-0.11.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A key-value storage for binary data, support many backends."
+HOMEPAGE="https://pypi.org/project/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=""