diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
commit | 27b3683509c5229cce540418778a8b64afbc0009 (patch) | |
tree | b7164898142b8b093b91c8254c4387b6eec679ee /dev-python/pytest-trio | |
parent | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff) |
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/pytest-trio')
-rw-r--r-- | dev-python/pytest-trio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-trio/pytest-trio-0.8.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-trio/Manifest b/dev-python/pytest-trio/Manifest index cd86c38457fb..06476b389be8 100644 --- a/dev-python/pytest-trio/Manifest +++ b/dev-python/pytest-trio/Manifest @@ -1,4 +1,4 @@ AUX pytest-trio-0.8.0-test.patch 1813 BLAKE2B 5c9feb01f75dbb302d4f4ab833affc5c02e9a2dde53e9c49425ac4acec25b25a8d9e5f7b68f00e00268841b6072c5aae9439ce2747c1d3cc7f9403d47631a5dd SHA512 bdd5457127949bb7d36e4427140ce99db3c914f26dcdea607ca12947f273487d3320206741a669e27f4fb34f8980f1842d87110a4b7cc460c6ffb5605a6f760f DIST pytest-trio-0.8.0.tar.gz 46525 BLAKE2B 54660dc9b021af0ec18eace72f053223d16e89635c74d71329a005e5fee3bf6e2055cc29412d9de7443b2594ee53d68890d1e30ed7c94560c355d4342bb3d035 SHA512 79141021633b7b2d8a840d7eaf6a3447bccd59d1bd4909e7feba88a9ae8244376f281b64fde4333b5a575957e3f73028e389a9abf0d19a35417f15c47eeccd05 -EBUILD pytest-trio-0.8.0-r1.ebuild 1434 BLAKE2B 6cb91dee09004bd31ea64deae34e28f9c2df0134e6026029586211eb25ba76360020fc7a5635eebd9403c2709a6223aa045174e393b59db9df54194e6847474e SHA512 9a841fc05d43a5691fb3d5afdace0b0e5f7862bf3c6bf062c43bfe11577412b95649a97ec7d53bf67fde2b7a5b5ba71aa4c8dce9311c5b24730d7ad55276c20a +EBUILD pytest-trio-0.8.0-r1.ebuild 1443 BLAKE2B 514b624900612d87685c04399b46d61b565da406544f3f916c9a9f5b6464b66a61cf0e432084825c5ff9aea068e1252c105d4977123fd7b19045e5237cadaec0 SHA512 67830b44c864379c5688ed84c338b1e9ab9655836cc5abdfec7f3cbf0271e3b6d564205bbf6dce60d353886d95912e3c7c6974df3b825c1f5c37c22ffc2d7e73 MISC metadata.xml 508 BLAKE2B 1c832d5a7125f604ff106e359a5cca5b654cf4cd55fed02d307352de6d32959703d95126005945a79bf233853cc7b70b418217584e33110cc55eaad166612071 SHA512 f0583d883656968918363ace372814f88acdf40c2ec3fa965d70cfcd15e8746fdc43c77fda26041fa1f01b73e6b6c3c404b83989889e4e6c3f1d9cbdce567789 diff --git a/dev-python/pytest-trio/pytest-trio-0.8.0-r1.ebuild b/dev-python/pytest-trio/pytest-trio-0.8.0-r1.ebuild index 8f7bc831c01f..e0db5a090d92 100644 --- a/dev-python/pytest-trio/pytest-trio-0.8.0-r1.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.8.0-r1.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 |