diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 18:53:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 18:53:08 +0000 |
| commit | 149dcbf1904e760ac5ba9d01234a5e393e366efa (patch) | |
| tree | b8b21a706bf7fc1345068666a457495ff3aa4103 /dev-python/pytest-check | |
| parent | 25bfe7b6ba5701e1db2dea0afd57c0249eaa735f (diff) | |
| download | baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.tar.gz baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.tar.xz baldeagleos-repo-149dcbf1904e760ac5ba9d01234a5e393e366efa.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-check')
| -rw-r--r-- | dev-python/pytest-check/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-check/pytest-check-2.4.2.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest index c6063d17249c..d63d43002dc4 100644 --- a/dev-python/pytest-check/Manifest +++ b/dev-python/pytest-check/Manifest @@ -1 +1,2 @@ DIST pytest_check-2.4.1.tar.gz 28933 BLAKE2B 47ab104426e9c967ba7ad82cb76663803ce55133ca868369ff466def35ad0ea64ef7872464de8184ee985cc938265f0efc586212a9e6be0b0879d955dcd29e10 SHA512 a334425d5aba77b574bcddad8d9a15ffac1638df1ab3b2aeceb4c1580a3871a36431a7d287e1cc1d272bd57b92c1f6e65c3976fdd1793935bfc357916b15b11a +DIST pytest_check-2.4.2.tar.gz 25569 BLAKE2B b83d9df13c78f363e09833b75137e9d833913c3be7d901af9e6e8c3afa96eaf3e3522a50024f07bd0661ce77b11c43c9af167cdfc4a34d603890425361f12a91 SHA512 62786df10e409738421ef2a2e94c5419f62a8152342f06477c9fafabc075f38d84a3892f1a1db40aac65e8c0d027ca42e3d0852488ae5cda55c1b07a60e95de3 diff --git a/dev-python/pytest-check/pytest-check-2.4.2.ebuild b/dev-python/pytest-check/pytest-check-2.4.2.ebuild new file mode 100644 index 000000000000..c65becb00474 --- /dev/null +++ b/dev-python/pytest-check/pytest-check-2.4.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="pytest plugin that allows multiple failures per test" +HOMEPAGE=" + https://github.com/okken/pytest-check/ + https://pypi.org/project/pytest-check/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}] + >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
