diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-20 06:42:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-20 06:42:03 +0000 |
commit | cd57012a0ef40d302cf7d5a92dd2f3dfae285d2f (patch) | |
tree | 901ae45158f35951dbc249ac7e62a2a5b78da25c /dev-python/pyxattr | |
parent | b2ec252cbc0a7476fb6892f96130c8cdc35591ac (diff) |
gentoo auto-resync : 20:01:2025 - 06:42:03
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.8.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest index 7f04e8dab160..15566e727285 100644 --- a/dev-python/pyxattr/Manifest +++ b/dev-python/pyxattr/Manifest @@ -1,3 +1,3 @@ DIST pyxattr-0.8.1.tar.gz 38443 BLAKE2B 2b044f5774c4b1e95a711e3bdad0c2f604d330865155360b8b6e08377c78d058e17a7d3f4792d6ef932b81f92b1671277663a36652d60a25aaa658a2e545f8a6 SHA512 98ba196b29b431ecacf0257712aa219175ba030e1c62fb388b4f3109d2d6b14ef09ed38f85177bd2991d3109c0af4cd2a108d17886dd51549e817727714f72f1 -EBUILD pyxattr-0.8.1.ebuild 859 BLAKE2B 5109bc0cff5c80c34c5d8e6bd1b086728a9edbf129ab5f667ebff4c6e889462dfd1d9b1195654d4481416b755d4df9e00998334b01f5ea12504340bc77dc3581 SHA512 64b84cc67229809c5c8a53f1ef0655e14a3f4dd33db762ba0077ccc944a215354a3e036fabfacd34973f1fbd15f5f0d414a563acef121f6a1eb25837b7bc261f +EBUILD pyxattr-0.8.1.ebuild 871 BLAKE2B 138410e77cc35b6af9be74428ab64af5fc06b81ab793b3a355637584322f2b2907d6d02210a7e231d4246b77096bfb477759cfae429183086dd71fc3092255c4 SHA512 a0bd58fac908dea8858e6e37556e798587ef9b7251b1de65f453e934270900d56f381b0e5200401ef2be5e8fe10b5b7825fb2dc2fb9547a8a2f6e8fe932a9a89 MISC metadata.xml 668 BLAKE2B 4464bbef18d4eedbc1309c009e0679ae4a6a5870416802e4ad7bdd3814ec1cc1f741386c1bb44578e5ae67c6da978645a5a14c14e74e58ac928708bbf09f5a4a SHA512 7efd22b5b2a920c4725558bce7ca44dd84106001e716188b28eedc7f4718d28b542f647fe8d9e0b58ec9037461745df323589f187933ea73947e6c9e5b59ede8 diff --git a/dev-python/pyxattr/pyxattr-0.8.1.ebuild b/dev-python/pyxattr/pyxattr-0.8.1.ebuild index fd71bb8b74a8..f046f2088454 100644 --- a/dev-python/pyxattr/pyxattr-0.8.1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.8.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) inherit distutils-r1 pypi |