diff options
Diffstat (limited to 'dev-python/sphinx-pytest')
-rw-r--r-- | dev-python/sphinx-pytest/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinx-pytest/Manifest b/dev-python/sphinx-pytest/Manifest index f53982f7c574..b380a7b83b95 100644 --- a/dev-python/sphinx-pytest/Manifest +++ b/dev-python/sphinx-pytest/Manifest @@ -1,3 +1,3 @@ DIST sphinx-pytest-0.2.0.gh.tar.gz 6935 BLAKE2B a18755669865512ee5ecec46abebf654705efb64165306126144af9df056a829efc5c818abad2477e86edb3da2cb1bf4aadc4e8807cf3c289e29fffa249bbfbf SHA512 dfcbe36c74bf01ff45895893faa11a643b667d277e5f5011978c5cd1404f79d614c6603cf8756ef3e5fec278ea01c6e289cb825725e4e218f75a7bcb12e11bbb -EBUILD sphinx-pytest-0.2.0.ebuild 711 BLAKE2B 837e2b80983b312c5ff6439ce456c6ef183319805c855ccf58ffeb395cc7fefa546e6424f1e1b4a835001b8bd4f0859bd42d66d59744eaa7c094118d3a3e6815 SHA512 b169aefbaea714496c65d89573c713624068fce6507a501cadfde892cb705e14322c3ce50f2204725577ed8352f127e3e80d607f83a9f431ecc9c099e6147f09 +EBUILD sphinx-pytest-0.2.0.ebuild 720 BLAKE2B 52fdb0739d0b171306d9933a023d371658076cfcf54695e568a6783cb4961e24d1528a1c9407d3840e887cea5e714af11bc6f7f5c74807ff8cee66ba8733ee0d SHA512 be03b6d4f42f8e4b769be836c59bde5be23161036ddb06ba721d40e553294466d4a9af37890b150401f72932bf6e33abf77e3d76e117b892a70de4a7e114cf37 MISC metadata.xml 413 BLAKE2B 688b027b22ac7d6ee04627c8ad7134d5993892e4b0f63739d432abb76291c32ac7cf8ad5ee8c53c22a6f6a0f29082c9781fdba0290f2015a603b6d8be85df285 SHA512 3b9967e4e96a723af552df502c0f57633ecc1669348f11f005ce451d212ec9e1ad3e2d3d75ddf5da4445c7196ad337a1ffb65d0aa1393ca932d4adb04329e118 diff --git a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild index cd20122bf4a7..d7a39ff41959 100644 --- a/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild +++ b/dev-python/sphinx-pytest/sphinx-pytest-0.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 |