dev-python/astral: backend: poetry.masonry.api

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 14:40:59 +02:00 committed by Andreas Billmeier
parent 8d7d967a23
commit cc3da4049d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
DIST astral-2.2.tar.gz 578223 BLAKE2B e213335fa95dd98a03009d42369dff4662f129474155ff1cef72430630eec2e807d9bcc1340b4c5418dc02ecf78510099a3d7a3a600f9e530347d44dc964d86c SHA512 8a3cacc1edb073457a83eb5c49cf83ef9d7112d2c542fac6f6aa29f3b9f5dd24f6167039acc9694ad4aa3650c59fd0be4c89222da015a6a00d363a0ccac32095
EBUILD astral-2.2-r1.ebuild 649 BLAKE2B f4ae66a790cdc3100aaff61b48a715871d9494ebd8a554feb32d1fc2919a389fd7c16a9224d0d2d8624c123e706e12706f832f12b4ccb989abd08c72794eb5b6 SHA512 2a9eb7d93b9e6a288022964c9a6878d3139eb0717e95e68add805d8b27d593b28370e9913f439758a7dad1fd6c8db6d71acc0ade6889e9ac7e391a8f80f99c2a
EBUILD astral-2.2-r1.ebuild 645 BLAKE2B fc12d21a0a93470dff8dabd0b299a82e8e4066e509e359b7e75a911f0aad94172ef944e11c454072d4c294b1161824c20801d369b80d12b7d59946eed22db60b SHA512 b1f605b85a067c5ea9c66674db5c51dfe4311ed6eeffde5e97896b2dfc60c826993caebfa44a03222a63cda8e41be9c29dd9c5f68c5b6d161d5438a3c9331d61
MISC metadata.xml 514 BLAKE2B d7fbd6114494f767785a8397d28c85e067abf08749f3d87544cb53d25780e2d064e7e7500b91e2c6fcd0888d2b302dc32e102605e7ea16d4a68abb3e85bd315b SHA512 42a5c55ff8b21e158a1a764b15f93a7d852049bcca66b62047f7a519ea0ad571fe49832ac42ff72a999dbbc5c62cf1dd3b3cb5f446aebcc01d89c5494dee422c

View File

@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
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/"