gpo.zugaina.org

Search Portage & Overlays:

dev-python/astor

Read/rewrite/write Python ASTs

Screenshots

  • astor-0.8.1-r1
    ~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • astor-0.8.1
    amd64 x86
    test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • astor-0.8.0-r200
    ~amd64 ~x86
    python_targets_python2_7

    View      Download      Browse     License: BSD   

ChangeLog

commit 92a4a02dbc551c262208d39db7e99abb3ba032c1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 8 18:47:44 2023 -0700

dev-python: compat for 3.11 and some vbumps

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 95b62bd06e440b6c1a378e771a2804281b682492
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 17:24:29 2022 -0500

first pass at cleanup to remove old ebuilds along with some other fixes

commit cc88a95cc4ebe5a5b87236fed88c82836c72cf84
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Mar 9 21:47:01 2021 -0800

dev-lang/hy: ver bump and update dep python 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 3bc2f2d6f8d4759e771cbd47e596b547d14df5e5
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jul 9 23:48:04 2020 -0700

dev-python/astor: pypy3 support

all tests pass

commit 875e12aecee17cd251d55650028a63ce3f46fd17
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jul 9 23:46:25 2020 -0700

dev-python/astor: ver bump from upstream

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 0cd09e55db3a40597bacefa7c74bb41c5ca51090
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 14:27:24 2019 -0800

dev-python/{args,astor} fix pypy

commit 0485c256713df2ffb9f92888911a982945347fd6
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Oct 31 13:18:53 2019 -0700

dev-lang/hy and dev-python/astor version bump

astor has a dependency on old versions of setuptools
see https://github.com/berkerpeksag/astor/issues/162

commit 46146a99af967f70ad985228d5dcac813198bdde
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Mar 14 23:53:29 2019 -0700

PYTHON_TARGETS bump for pypy3 and python3_7, many on unmaintained packages