edit to vn. 2.0.1
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1160
Signed-off-by: Ian Delaney <idella4@gentoo.org>
<upstream>
<remote-id type="pypi">minidb</remote-id>
<remote-id type="github">thp/minidb</remote-id>
+ <bugs-to>https://github.com/thp/minidb/issues</bugs-to>
</upstream>
</pkgmetadata>
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="Simple SQLite-based object store"
HOMEPAGE="http://thp.io/2010/minidb/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
-S="${WORKDIR}/${PN}-${PV}"
-
python_test() {
nosetests test || die "tests failed with ${EPYTHON}"
}