app-portage/pkg-testing-tools: add 0.2.8

Part-of: https://github.com/gentoo/gentoo/pull/45001
Closes: https://github.com/gentoo/gentoo/pull/45001
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth
2025-12-12 17:27:58 +01:00
parent 053419eb88
commit 7033f1d5f3
2 changed files with 33 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST pkg-testing-tools-0.2.6.gh.tar.gz 13068 BLAKE2B b0a01fab453ac2f5c73ed3bed0c324df4b74314ead3c38a06f26fc5a3c277fc4b2be1870e5552703e023882633ea164d6dd9b36bc338197cd519ca64e966985d SHA512 ec83644ffed01af86dbed056a0c5e78a737ee52046f8cc1b303af73f42deb9851d43521809305972117689e0545812b67c6375164add45122ed36a648ff816df
DIST pkg-testing-tools-0.2.7.gh.tar.gz 13998 BLAKE2B bc56c93ee6d55296b92e747665bdf70b1bd44339d4c06433347e2ec87df15e69c68084d37152f86466b99bfa4d3ef80f74e91700ee2798e2719f5fdb32dd5828 SHA512 775a52a9a44bbecb655f5a9cb49fe787a1b57db30d5956af8d1dff1e1adb4576fe401785a12635f522c14403abc4cef4e9b4a62847f5f1a6b21f3a9bcd1eb9d0
DIST pkg-testing-tools-0.2.8.gh.tar.gz 15207 BLAKE2B 695ad8c8e9838210d720f0b77815992f746e562ca0c8f74075c0272464ab9622f1bd339ffd8eae643d2eb40d9ba217774417cfc50a5d8d4c23e4da6455791fe1 SHA512 588b0e8e75fc1567f321414a8af562349846b00c180beeccd0e5419cef8b35d3ca91733126d37863fc4d3c47444aeb361438a7a455ceff6438719080e3bf1a78

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Packages testing tools for Gentoo"
HOMEPAGE="https://github.com/APN-Pucky/pkg-testing-tools"
REPO=APN-Pucky
LICENSE="BSD"
SLOT="0"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${REPO}/${PN}"
else
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
SRC_URI="https://github.com/${REPO}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
fi
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest