dev-python/astral
Calculations for the position of the sun and moon
-
astral-3.0~amd64 ~x86python_targets_python3_10 python_targets_python3_11
View Download Browse License: Apache-2.0Overlay: lmiphay -
astral-2.2-r1amd64 arm arm64 x86test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
View Download Browse License: Apache-2.0Overlay: HomeAssistantRepository -
astral-2.2~amd64 ~x86python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
View Download Browse License: Apache-2.0Overlay: tgbugs-overlay
ChangeLog
commit 57f28be28ff352c56195a79b8dbc46250d468758
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:51:07 2024 -0700
dev-python: bump packages I maintain to use 10..12
cleanup and fixes will come in further commits
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 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 66b04d417998eeda8e053d04e36f49ada9e9938f
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jan 9 12:30:25 2022 -0500
general ebuild cleanup and fixes
commit 54035b70daf55cdfe7f6e7395c7acc9b482a4b8a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 20 18:45:08 2021 -0500
a variety of updates and fixes
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
commit 0ab3fc2faaaa20aed843fd8ee128cf52db8c2637
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Aug 14 16:01:30 2018 -0700
version bumps for astral, git-python, gitdb2, and smmap2
commit 4cf9de3aae9981d6c3f0b977af855b4aa23295ae
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Feb 25 03:21:07 2018 -0800
dev-python/astral-1.6.ebuild added
commit e0852befa0e0c3a4d2e53c8980abc0f31087e113
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Nov 16 15:49:34 2017 -0800
fixed licenses on various python packages
commit e5bb27a22c1b24a5720855ecda1d6c7db97079a2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Nov 3 19:30:31 2017 -0700
dev-python/astral added
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:51:07 2024 -0700
dev-python: bump packages I maintain to use 10..12
cleanup and fixes will come in further commits
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 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 66b04d417998eeda8e053d04e36f49ada9e9938f
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jan 9 12:30:25 2022 -0500
general ebuild cleanup and fixes
commit 54035b70daf55cdfe7f6e7395c7acc9b482a4b8a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 20 18:45:08 2021 -0500
a variety of updates and fixes
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
commit 0ab3fc2faaaa20aed843fd8ee128cf52db8c2637
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Aug 14 16:01:30 2018 -0700
version bumps for astral, git-python, gitdb2, and smmap2
commit 4cf9de3aae9981d6c3f0b977af855b4aa23295ae
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Feb 25 03:21:07 2018 -0800
dev-python/astral-1.6.ebuild added
commit e0852befa0e0c3a4d2e53c8980abc0f31087e113
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Nov 16 15:49:34 2017 -0800
fixed licenses on various python packages
commit e5bb27a22c1b24a5720855ecda1d6c7db97079a2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Nov 3 19:30:31 2017 -0700
dev-python/astral added