diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/allpairspy | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/allpairspy')
| -rw-r--r-- | dev-python/allpairspy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/allpairspy/allpairspy-2.5.1.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/allpairspy/metadata.xml | 9 |
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..434cc8307028 --- /dev/null +++ b/dev-python/allpairspy/Manifest @@ -0,0 +1 @@ +DIST allpairspy-2.5.1.tar.gz 14281 BLAKE2B f1a918e368e9d98e13e579a4d7bdd447ee243f56418ff990c4e8560730e96f8ec9b7230dc016d199676368b5b67928ac8e6ad922e766527d24a3a97b616c458f SHA512 062796329238837f2d9c9c56b3eefd8e462c4933578ef6f1f094a0e2f83bd44be6243ab202c976e0cbe13b8c0fb40d32c918a8bb6a1d29dcc0de942fc0b9339a diff --git a/dev-python/allpairspy/allpairspy-2.5.1.ebuild b/dev-python/allpairspy/allpairspy-2.5.1.ebuild new file mode 100644 index 000000000000..974fe1fcab4c --- /dev/null +++ b/dev-python/allpairspy/allpairspy-2.5.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Pairwise test combinations generator" +HOMEPAGE=" + https://github.com/thombashi/allpairspy/ + https://pypi.org/project/allpairspy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~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..39f578342930 --- /dev/null +++ b/dev-python/allpairspy/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zmedico@gentoo.org</email> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
