diff options
Diffstat (limited to 'dev-python/wcwidth')
-rw-r--r-- | dev-python/wcwidth/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wcwidth/wcwidth-0.2.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest index d9dfdb532740..0ac55e1ee208 100644 --- a/dev-python/wcwidth/Manifest +++ b/dev-python/wcwidth/Manifest @@ -1,3 +1,3 @@ DIST wcwidth-0.2.6.gh.tar.gz 51990 BLAKE2B 8561e06aaf92f48246bacfb4012358067d81d4d9eeb33a0406eb012b5c22841ac66ff5760df2d5ea6a5d48a1880b4b9cbbcddf7a5eba5f663f6a559005f657ad SHA512 1f97cb6ef6a804da1d062b8dafb146a3e21261e63a644bad88bed74101be1371c753c2645db5ad25868fe9641fce9b13bd5dc920496b00e1d73d406f69631ac9 -EBUILD wcwidth-0.2.6.ebuild 882 BLAKE2B 50ab3a59fef2e87d3733d88e7161aa74883db9befb8b5ba4aca45cc83ef11bcb69bf4aff2af7bbbffb0381b1e0fb94d67cfa3bac9c715495e9ed268ba1ff0645 SHA512 158c3e6774d15ace921d5e6f4fa15c483e342945e0da4fccd08019d0523c2e17f88717e063183bd0512a7db6a290823ab38091bf000a84d2da4b2c84668abb97 +EBUILD wcwidth-0.2.6.ebuild 883 BLAKE2B 8b7a5bfa40f9b76193a8bfc3cb9b252e2d9fd3535dbb2bba1584af4cd6bb8a13bf51321b4dee3fdeb0c9d057c1f95af6b6d0fedd75f27daf2356a8589f4fdbfb SHA512 9f857c12b24d59386550bfa277dd6555fa5487c3e4b060d718466745435294641458aef006d9c745fcc11e2a528c6b76af1ac3b457b177ab7e0d6b118e152a8d MISC metadata.xml 402 BLAKE2B 86714d496f80fe46cb313bed026135b2712ddfb47fea5994d0021516aa6ad28eb5fc52d37b37a7a224ec0613681b27ee039f4ac734430d94aafe4ec8946cecc7 SHA512 85c0e684f66a5582ca63d6f72c4e69101e8ec30f8e03c52e972fa36a2e6b6d2a8f019fb33a1e39e73fb37de25c82b906b18ac626afdd0a93d97db2ddcf485063 diff --git a/dev-python/wcwidth/wcwidth-0.2.6.ebuild b/dev-python/wcwidth/wcwidth-0.2.6.ebuild index 87ab66081a57..3360f9a63125 100644 --- a/dev-python/wcwidth/wcwidth-0.2.6.ebuild +++ b/dev-python/wcwidth/wcwidth-0.2.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |