summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-13 11:58:28 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-01-13 13:16:24 +0100
commit99c48c6063df597b372c0edf2a8ed1f1cf5ca839 (patch)
tree96c99db44328203e883a1d78ef3de90878d7929a /dev-python/simplekv/simplekv-0.11.7.ebuild
parentsci-libs/ViSP: bump to 3.1.0 (diff)
downloadgentoo-99c48c6063df597b372c0edf2a8ed1f1cf5ca839.tar.gz
gentoo-99c48c6063df597b372c0edf2a8ed1f1cf5ca839.tar.bz2
gentoo-99c48c6063df597b372c0edf2a8ed1f1cf5ca839.zip
dev-python/simplekv: bump to 0.11.7
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/simplekv/simplekv-0.11.7.ebuild')
-rw-r--r--dev-python/simplekv/simplekv-0.11.7.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/simplekv/simplekv-0.11.7.ebuild b/dev-python/simplekv/simplekv-0.11.7.ebuild
new file mode 100644
index 000000000000..b19a293adbc2
--- /dev/null
+++ b/dev-python/simplekv/simplekv-0.11.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+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=""