summaryrefslogtreecommitdiff
path: root/dev-python/text-unidecode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 10:35:54 +0000
commit463397cf1e064185110fe57c568d73f99a06f5d1 (patch)
tree9aa75eefc5154eaf0e3c33658b830fc54dc68052 /dev-python/text-unidecode
parentc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (diff)
gentoo resync : 17.02.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.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/text-unidecode/Manifest b/dev-python/text-unidecode/Manifest
index 0701e8c091b1..00e0ed99b9c5 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 476 BLAKE2B 644cc1acc8907dd013cfc8578f923cde0b4e791e03c73e81acb356cdf75907c03abf3376b83f06f9c4c200c7fda4be61d8adcf6be71012ede1c0961c38de0b9c SHA512 d21781e8cdfbeeb3d3e7a0cf5be0c3d99eddeae64d8b7725e000e60508650b6f3cadb65eb6730ef43a825019ac90d7494b727599c447c4b8a081006150b55ce0
+EBUILD text-unidecode-1.3.ebuild 487 BLAKE2B 10432ca126e0eb98c6f65528dbcfd11d0795d057bd30a6e208ef0bf1093193834a49d54f41bd82f8a244123d9349f71246992d0463d48d3c3873c2fd3c631103 SHA512 874e874d8d022820770eae723fee613a2bd7ee045c22e781446a3a8704583ea336564525cf77095cf7ec35781039f65b9a9390160703eec5cb8c3e8e39e79354
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 f3a9ef8cf513..d64baad499b6 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
-DESCRIPTION="Tthe most basic port of the Text::Unidecode Perl library"
+DESCRIPTION="The most basic port of the Text::Unidecode Perl library"
HOMEPAGE="
https://pypi.org/project/text-unidecode/
https://github.com/kmike/text-unidecode/"
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2+ )"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
distutils_enable_tests pytest