Files
guru/dev-python/zake/zake-0.2.2.ebuild
Alessandro Barbieri c09ddac73b dev-python/zake: disable py3.10, pypy3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-03-10 02:21:12 +01:00

33 lines
622 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Provide a nice set of testing utilities for the kazoo library"
HOMEPAGE="
https://pypi.org/project/zake/
https://github.com/yahoo/Zake
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/kazoo-1.3.1[${PYTHON_USEDEP}]"
DEPEND="
${REDEPEND}
dev-python/six[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/testtools[${PYTHON_USEDEP}]
)
"
distutils_enable_tests nose