dev-python/hdate: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 18:33:43 +02:00 committed by Andreas Billmeier
parent 5d053b6d3a
commit 996563c7f4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST hdate-0.10.4.tar.gz 32349 BLAKE2B 2e580509131f5b2164c672180b92d4d46194e99157a51f5b3967eb73440ce8275f70e2814181c93c6a91bf48450ab740b59c775e194c971a4f26ae49a85480a9 SHA512 6667403e8c9f338a700031a9d8acfab2d216241ab34b9881cbf6daf71080881e023ac473e843b7a8b23c24fc5df1ee46ada30c2b43e6d52ce6fb198780ed7edd
EBUILD hdate-0.10.4.ebuild 746 BLAKE2B a791d6caf018a6f05c83fe7ba970007ead6e9f0e63c6b5adcf2ae5eeb42a20cdc9b6497d2041b5b5a4a1e54a64f0363b7ddb178fc1ffcc2834cd5db4a5a2d0f4 SHA512 873f210518f37e186cfcfcae28c5ba225f49724780222918d801ff5b46c4e74cd3569d1723aefc54f987f6c397646f3978baeb802259ffc69c9bcc8fe5556e19
EBUILD hdate-0.10.4.ebuild 687 BLAKE2B 4f35ed4a93523f6ca8d2b723e7bdded7eb746a32a12875faded4f21eeec93182b1525f4fe41ea778b6d20a271333a9548ffd6cf8b21ee91b4ebc09081da0a6d6 SHA512 b0ae18ecf10f733b58deb9653e3d34cd03f4eefaf5e0b01ee7474e508c82abc594f87bb492c54ec07982348a8f9efd098fbcae52c16055611c698e4dbd1151cb
MISC metadata.xml 513 BLAKE2B 83731331fee0188426da880c6a09e98cbff630d8cf0d746db2e04cfcd8f8b6ada20772207ae01af4db68f25f7f4ff3dca778af13412fb7fb3d388ced683c7d72 SHA512 48d5f40e768572cff6a8b621689c6216f7a603b8c36d6c148637688e85c97a21cdfa919bc500f16f907b4b863c3c37c0b33243fedd54d740110d0cae426f8b2f

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Jewish/Hebrew date and Zmanim in native Python"
HOMEPAGE="https://github.com/py-libhdate/py-libhdate https://pypi.org/project/hdate/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/astral-2.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"