gpo.zugaina.org

Search Portage & Overlays:

dev-python/text-unidecode

The most basic port of the Text::Unidecode Perl library

Screenshots

  • text-unidecode-1.3-r1
    amd64 arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: || ( Artistic GPL-2+ )   
    Overlay: gentoo

ChangeLog

commit 21083b39f883a5a88342315a6e2f3e5fdd9e21d8
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 18:01:11 2023 -0500

dev-python compat drop 3_8

dropped for old ebuilds as well, many of those will be cleaned up

commit 0a6971fee26834fa35273a48cee6687f6b3c51e3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Nov 30 14:34:49 2022 -0800

dev-python/text-unidecode: bump pycompat

commit 5809c313ad11607ca2ea406ab41555996c5ee60a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Apr 29 20:30:52 2022 -0700

dev-python sync pypy3 compat from upstream

that happy feeling when upstream adds pypy3 compat so you can delete
those ebuilds :D

commit dc4467c9693f925277ec835ac9ed0b8d88601c99
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 13:54:50 2022 -0500

dev-python/{faker,text-unidecode}: update compat

commit a097cdd1e1b0f052ef811fd3115e594252f2b129
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jun 29 23:42:21 2020 -0700

dev-python/text-unidecode:

commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800

rewrite copyright headers part 2

update all Manifests

for a fun time

_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}

export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}

remanp

commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800

rewrite copyright headers part 1

conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=

there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)

commit 621ff4151938bdc1eeede5e32bc029be1d98c207
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Nov 12 00:46:32 2019 -0800

dev-python/hyputils test deps updated faker, and text-unidecode