diff options
Diffstat (limited to 'dev-python/pytest-lazy-fixtures')
-rw-r--r-- | dev-python/pytest-lazy-fixtures/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-lazy-fixtures/Manifest b/dev-python/pytest-lazy-fixtures/Manifest index 454503cbb33e..17807b56e2a2 100644 --- a/dev-python/pytest-lazy-fixtures/Manifest +++ b/dev-python/pytest-lazy-fixtures/Manifest @@ -1,3 +1,3 @@ DIST pytest_lazy_fixtures-1.1.2.tar.gz 7231 BLAKE2B e3754f48501cc1908af4b733a40adb948926800d7921addb8510eeddb44c613cb80ed00044a5cef45145d8bc2c3ebda31c536facc1a4db11cdf7d8f1ef5250e9 SHA512 f9c80c77c6ea72f31817e42eab54816aefab5dade1a56ba335bc95e64ad3b48abf44f8e86c8c4c19b83bc1f51c4c15d1256df97ab9db20ee9a1266362b94f679 -EBUILD pytest-lazy-fixtures-1.1.2.ebuild 702 BLAKE2B 74ed92b61044904633cfe1891a033bb1189cdd5b9e0293614247d2ed5aeb816f3c8bb055e3e6c8ec7be72373c3a36562d1051bb66006c1b7124650884445d427 SHA512 925768dffa47f1cdd5441e0bd0b990764b3e45da2beb15fbddb8f6f374d68e7245ddecca79134c0615636f24cd3be378cc256b81c8ebe0d4ff8417d94c1f13ed +EBUILD pytest-lazy-fixtures-1.1.2.ebuild 711 BLAKE2B 33ce2950b1ec14469f4269f0902711e3c89f8602fc5a04fe16e839908f2de5ec0ba6c0b6ba444382f8423bd5c0c393918fbac7b89aa55ee0afac5a6a23b93908 SHA512 3815ef28d69b79289425fc315c8163c12ce08a2ec5e6537277bec996d733647d14d31de2d91daa3a98f528b75534210779a7c72db6fcc6ebc153e206db1b3f3a MISC metadata.xml 397 BLAKE2B 99b31408b673a22388daa05cfe76d1f44e94e684dc14717d2a403e1734b703cabc100d687e888bd7c36df54fb49128b849ad6817bdcf01f1c36e497c32106427 SHA512 f5f34da24f19be54a81e06235102712399cd253b2981e7d01aedf730891cdf55cbaf816d99a0ef09b108475db79f05d940cd8b0487f5b9fc0c399fe29ba7ae95 diff --git a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.2.ebuild b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.2.ebuild index c13979e3f6b6..0fdb99b0468a 100644 --- a/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.2.ebuild +++ b/dev-python/pytest-lazy-fixtures/pytest-lazy-fixtures-1.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |