summaryrefslogtreecommitdiff
path: root/dev-python/text-unidecode
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/text-unidecode')
-rw-r--r--dev-python/text-unidecode/metadata.xml2
-rw-r--r--dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/text-unidecode/metadata.xml b/dev-python/text-unidecode/metadata.xml
index 7ad11570cc7d..674bfc3486d8 100644
--- a/dev-python/text-unidecode/metadata.xml
+++ b/dev-python/text-unidecode/metadata.xml
@@ -5,5 +5,5 @@
<email>python@gentoo.org</email>
</maintainer>
- <origin>gentoo-staging</origin>
+ <origin>liguros-repo</origin>
</pkgmetadata> \ No newline at end of file
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 0d25ce908ba7..b1d83a93399c 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi