dev-python/pytest-github-actions-annotate-failures: add 0.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-24 16:23:45 +02:00
parent 35fc834095
commit d99f069b93
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,5 @@
DIST pytest-github-actions-annotate-failures-0.2.0.tar.gz 9450 BLAKE2B bd66e4c055f7c6f10042b0f323dee7a7e6c479547aed70a9a39660212dd486046144b947afaf7cfc14639f921f3befa54cd610a0192825157311fa26ab0422e6 SHA512 03d2f05a3be459927d24208d1149733fd779ffa0cf3645d7a87fdd98cdce8091117b6486f82807e29d7805965663743a782bfcd895a68fe7b9e6dece80e42f27
EBUILD pytest-github-actions-annotate-failures-0.2.0.ebuild 663 BLAKE2B fb10edee3ab3047697058143904a7f47efcf82e769e8311f270dd9dbeebc82c52a0d4ba82b67933ba7c0704e250580099d0718d7190940b69df523a0cf59850f SHA512 5ea151e8111562406dd688e1dc9ff39dc2d559c85f22a3b3cdfc3b51059ca45ac4b9ad73004fec6ef9481193299494007fe01140f2e7a48fba70c241554abd0c
DIST pytest_github_actions_annotate_failures-0.3.0.tar.gz 11248 BLAKE2B 86ceca20c19332b3342add7579ba6898ad497bd301575324e19005d6dc57e0903777795c5cf212289bb4cd96133586acba55ec12e55a2cb24898e31b26ad24c7 SHA512 d0d22c769852aa390886d22b1b0995ad60a31a05b258a16f32387790c6f23ebf65bdd8eec47b9903ae74c5bf62dece431ed38718a8262ba365e43649aaba7ce9
EBUILD pytest-github-actions-annotate-failures-0.2.0.ebuild 672 BLAKE2B 35eb34b1deefe7ab189c336dd1ce3ea31e8fab6f871f3d2d64c4f1e93e32b99452d716c492a7e3431e66b86c0a5be8a6d36e2601f75f4f21f93d8ace81f762ef SHA512 f360f88c6ae0a73b62d3b283a7aca13e5e60ca747e8a9c957220625de43bbe69e3c40dfd11ea3c2b47c56c8619118db9185a8e1e341c487ab44dfaf8edff5ecb
EBUILD pytest-github-actions-annotate-failures-0.3.0.ebuild 652 BLAKE2B debdbc7267e01389ac2fca79a9a7ce279b89297b584c99f2bec1e031c7ac38039e1cfefaf6752b7e297f61ef37aed11f7dd38a22d5fc3743efc80dee4180df44 SHA512 0a219bf7246f0c3eba8f0753d88f76ac61623f7eb9fa5216368ec0cf04f3660eafb93fb2a0ecb0c5a50796ad3669ef855ffc98ad5b5f17dc2b805745e47d9d46
MISC metadata.xml 571 BLAKE2B 31a68dd535551e0ae109e000dccc5651e3828ae8aaf85349835d4680b012abd1217a3430bba9e1bd3fca1407cb6ffa5561bc9bc93d4f2a6dc17e8daa40366775 SHA512 15d7233c5eac098f884f555f9b3ad18f784759be602dff982b12da98b1e53d5cd20b0347e958d19f674b062cb1efc2017dd58bd6d42ba08c5d51bcae26862f7e

View File

@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
HOMEPAGE="https://github.com/pytest-dev/pytest-github-actions-annotate-failures https://pypi.org/project/pytest-github-actions-annotate-failures/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
distutils_enable_tests pytest