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/sniffio | |
parent | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff) |
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/sniffio')
-rw-r--r-- | dev-python/sniffio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sniffio/sniffio-1.3.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest index 6f67fbe0f1d2..c0ddfd9e1a62 100644 --- a/dev-python/sniffio/Manifest +++ b/dev-python/sniffio/Manifest @@ -1,3 +1,3 @@ DIST sniffio-1.3.1.gh.tar.gz 16907 BLAKE2B 9edec11e204f2624d589786744ed2bce6b082fb338c542bf6bddc22a481c9cc97cfd1c5101ae8cad95bf5068ee40d1659aeb420a2f6377377bf9e514e4c49cd1 SHA512 34e2e0a2e1c43e4ce1e1b5cdfb16c4f872897bbc7da77a76b55dc9cae475d87fe1e35d7103cad68ddab93c8be743aaa312ec12b1ddd96ad968be027faa24839f -EBUILD sniffio-1.3.1.ebuild 770 BLAKE2B 20ec662e71d6ea2cff3070e264e29416693b9e712f7aa024489360e0cdf2886a62e666596de6a67a35acce3c590b08369ef6ea26803e1a79c33df718ad200352 SHA512 89f6b76de84855abb07c36477392aba749cbb3a169ec863b4424e4460c05f36b262a5a72714d37e828deee5417912b34b34c7041d84b7f9287212d943f7ee3ff +EBUILD sniffio-1.3.1.ebuild 779 BLAKE2B 185561b14b9688671de29a5b028cd6d4243925c23136b3f9fbf0290214aba4bc6dd07ede5770d615d82526920fe1fd2d3b82eee35647619f848122ea3e739b16 SHA512 0708028c6bb9a5c0451478e0e720cefc653d7bf573acd16917184642a2534abe2da28f2678577c0880d6b5d85fa6c15deae8de550bb7989ab36a252fdb105e6c MISC metadata.xml 394 BLAKE2B 46df2a6c1c3259a1ba932cb74918ee0f7651e942cdb2eaa76d063269417079459745fa80416cab8088b8f41699b3b509a4586ab828692698a6a04588ece79bbc SHA512 a1aebdbc40dab66e913aaa7dd848066197d8d53a3e5c4890953cf6e5ffd1df5f5acae5ed022b10fc9c6e9a51becd05ff31ac19d0013ad7786b6d038705696b73 diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild b/dev-python/sniffio/sniffio-1.3.1.ebuild index 437eeaae8c74..9d08594324ba 100644 --- a/dev-python/sniffio/sniffio-1.3.1.ebuild +++ b/dev-python/sniffio/sniffio-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 |