diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-21 00:15:53 +0000 |
commit | db653baf275126269bb89ea0d2bdb8e50497a94c (patch) | |
tree | 9d1ee94cfa7312384acd366d3dd8f629660b3f18 /dev-python/wcwidth | |
parent | 1534d50aaf24272ec425fa439389ef7e1f7bf174 (diff) |
gentoo auto-resync : 21:02:2025 - 00:15:53
Diffstat (limited to 'dev-python/wcwidth')
-rw-r--r-- | dev-python/wcwidth/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wcwidth/wcwidth-0.2.13.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest index 42caf90d48f0..b7d101e95600 100644 --- a/dev-python/wcwidth/Manifest +++ b/dev-python/wcwidth/Manifest @@ -1,3 +1,3 @@ DIST wcwidth-0.2.13.tar.gz 101301 BLAKE2B 33637e5582cff1bbc0f11c044d390dc18b635af923c7c89c79c07f20bafb44434ad79801b19d89c9e15b8bee79b52f5652ea3987e5578520aedfbb03f20fd6cb SHA512 1eadda149936cf2eefe5d09c411774dc87c8a358f2dd92d74f427d7b47f07c05557e849c46122d44788c2bd7c97eb85fc5f902d9a158d68ab9e352c5185ba2d5 -EBUILD wcwidth-0.2.13.ebuild 706 BLAKE2B ed9eef46dccd9dbae88f99466228f7b3187c359761973e173c7a52d5293f226aea2a8de64f01780bd18f3f91824c96f4c64042a39c0253ecf38a793630ad73ca SHA512 d5c4ebc4a3c3ecfc143ba1ec0a967489156a7b486c88f56429f42731eb71c5a69c2602ecc0dcb6696736e7d6f50e5fe8f703f982bd647daa56824a4386199d35 +EBUILD wcwidth-0.2.13.ebuild 715 BLAKE2B 3270ebcddf772a3ab10550b3a3c26ef645247ae2647c8b6c0255056447394c19de016cc3b353cff0fd2d1cf432bb14f772ae7e525863de0314cb734174ca2d70 SHA512 085ae5d83caedb318efdaff10d90930010a61b89f2871c3740a68bb88e44ced490b0ea8290c4cb18357b128e01575d47ac71256750ab0eeb5889f718907fa23c MISC metadata.xml 402 BLAKE2B 86714d496f80fe46cb313bed026135b2712ddfb47fea5994d0021516aa6ad28eb5fc52d37b37a7a224ec0613681b27ee039f4ac734430d94aafe4ec8946cecc7 SHA512 85c0e684f66a5582ca63d6f72c4e69101e8ec30f8e03c52e972fa36a2e6b6d2a8f019fb33a1e39e73fb37de25c82b906b18ac626afdd0a93d97db2ddcf485063 diff --git a/dev-python/wcwidth/wcwidth-0.2.13.ebuild b/dev-python/wcwidth/wcwidth-0.2.13.ebuild index 06d90a4ac9e5..9d2910bfe40e 100644 --- a/dev-python/wcwidth/wcwidth-0.2.13.ebuild +++ b/dev-python/wcwidth/wcwidth-0.2.13.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=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |