diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
commit | db653baf275126269bb89ea0d2bdb8e50497a94c (patch) | |
tree | 9d1ee94cfa7312384acd366d3dd8f629660b3f18 /dev-python/pytest-console-scripts | |
parent | 1534d50aaf24272ec425fa439389ef7e1f7bf174 (diff) |
gentoo auto-resync : 21:02:2025 - 00:15:53
Diffstat (limited to 'dev-python/pytest-console-scripts')
-rw-r--r-- | dev-python/pytest-console-scripts/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-console-scripts/Manifest b/dev-python/pytest-console-scripts/Manifest index f92735c28085..764d81ce7eca 100644 --- a/dev-python/pytest-console-scripts/Manifest +++ b/dev-python/pytest-console-scripts/Manifest @@ -1,3 +1,3 @@ DIST pytest-console-scripts-1.4.1.tar.gz 20994 BLAKE2B b29ca597735e912b63abbc0dff29333bc5ab8e2882432dcec0ff92f5637b9a93e68359de8f1ad7885e6673d44d4c5515d832cff1a80aaa7f3eaeb875394418eb SHA512 b96def518a8c2930f092f68c1ba4a0ea55757c38cfa9dd39dd0ffdc54127bca3a2333c39159d7723ad1b412047244fde08753652e1945509b80dcbfa00dacfbb -EBUILD pytest-console-scripts-1.4.1.ebuild 889 BLAKE2B b455bc40cf6009c11c859e8907d0d76f58f0969a21d3c1661a0ecd0478772a011973d3181319617a939f32de0cccb12dd702b44715e3f1280a18e1dc335c8db7 SHA512 e221db4bf597cd9f657998abb59e8e31abb0c9b5c9ea3ed8c38c4e46f54e113a50170b8a7a1a3b5f48eb9be5a42bbf1a886bd0f71352ef9e4bcb69328bb71a44 +EBUILD pytest-console-scripts-1.4.1.ebuild 898 BLAKE2B 1b4132f6cd04011174bd194fd06592dd9b35209c6ee20b1e7b0936623d8b5aa9a83c8e7d236548b6e22b5ee5548140fd9410aca2f15d67b4bfb119a67121f634 SHA512 37f79cc1079f882fa4f57f2f941b592cb4f015d5d16f9de9acfe678405f6b46a99e4ce3623150d87d7f7b229bb1b9285fa8286958e29e7ad3304f5283049fe49 MISC metadata.xml 534 BLAKE2B 9d795cc21a80ef3c90b9b9a0eda1c124b77a8e91f786edfa56ac368cb68f6a33712b5041a3ed635da970f494282fcfe939312fdb688a5cb55dd6d3489f6321e6 SHA512 f3568e76d4699d0f97a5b26b2d381d064f60f72c4ef7de42c1994be98a6cd21b4971241dbcf3c324af2fed617438a238ec5ecfa03c00b37a93dc2d91bfc82250 diff --git a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild index 00a1b33c78bc..c031009cc35f 100644 --- a/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild +++ b/dev-python/pytest-console-scripts/pytest-console-scripts-1.4.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |