diff --git a/README.md b/README.md index 3dd41f34a..ba3b952dd 100644 --- a/README.md +++ b/README.md @@ -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 1902 Ebuilds in total, 1891 of them have in total 1914 (42 different) licenses assigned. +There are 1903 Ebuilds in total, 1892 of them have in total 1915 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -616,9 +616,9 @@ There are 1902 Ebuilds in total, 1891 of them have in total 1914 (42 different) |BSD|108| |LGPL-3|25| |GPL-2|23| +|GPL-3+|15| |BSD-2|14| |all-rights-reserved|14| -|GPL-3+|14| |LGPL-3+|14| |Unlicense|9| |PSF-2|8| diff --git a/dev-python/hdate/Manifest b/dev-python/hdate/Manifest index 6288535d1..286a071c2 100644 --- a/dev-python/hdate/Manifest +++ b/dev-python/hdate/Manifest @@ -1,3 +1,5 @@ DIST hdate-0.10.4.tar.gz 32349 BLAKE2B 2e580509131f5b2164c672180b92d4d46194e99157a51f5b3967eb73440ce8275f70e2814181c93c6a91bf48450ab740b59c775e194c971a4f26ae49a85480a9 SHA512 6667403e8c9f338a700031a9d8acfab2d216241ab34b9881cbf6daf71080881e023ac473e843b7a8b23c24fc5df1ee46ada30c2b43e6d52ce6fb198780ed7edd -EBUILD hdate-0.10.4.ebuild 687 BLAKE2B 4f35ed4a93523f6ca8d2b723e7bdded7eb746a32a12875faded4f21eeec93182b1525f4fe41ea778b6d20a271333a9548ffd6cf8b21ee91b4ebc09081da0a6d6 SHA512 b0ae18ecf10f733b58deb9653e3d34cd03f4eefaf5e0b01ee7474e508c82abc594f87bb492c54ec07982348a8f9efd098fbcae52c16055611c698e4dbd1151cb +DIST hdate-0.10.8.tar.gz 32380 BLAKE2B 4469b19eedbbfcde525c85bfe766de9ce3caf41a6c45ce489ad9b7ad1e8db8f91701da60f796fd1a1792d6cafaad17961fc0494ab7a20850f2e2067ba2595716 SHA512 245d752ed6b149d1ea28f5dd895721f819ee292faf5136bf391939166b9fada7fa3b6bb03eab6e23295747befd6336f99a79cece5bcc546cc84cb2477d11f6a3 +EBUILD hdate-0.10.4.ebuild 687 BLAKE2B d3698178440730fdfd4c749f747f5f23fceb862c659888ad7a9e98089b177cde3993cb250b7491d37a2ccdaebd927c6f4d2b2faa9e20269d301348ddf6c20591 SHA512 09b1f3a61c336e76c4c741df94054a3b60fe03026388de751bfed210e37b685f4764d40a369f366c450c65ed99ca889ac4e291ba3cd9c5f8b04410f25f15c89b +EBUILD hdate-0.10.8.ebuild 585 BLAKE2B 2184d54202daa4a9f4791429f67bfd920d96dad287899d0d973f37e94afdfddde4fb2e85985d753df76fdcd81e99111c5e6545de86f4bbb5cdf9ca897548b752 SHA512 ebac22122dc43a21f4254e62c6c160eb04dfc812ddcf1bc4b1760fb592e5cbd8c06ae9e7e7f7702a45d1b98d355ccee7af10785fcd63cb35557ff3818fbe3923 MISC metadata.xml 513 BLAKE2B 83731331fee0188426da880c6a09e98cbff630d8cf0d746db2e04cfcd8f8b6ada20772207ae01af4db68f25f7f4ff3dca778af13412fb7fb3d388ced683c7d72 SHA512 48d5f40e768572cff6a8b621689c6216f7a603b8c36d6c148637688e85c97a21cdfa919bc500f16f907b4b863c3c37c0b33243fedd54d740110d0cae426f8b2f diff --git a/dev-python/hdate/hdate-0.10.4.ebuild b/dev-python/hdate/hdate-0.10.4.ebuild index 9810f65d1..94e0ded22 100644 --- a/dev-python/hdate/hdate-0.10.4.ebuild +++ b/dev-python/hdate/hdate-0.10.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 pypi diff --git a/dev-python/hdate/hdate-0.10.8.ebuild b/dev-python/hdate/hdate-0.10.8.ebuild new file mode 100644 index 000000000..c4b2fe6ff --- /dev/null +++ b/dev-python/hdate/hdate-0.10.8.ebuild @@ -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=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/" + +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