Skip to content

Commit 9d03db6

Browse files
committed
dev-python/hdate: add 0.10.8
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3428 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 5b96ab9 commit 9d03db6

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1902 Ebuilds in total, 1891 of them have in total 1914 (42 different) licenses assigned.
609+
There are 1903 Ebuilds in total, 1892 of them have in total 1915 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
@@ -616,9 +616,9 @@ There are 1902 Ebuilds in total, 1891 of them have in total 1914 (42 different)
616616
|BSD|108|
617617
|LGPL-3|25|
618618
|GPL-2|23|
619+
|GPL-3+|15|
619620
|BSD-2|14|
620621
|all-rights-reserved|14|
621-
|GPL-3+|14|
622622
|LGPL-3+|14|
623623
|Unlicense|9|
624624
|PSF-2|8|

dev-python/hdate/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST hdate-0.10.4.tar.gz 32349 BLAKE2B 2e580509131f5b2164c672180b92d4d46194e99157a51f5b3967eb73440ce8275f70e2814181c93c6a91bf48450ab740b59c775e194c971a4f26ae49a85480a9 SHA512 6667403e8c9f338a700031a9d8acfab2d216241ab34b9881cbf6daf71080881e023ac473e843b7a8b23c24fc5df1ee46ada30c2b43e6d52ce6fb198780ed7edd
2-
EBUILD hdate-0.10.4.ebuild 687 BLAKE2B 4f35ed4a93523f6ca8d2b723e7bdded7eb746a32a12875faded4f21eeec93182b1525f4fe41ea778b6d20a271333a9548ffd6cf8b21ee91b4ebc09081da0a6d6 SHA512 b0ae18ecf10f733b58deb9653e3d34cd03f4eefaf5e0b01ee7474e508c82abc594f87bb492c54ec07982348a8f9efd098fbcae52c16055611c698e4dbd1151cb
2+
DIST hdate-0.10.8.tar.gz 32380 BLAKE2B 4469b19eedbbfcde525c85bfe766de9ce3caf41a6c45ce489ad9b7ad1e8db8f91701da60f796fd1a1792d6cafaad17961fc0494ab7a20850f2e2067ba2595716 SHA512 245d752ed6b149d1ea28f5dd895721f819ee292faf5136bf391939166b9fada7fa3b6bb03eab6e23295747befd6336f99a79cece5bcc546cc84cb2477d11f6a3
3+
EBUILD hdate-0.10.4.ebuild 687 BLAKE2B d3698178440730fdfd4c749f747f5f23fceb862c659888ad7a9e98089b177cde3993cb250b7491d37a2ccdaebd927c6f4d2b2faa9e20269d301348ddf6c20591 SHA512 09b1f3a61c336e76c4c741df94054a3b60fe03026388de751bfed210e37b685f4764d40a369f366c450c65ed99ca889ac4e291ba3cd9c5f8b04410f25f15c89b
4+
EBUILD hdate-0.10.8.ebuild 585 BLAKE2B 2184d54202daa4a9f4791429f67bfd920d96dad287899d0d973f37e94afdfddde4fb2e85985d753df76fdcd81e99111c5e6545de86f4bbb5cdf9ca897548b752 SHA512 ebac22122dc43a21f4254e62c6c160eb04dfc812ddcf1bc4b1760fb592e5cbd8c06ae9e7e7f7702a45d1b98d355ccee7af10785fcd63cb35557ff3818fbe3923
35
MISC metadata.xml 513 BLAKE2B 83731331fee0188426da880c6a09e98cbff630d8cf0d746db2e04cfcd8f8b6ada20772207ae01af4db68f25f7f4ff3dca778af13412fb7fb3d388ced683c7d72 SHA512 48d5f40e768572cff6a8b621689c6216f7a603b8c36d6c148637688e85c97a21cdfa919bc500f16f907b4b863c3c37c0b33243fedd54d740110d0cae426f8b2f

dev-python/hdate/hdate-0.10.4.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

dev-python/hdate/hdate-0.10.8.ebuild

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Jewish/Hebrew date and Zmanim in native Python"
11+
HOMEPAGE="https://github.com/py-libhdate/py-libhdate https://pypi.org/project/hdate/"
12+
13+
LICENSE="GPL-3+"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
22+
>=dev-python/astral-2.2[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)