dev-python/hdate: add 0.10.9

Closes: #3512
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-23 12:24:11 +02:00
parent 6ec2ca68a7
commit e4b0d1b37a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 2 deletions

View File

@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1909 Ebuilds in total, 1898 of them have in total 1921 (42 different) licenses assigned.
There are 1910 Ebuilds in total, 1899 of them have in total 1922 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -616,7 +616,7 @@ There are 1909 Ebuilds in total, 1898 of them have in total 1921 (42 different)
|BSD|108|
|LGPL-3|25|
|GPL-2|23|
|GPL-3+|15|
|GPL-3+|16|
|BSD-2|14|
|all-rights-reserved|14|
|LGPL-3+|14|

View File

@ -1,5 +1,7 @@
DIST hdate-0.10.4.tar.gz 32349 BLAKE2B 2e580509131f5b2164c672180b92d4d46194e99157a51f5b3967eb73440ce8275f70e2814181c93c6a91bf48450ab740b59c775e194c971a4f26ae49a85480a9 SHA512 6667403e8c9f338a700031a9d8acfab2d216241ab34b9881cbf6daf71080881e023ac473e843b7a8b23c24fc5df1ee46ada30c2b43e6d52ce6fb198780ed7edd
DIST hdate-0.10.8.tar.gz 32380 BLAKE2B 4469b19eedbbfcde525c85bfe766de9ce3caf41a6c45ce489ad9b7ad1e8db8f91701da60f796fd1a1792d6cafaad17961fc0494ab7a20850f2e2067ba2595716 SHA512 245d752ed6b149d1ea28f5dd895721f819ee292faf5136bf391939166b9fada7fa3b6bb03eab6e23295747befd6336f99a79cece5bcc546cc84cb2477d11f6a3
DIST hdate-0.10.9.tar.gz 42829 BLAKE2B 294da956c7268490853972276118c7ddb32e83920661537775991abb048bb3ddd256ba0b595558fb985b5f060f937fda3c35a007d3b019ee5d14850db6f0452f SHA512 387f6e9dd1f783f7f9541f03c1cf02c18ec965934f3cc649fbda73e6d0454966695c3cec768a4b7c983a3b2c7642e93d956b7aedebdab84582561c3003106c7b
EBUILD hdate-0.10.4.ebuild 687 BLAKE2B d3698178440730fdfd4c749f747f5f23fceb862c659888ad7a9e98089b177cde3993cb250b7491d37a2ccdaebd927c6f4d2b2faa9e20269d301348ddf6c20591 SHA512 09b1f3a61c336e76c4c741df94054a3b60fe03026388de751bfed210e37b685f4764d40a369f366c450c65ed99ca889ac4e291ba3cd9c5f8b04410f25f15c89b
EBUILD hdate-0.10.8.ebuild 585 BLAKE2B 2184d54202daa4a9f4791429f67bfd920d96dad287899d0d973f37e94afdfddde4fb2e85985d753df76fdcd81e99111c5e6545de86f4bbb5cdf9ca897548b752 SHA512 ebac22122dc43a21f4254e62c6c160eb04dfc812ddcf1bc4b1760fb592e5cbd8c06ae9e7e7f7702a45d1b98d355ccee7af10785fcd63cb35557ff3818fbe3923
EBUILD hdate-0.10.9.ebuild 590 BLAKE2B 641841eef78cfcb9ca341424be0b864038ff45161a7f3a9b9c1cb0c1f95afe8321d6e18b66782ffbf83ad2db719cd8e7f7db2d58967240990590eb1d5bf1a9d2 SHA512 3d94ae2a9cb397cec75aada7215cabb4cb5b6ec33b8db65489a9fc0171ebbc750d9bc523e9a8a6683fe183f2844a9d4a7e3e74c74757c5825755bc7f83a4c845
MISC metadata.xml 513 BLAKE2B 83731331fee0188426da880c6a09e98cbff630d8cf0d746db2e04cfcd8f8b6ada20772207ae01af4db68f25f7f4ff3dca778af13412fb7fb3d388ced683c7d72 SHA512 48d5f40e768572cff6a8b621689c6216f7a603b8c36d6c148637688e85c97a21cdfa919bc500f16f907b4b863c3c37c0b33243fedd54d740110d0cae426f8b2f

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=pdm-backend
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/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/astral-2.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest