diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
commit | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch) | |
tree | e2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/text-unidecode | |
parent | 4418da21bd05d610a3450f4aa75481785ca372a0 (diff) |
gentoo auto-resync : 28:02:2025 - 19:27:52
Diffstat (limited to 'dev-python/text-unidecode')
-rw-r--r-- | dev-python/text-unidecode/Manifest | 2 | ||||
-rw-r--r-- | dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/text-unidecode/Manifest b/dev-python/text-unidecode/Manifest index 8b4fdc11b406..51e335408bb2 100644 --- a/dev-python/text-unidecode/Manifest +++ b/dev-python/text-unidecode/Manifest @@ -1,3 +1,3 @@ DIST text-unidecode-1.3.tar.gz 76885 BLAKE2B b783963b4fce6588d45d48a498de566c08df83ae62c72caf599648df195eb94b7c02090503590ab8c747af0d210847ddfbf0772289e170361914db20c049828e SHA512 aeaf0e79bd0545ca7a4fe700d5a7dac1d5900841fcfe8a5a568c84ba7d3bee5f75eaac0531f4a01d689a550ac5bc7e1acaeb8132293f220db8387fae2eb6a150 -EBUILD text-unidecode-1.3-r1.ebuild 540 BLAKE2B 2ef3a1cf510329d9029f565b549dd67b61a9ba317a9ebdbe977ec9db980b3e6e1c0d9d73dc45ee007b4c86e52f6c6b0b7d13a2c03953347fdafcb1b8488cebc4 SHA512 dd2637624618445a90971e67e556189916d07f377fdec3da138cf62ef69a17626a3e8c130eaf23e188a4bec12797813eac9ad90eae570bc8ffc37917801f5bff +EBUILD text-unidecode-1.3-r1.ebuild 549 BLAKE2B e6f81b46c5ac2654cdb2c2c1d4ce00285321dad40a10feed3a1ba11ebfc0d38a3deeb9fce507d74c675e80e96c5444ac2b3197bcda716ee77fcd10bf7676c0cc SHA512 642f9df0273d306b696c1cbca20d3b8bbba69c22ade959f61701ba27ced7132ba35c8040196fa968cb0d4a4c14a3b621549facc83ac04f6c74d05226fa978fe6 MISC metadata.xml 356 BLAKE2B bc31b0dfed91be054b75af4688b79ed74e6b55511377248068e2bfa54da07eecef31bbc1abeebb7e55fe2e5eed7594bf13b0169cf61ff16c522fef08535223dc SHA512 0769235a37895d6778dd153901bbe6424effe034e1847b686201c19eb81bf16439e10ecf8ef9442149a08cce6d4dcd695cd286ec48d36cd1744f256cb03d8e40 diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild index e8294e2f83b1..2ff3ddfce5df 100644 --- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild +++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |