gpo.zugaina.org

Search Portage & Overlays:

dev-lang/hy

A LISP dialect running in python

Screenshots

  • hy-0.26.0
    ~amd64 ~x86
    test doc test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   

ChangeLog

commit 7d3f29108395867090082601891ede8a5d00631e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Mar 19 22:32:38 2023 -0700

dev-lang/hy: no longer needs colorama

commit 6c012d1484ea4a72c8fb888c7d0af46b2f39c4db
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Mar 19 22:15:07 2023 -0700

dev-lang/hy: fix __version__ issues

commit d5938e9fc197835f440ec7984b259ae5f3d8dbe7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Mar 19 21:24:56 2023 -0700

dev-lang/hy: vbump, tweak tests

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 d3ab39996409faa165477dbea71b8e942d9db6fc
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Apr 11 13:07:09 2021 -0700

EAPI 5 cleanup

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 46daa857a3277a3e51c9b029e5034ac90020abe1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Jul 10 01:51:20 2020 -0700

dev-lang/hy: hy-0.18.0 patch hy -c scoping bug

patching only hy/cmdline.py from
https://github.com/hylang/hy/pull/1898
https://github.com/hylang/hy/commit/e476a03293a7aad8cc5c298e003745b464ad48de

commit f22d4d3a27b1d8a06f78f1b7e6e6f1b38111c8ba
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jul 9 23:49:47 2020 -0700

dev-lang/hy: version bump to 0.18.0

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 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 ac4e6603b51862949886566981b2674a63804a4c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Mar 16 20:55:53 2019 -0700

dev-lang/hy-0.16.0 fixed rply dependency

commit 1bc3d6c57507a0501562e962ab9dcfddc26a10a2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Mar 16 20:00:17 2019 -0700

dev-lang/hy added patches

commit b35d52e7d502e96d22f3529c98f84e550ae306da
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Mar 14 22:15:10 2019 -0700

dev-lang/hy-0.16.0.ebuild version bump

commit 18fe441953bb817ef0ec3d1df120ba78a79faa56
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Aug 24 14:03:34 2018 -0700

dev-lang/hy-0.15.0 added