2017-07-13 17:04:07 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2015-11-01 22:51:21 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="5"
|
2017-07-13 17:04:07 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
2015-11-01 22:51:21 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="A key-value storage for binary data, support many backends."
|
2018-04-20 18:04:53 +03:00
|
|
|
HOMEPAGE="https://pypi.org/project/simplekv/ https://github.com/mbr/simplekv"
|
2015-11-01 22:51:21 +03:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND=""
|