diff options
Diffstat (limited to 'dev-python/allpairspy')
-rw-r--r-- | dev-python/allpairspy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/allpairspy/allpairspy-2.5.0.ebuild | 18 | ||||
-rw-r--r-- | dev-python/allpairspy/metadata.xml | 12 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/allpairspy/Manifest b/dev-python/allpairspy/Manifest new file mode 100644 index 000000000000..3fa369dcbd6d --- /dev/null +++ b/dev-python/allpairspy/Manifest @@ -0,0 +1 @@ +DIST allpairspy-2.5.0.tar.gz 10729 BLAKE2B 40fd71135ce3919d1aec90ea2d2b0f3439c96a1890533f747f541f03fb47f6583de121dcca73ab3262b2d2ceb2df9d33da073868c44a77194f77c50905841384 SHA512 57ebcadec52fce7353fecc8d47d44f85e577594e3e7fa8670350817a848a6cdcd62908f1f371ca37d3ca7e8a49682888f38032b27c2abf734367076b08e2b4b0 diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild b/dev-python/allpairspy/allpairspy-2.5.0.ebuild new file mode 100644 index 000000000000..02bf71fcc636 --- /dev/null +++ b/dev-python/allpairspy/allpairspy-2.5.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +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" + +distutils_enable_tests pytest diff --git a/dev-python/allpairspy/metadata.xml b/dev-python/allpairspy/metadata.xml new file mode 100644 index 000000000000..0f008f25ef7d --- /dev/null +++ b/dev-python/allpairspy/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">allpairspy</remote-id> + <remote-id type="github">thombashi/allpairspy</remote-id> + </upstream> +</pkgmetadata> |