summaryrefslogtreecommitdiff
path: root/dev-python/text-unidecode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
commitc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch)
tree3ee550255947da075650f1a551dcc278f9a1b7f8 /dev-python/text-unidecode
parenta978c074e4272bb901fbe4a10de0a7b2af574f17 (diff)
gentoo resync : 07.05.2021
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.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/text-unidecode/Manifest b/dev-python/text-unidecode/Manifest
index 00e0ed99b9c5..b4c0e5a438f0 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.ebuild 487 BLAKE2B 10432ca126e0eb98c6f65528dbcfd11d0795d057bd30a6e208ef0bf1093193834a49d54f41bd82f8a244123d9349f71246992d0463d48d3c3873c2fd3c631103 SHA512 874e874d8d022820770eae723fee613a2bd7ee045c22e781446a3a8704583ea336564525cf77095cf7ec35781039f65b9a9390160703eec5cb8c3e8e39e79354
+EBUILD text-unidecode-1.3.ebuild 488 BLAKE2B 123d6061dc9eb18111d9e70451d0d211db040e3248feb27f9c9b8339d4d95d3e3c87e45f9a98f63d182929c4f4e9a2458d3f5a3c064e97eb454e1fa281fa6c98 SHA512 7ebf2cb707db440a082d9041408386331bda832535068bf36cc8c702582002fe6e66591b46e3f662834935040f28097a913f4c360e3e3d5ea0627913f54eecc1
MISC metadata.xml 355 BLAKE2B c879c366e644e724fb78b1169a362c2f67cf5c7ac428ee6cfbbf255b6556f153d35eadc3bb6e4554b9dfbb985e85cfa008be359f87d3be5f09b351afc6bdfcc3 SHA512 113a00dfe9647c778d48ca9bcf410a1c5c36becb3cadbe8e3036879def47c219673ca04fb526915d89ee7596dd43739c0b0e9406ac390a75adfe559476582c21
diff --git a/dev-python/text-unidecode/text-unidecode-1.3.ebuild b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
index d64baad499b6..dc39392c1d63 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="The most basic port of the Text::Unidecode Perl library"