summaryrefslogtreecommitdiff
path: root/dev-python/unidecode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-28 19:27:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-28 19:27:52 +0000
commit4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch)
treee2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/unidecode
parent4418da21bd05d610a3450f4aa75481785ca372a0 (diff)
gentoo auto-resync : 28:02:2025 - 19:27:52next
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r--dev-python/unidecode/Manifest2
-rw-r--r--dev-python/unidecode/unidecode-1.3.8.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
index b4f3a5ce130f..d2db86785893 100644
--- a/dev-python/unidecode/Manifest
+++ b/dev-python/unidecode/Manifest
@@ -1,3 +1,3 @@
DIST Unidecode-1.3.8.tar.gz 192701 BLAKE2B 622b61b89d83070101626775187a666b830399bc86c67367b0793b6626667dc8f4655372c7bc8b61f2433ac927ec7572e5beb104407784dd2f8e20ced9ecf981 SHA512 0c93647b05b3ce041ba0091705630a4d75dfc249b3aa57b1d8bd26d26f1a067af1d0103a0f57ee2ea07224797ce204562e08df92d0fe60e250a16614bf146ece
-EBUILD unidecode-1.3.8.ebuild 493 BLAKE2B 11e458629713151d8edc9d202e8e6259db9787e5ece00e04ec31a3df9b1c33f8b07491b82c2622bd4226e4064c1a3571e0fea5f637284aa1bc9f2f75f199d179 SHA512 0e383cde8bcfca160a4a72d2c4e003a2b284fee19a43c5f9a1445f53617e8a7b8a89360ffb98d5cb11c47f438a19d6877fa6bded8455f48431be06f5653f3a88
+EBUILD unidecode-1.3.8.ebuild 502 BLAKE2B 34d955ca5a91b66250948cdba35c1f7c36f3d98be3023de4c7ae80d2286ae79781bf38b691e9e8fc447ef15ca59297de5bb3798afcd5d30cb216ab9d5000ba40 SHA512 f6d743dbeb14363e2b4ba6dd179e4903af8c965308ef5b55c84cc9edb456f44bae32e3ed38c52fb129edb4b07bb40724e814025a85bbe913be83c4a1ade1431d
MISC metadata.xml 457 BLAKE2B 43e1b676ecfc82f845bfc1b3dd2409756ca419086ccb693b39f73e2598b5de9a463fecb3dbda76d7e375b23a6ba06589231d6184a92872bd4f3c16080bef6353 SHA512 7cded888473c7a7829aaba7d63d5a54bc22f5e9829733d961d520a7d3f0ff57ee00e16c42811a6b63c0d02f9e3f93a1d0f539c8c79242038bcdfd594ab7d07c6
diff --git a/dev-python/unidecode/unidecode-1.3.8.ebuild b/dev-python/unidecode/unidecode-1.3.8.ebuild
index 1f3dfba23a5b..43310f6176a9 100644
--- a/dev-python/unidecode/unidecode-1.3.8.ebuild
+++ b/dev-python/unidecode/unidecode-1.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi