gpo.zugaina.org

Search Portage & Overlays:

dev-python/uritemplate

Python implementation of RFC6570, URI Template

Screenshots

  • uritemplate-4.2.0
    ~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance

    View      Download      Browse     License: Apache-2.0   
  • uritemplate-4.2.0
    ~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo

ChangeLog

commit ba143d2c9ade82dd9148f1d8e3537a962a3e36fe
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jul 5 20:01:12 2026 -0700

dev-python: added from upstream for pypy3_11 support

the basic pattern for maintaining these is

cd dev-python/name
~/git/gentoo/$(basename $(dirname $(pwd)))/$(basename $(pwd))/*.ebuild .
remove unstable, remove metadata.xml, edit the ebuilds, check for files
digest

not all of that was done for all of these in this commit

commit 5235a98a98badff63f670c6a1cb1e6c3df26a98c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 18:42:10 2022 -0500

remove ebuilds with upstream pypy3 compat

commit 2df09e8b1374965af0a792621522d8253b3bfc71
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:51:59 2020 -0400

dev-python update manifests affected by 27 removal

commit c19891e4e218ee0cfa8ea57fc8d0155e2b1d886d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:45:00 2020 -0400

dev-python revbump all ebuilds that dropped 27 compat

commit a86b13176c99bf60e2979509c292eeecade0af80
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:22:19 2020 -0400

dev-python remove python2_7 from compat

commit 6a8e5676d9ac95810129fe5965b5d91ef7c56b22
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 20:16:39 2019 -0800

dev-python python targets cleanup part 2

update Manifests

commit 4566ac05d4e30a59f79f8ede25686d5d62f5f570
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 18:06:57 2019 -0800

dev-python python targets cleanup part 1

also resync with any upstream changes to keywords etc

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 38306dfe25ed179b6870a8a564535ab5bd3e04ea
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 6 04:08:37 2019 -0400

ebuild additions and updates for pyontutils

a number of existing ebuilds have been sourced from the main tree or
from https://git.edevau.net/onkelbeh/HomeAssistantRepository and tweaked
to support pypy3 and/or 3.7, for same of simplicitly the latest
available version of any packages were selected