diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-10 01:49:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-10 01:49:12 +0000 |
commit | 7c5ebaf83da4c538dd11b56fdd5dfdf39dcbc096 (patch) | |
tree | 5cd412784dc4fb63a7f56eb252196ed9dd6980c4 /dev-python/python-snappy | |
parent | 0b832a429ecd6081aa9faa0eb262303b019d87ea (diff) |
gentoo auto-resync : 10:03:2025 - 01:49:12
Diffstat (limited to 'dev-python/python-snappy')
-rw-r--r-- | dev-python/python-snappy/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-snappy/python-snappy-0.7.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest index 68f04e9e7f24..cf41b277145e 100644 --- a/dev-python/python-snappy/Manifest +++ b/dev-python/python-snappy/Manifest @@ -1,3 +1,3 @@ DIST python_snappy-0.7.3.tar.gz 9337 BLAKE2B fbc0afbf01cb97b00855e94d3f13b8a3c92dc4a6ed6f078f1838ebb90c6643548477a880c910b07a2d5a7ee59d260be6a9dfb53719c34b7884b2071724154d85 SHA512 bb4cf220a3819622038e7aebf5100ac5126b9d42db15f4e89bd123088d1e62bab56488969adccea3a45719d760b1ed77f493051859f90fb8fc397cfe0661dd74 -EBUILD python-snappy-0.7.3.ebuild 547 BLAKE2B 5044828a80b49b07c94fca5acff0b569c3a84e9e6bd3fd2207ef46b79f37e435ef7b2f30ec645dc78401564626bbb17c136c7242816eeb76041021c0a5c1f9e6 SHA512 25828bceea30e4a920f641fbe798dda14fabe7158b3e26dc9d3e193cbfc18fcf92744511b4301e46288baebd53f780701b48a492d9942c1a28a6ebb9fcaa0f9f +EBUILD python-snappy-0.7.3.ebuild 556 BLAKE2B 3d999502e609b81205e956b48eef6595cc42b803310eae9ead08711d2cd91c78425c4142d8094ddb7cc4e01df771dc69ac9d2e3a5ee0ec6795adc86156917a63 SHA512 70d0c9106ee4722abc177ee05c82a9ed03cdaa5e988d323ab77d8967216d1f9ce76a6d2c3311eae0523a8c177f2a7a9cc7a153a5b75ba5bbed606712bd12d5c3 MISC metadata.xml 377 BLAKE2B a539bd7584f20f7cf958969645a9c1898d7fa415d5fbab3ed0062513bedfc516342ea7d889ccf7d4f6c3eff3f6006a33355fcc9165f105f9748bc078408bfeeb SHA512 f2fae6ee6ff65e8aaa78bb2ddec004589d4ea4c5ee724fb56f009c20080d24591e64a24b0cc9b99bec04ea0d27bf92ac0aa35ebc9a4433cb2bff8ed56891d697 diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild index 5e880843c1d3..28071d2423a1 100644 --- a/dev-python/python-snappy/python-snappy-0.7.3.ebuild +++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild @@ -1,10 +1,10 @@ -# 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 -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |