summaryrefslogtreecommitdiff
path: root/dev-python/text-unidecode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-19 00:01:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-19 00:01:59 +0100
commit9d4810f84de876ec9d0ae03d0d44224500b41188 (patch)
tree1ca0866afdc949e405d20635d3d7f2115abb9ace /dev-python/text-unidecode
parent075fd1f8cabc5879c6eb42127fb84c3058677fde (diff)
gentoo auto-resync : 19:05:2024 - 00:01:59
Diffstat (limited to 'dev-python/text-unidecode')
-rw-r--r--dev-python/text-unidecode/Manifest2
-rw-r--r--dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/text-unidecode/Manifest b/dev-python/text-unidecode/Manifest
index e70ab247ab7c..8b4fdc11b406 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 e3c72cf35d641b3ee2b6b340575ae38f38d2a2f6df600def2af35990f239b2b2a4fa1b0d0dc766e41054339bcb37153816badad77652a0cd8fe35152209dbb7f SHA512 d09061dfdadb6b701d384c8d866bd88db0a2285b0fba4251a2ff0b20684ff16405a299aba33775ffff9a5793c10b6067228df3acbfb86b8987565f05e21af6c6
+EBUILD text-unidecode-1.3-r1.ebuild 540 BLAKE2B 2ef3a1cf510329d9029f565b549dd67b61a9ba317a9ebdbe977ec9db980b3e6e1c0d9d73dc45ee007b4c86e52f6c6b0b7d13a2c03953347fdafcb1b8488cebc4 SHA512 dd2637624618445a90971e67e556189916d07f377fdec3da138cf62ef69a17626a3e8c130eaf23e188a4bec12797813eac9ad90eae570bc8ffc37917801f5bff
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 c43db6e5c99f..e8294e2f83b1 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-2023 Gentoo Authors
+# Copyright 2020-2024 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..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi