dev-python/astral: update 2.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-29 16:45:04 +02:00
parent e84e60425b
commit 9a74e96d5f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,4 @@
DIST astral-2.2.tar.gz 578223 BLAKE2B e213335fa95dd98a03009d42369dff4662f129474155ff1cef72430630eec2e807d9bcc1340b4c5418dc02ecf78510099a3d7a3a600f9e530347d44dc964d86c SHA512 8a3cacc1edb073457a83eb5c49cf83ef9d7112d2c542fac6f6aa29f3b9f5dd24f6167039acc9694ad4aa3650c59fd0be4c89222da015a6a00d363a0ccac32095
EBUILD astral-2.2-r1.ebuild 645 BLAKE2B fc12d21a0a93470dff8dabd0b299a82e8e4066e509e359b7e75a911f0aad94172ef944e11c454072d4c294b1161824c20801d369b80d12b7d59946eed22db60b SHA512 b1f605b85a067c5ea9c66674db5c51dfe4311ed6eeffde5e97896b2dfc60c826993caebfa44a03222a63cda8e41be9c29dd9c5f68c5b6d161d5438a3c9331d61
EBUILD astral-2.2-r1.ebuild 654 BLAKE2B 0f6bd30f18f36032fbdc6df7ccfe3f17032808568e9458ec270af203133c43b130258ee05f9b87a69f8bc08fb8005238cad6c18c55f1dac8584eb2b90a7105d7 SHA512 3dda9c6e36fec63f8d2bcf5726f850769166eb7428d3029a68bfd7aa1b8b4c8db0e583bf740d7270878f30db09478cf6bfddd3deb0c0b262fea3a90568d1a6d2
EBUILD astral-2.2-r2.ebuild 654 BLAKE2B 0f6bd30f18f36032fbdc6df7ccfe3f17032808568e9458ec270af203133c43b130258ee05f9b87a69f8bc08fb8005238cad6c18c55f1dac8584eb2b90a7105d7 SHA512 3dda9c6e36fec63f8d2bcf5726f850769166eb7428d3029a68bfd7aa1b8b4c8db0e583bf740d7270878f30db09478cf6bfddd3deb0c0b262fea3a90568d1a6d2
MISC metadata.xml 514 BLAKE2B d7fbd6114494f767785a8397d28c85e067abf08749f3d87544cb53d25780e2d064e7e7500b91e2c6fcd0888d2b302dc32e102605e7ea16d4a68abb3e85bd315b SHA512 42a5c55ff8b21e158a1a764b15f93a7d852049bcca66b62047f7a519ea0ad571fe49832ac42ff72a999dbbc5c62cf1dd3b3cb5f446aebcc01d89c5494dee422c

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Calculations for the position of the sun and moon."

View File

@ -0,0 +1,30 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Calculations for the position of the sun and moon."
HOMEPAGE="https://github.com/sffjunkie/astral https://pypi.org/project/astral/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest