diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
commit | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch) | |
tree | e2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/pytest-repeat | |
parent | 4418da21bd05d610a3450f4aa75481785ca372a0 (diff) |
gentoo auto-resync : 28:02:2025 - 19:27:52next
Diffstat (limited to 'dev-python/pytest-repeat')
-rw-r--r-- | dev-python/pytest-repeat/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-repeat/Manifest b/dev-python/pytest-repeat/Manifest index 3e98d7602c2c..980a079c1bc0 100644 --- a/dev-python/pytest-repeat/Manifest +++ b/dev-python/pytest-repeat/Manifest @@ -1,3 +1,3 @@ DIST pytest_repeat-0.9.3.tar.gz 6272 BLAKE2B 120f05793d82e6e7bf8c6fc510b218bdc72f453a3548d7a41928f3e228f3438fc3ff49f06025c2061f7f987e66868c653b275b2786b0de1f6eeffc296e4431bd SHA512 7a3fdf0a7403d11549e5cdd95e0f4ee93fd3a59d3f19604477ce73e4e20082f229ec03bd250be52c7d651ccb6aab9e995d2800d6f7931ee144e587741142243b -EBUILD pytest-repeat-0.9.3.ebuild 645 BLAKE2B acf7eb80b5a7664399da4118e0eb3c0ba5fc48993342a7783b87f71ec3d51bf10c87fa6941857be82399edde82a3310eaaacf80ab54cfb045fd110f2f72cebad SHA512 11acd0f35180d734beee91f717f4c5ea96712dc39ce796d9ae1283f7870011d6bb1bb54ca88db36612ab921ec06775c88dd89cc5a9217ab2cdb573b89c46ccaf +EBUILD pytest-repeat-0.9.3.ebuild 659 BLAKE2B 3bee4d34faa853405cbae6eae978f7fe58b4164a0d33e7f4af6fbc7a27b91eb3b0bcd9860e6c067106124499baa5e12d953df1150bccc7b1542d0648286843c2 SHA512 8b7fba79a96cdedb11c54625f66335d22119e598bbf531b956847bed97abafd4b66963937025cdf619bb97eed8e959c6f5ee534f3379ff92298cf258c78bb918 MISC metadata.xml 383 BLAKE2B 8c827e4c3bc1e201223330b1e4e519e16a1d6f307f45c02d3c67871f509575db840bbc62df82fe18f13ee42d827064e0581d1a360c7016c8655480ee9a388a8a SHA512 a239fb7cd70ee28cafc85fee0087dc16a01bd424461a9a23827a2500123318472b463f1b71c8647aa90cd24f1e2604758e67f7996986f0145b9d1d8863d93ace diff --git a/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild index 6a9a1c6287c3..08a1f8117f51 100644 --- a/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild +++ b/dev-python/pytest-repeat/pytest-repeat-0.9.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |