From ae1bf373db295b495e1f685d116e3411bf10df0b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 31 Jul 2022 21:13:59 +0100 Subject: gentoo auto-resync : 31:07:2022 - 21:13:58 --- dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild (limited to 'dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild') diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild new file mode 100644 index 000000000000..96a8efe53f09 --- /dev/null +++ b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Pairwise test combinations generator" +HOMEPAGE="https://github.com/thombashi/allpairspy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.2.3