summaryrefslogtreecommitdiff
path: root/dev-python/allpairspy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/allpairspy
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/allpairspy')
-rw-r--r--dev-python/allpairspy/Manifest3
-rw-r--r--dev-python/allpairspy/allpairspy-2.5.0.ebuild19
-rw-r--r--dev-python/allpairspy/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/allpairspy/Manifest b/dev-python/allpairspy/Manifest
new file mode 100644
index 000000000000..c0dcc5e28c04
--- /dev/null
+++ b/dev-python/allpairspy/Manifest
@@ -0,0 +1,3 @@
+DIST allpairspy-2.5.0.tar.gz 10729 BLAKE2B 40fd71135ce3919d1aec90ea2d2b0f3439c96a1890533f747f541f03fb47f6583de121dcca73ab3262b2d2ceb2df9d33da073868c44a77194f77c50905841384 SHA512 57ebcadec52fce7353fecc8d47d44f85e577594e3e7fa8670350817a848a6cdcd62908f1f371ca37d3ca7e8a49682888f38032b27c2abf734367076b08e2b4b0
+EBUILD allpairspy-2.5.0.ebuild 440 BLAKE2B 07d6e4cae4ea480facf6b92e40f6a165965a761d77b32be24b5814d65b2ea3a3fb8f296bf8d433323d81eaac891921a0cb714f3557a7222d34a7d53547caad98 SHA512 88d08f8b28c69545e778aebc7a1b0e68830ce15dcefc1d5413aaa2eea54fcfdb54c19f6ec71563ea74da4b6f8e42a5e02ac56f42f087711db10e527fe3c11347
+MISC metadata.xml 376 BLAKE2B 476d5624b4b373540926aef4eb0522c5cdd148ee1205456eada59725888e9be5821a06f8d610c1487b4fdd11ff35a9613a79ed17c1d4e102e4821a817cefd31c SHA512 284dfa95a96cdca1d2ae37d5af74208fb0c86fc02956335bf17ec055c7e5e1cf78e9085671c055a13fbb9e364a3615ac41f41d131b414754e9376eb22f9e8519
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..ec2a06f185e8
--- /dev/null
+++ b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
@@ -0,0 +1,19 @@
+# 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"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+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>