dev-python/curio
Coroutine-based library for concurrent Python systems programming
-
curio-9999test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
View Download Browse License: BSDOverlay: nest -
curio-1.6~amd64 ~x86test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
View Download Browse License: BSDOverlay: tgbugs-overlay
ChangeLog
commit e7d5ef4dabfb690257047af8f035fd11f43b6279
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Oct 4 09:24:32 2023 -0400
dev-python pypy3 dep updates
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 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit da0b5d9484f367d67bb5a9066a3fba7244e5b29a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 21:46:12 2022 -0500
dev-python batch update pypi sourced to latest
commit af3e6bed7488f9cfb0e4acd90c763f4508115d2e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jun 29 23:26:01 2020 -0700
dev-python/curio: version bump to 1.2
commit c08e95a185118db065f3edef2fbbc3194536b34d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Jan 18 13:56:52 2020 -0800
dev-python/curio-0.9 stabilize amd64
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 2d8b48479c224cb9a6bb53d22aeb1b209a94fa2b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Oct 13 22:40:02 2018 -0700
updates for 3.7 and pypy3 compat for scibot ebuild
commit 183b98bf6f6d18a70d12eb11bc413ad3cd4607a7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Sep 13 11:39:46 2018 -0700
dev-python/curio-0.9.ebuild added
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Oct 4 09:24:32 2023 -0400
dev-python pypy3 dep updates
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 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit da0b5d9484f367d67bb5a9066a3fba7244e5b29a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 21:46:12 2022 -0500
dev-python batch update pypi sourced to latest
commit af3e6bed7488f9cfb0e4acd90c763f4508115d2e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jun 29 23:26:01 2020 -0700
dev-python/curio: version bump to 1.2
commit c08e95a185118db065f3edef2fbbc3194536b34d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Jan 18 13:56:52 2020 -0800
dev-python/curio-0.9 stabilize amd64
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 2d8b48479c224cb9a6bb53d22aeb1b209a94fa2b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Oct 13 22:40:02 2018 -0700
updates for 3.7 and pypy3 compat for scibot ebuild
commit 183b98bf6f6d18a70d12eb11bc413ad3cd4607a7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Sep 13 11:39:46 2018 -0700
dev-python/curio-0.9.ebuild added