dev-python/holidays: add 0.36
Closes: #2511 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
e74c120d04
commit
269115c87b
@ -612,11 +612,11 @@ 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 1741 Ebuilds in total, 1730 of them have in total 1749 (43 different) licenses assigned.
|
||||
There are 1742 Ebuilds in total, 1731 of them have in total 1751 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1022|
|
||||
|MIT|1024|
|
||||
|Apache-2.0|365|
|
||||
|GPL-3|98|
|
||||
|BSD|96|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST holidays-0.28.tar.gz 499399 BLAKE2B a22ea5ac03c787514a90034674fee4e8d78054bea65e9d6ec478bd56a99d7f198938827847f526addf6739ddb04ccf53fa0016951470a72c1088f372202cdc96 SHA512 e7a2beef7735bf6d0c3b08b86c0e785eda95556d1f0a921ffcdbd169031b836fcac2b173477878ea885b96790bed56f79e6a4ce9be47c57f4f10b106f77d5156
|
||||
DIST holidays-0.35.tar.gz 425833 BLAKE2B 1d71e89e543cef1e06e22669b1bbda53c807b89ed97ec83c46bdfd00d2f3e3cbb0d573b309c090b5d9ba456293c180222fe6d0cac17c036333a33e48ada6d4c2 SHA512 4795ad37b8a1cbf77629aec481a4269c473439377ca78031ed54c04a425979c2b174cf20059e6a7dee4a40d884b61ae7f5b1147a91ec8101fe122c37c35774f2
|
||||
DIST holidays-0.36.tar.gz 438692 BLAKE2B 72d21c91b3fd38023045f9ad69c11b0a605bf767e5c83a507fea618f59de0f1a42eb0b16e5284e281a689c304989527bedc5b2d7f4ecdd07ad980e8f18e5703a SHA512 d4788ca49e74e1dbecb2f6fb322b120e01ddf57eb5c5f7c1521de78356bef9ed5780105e3b324c3adf06877936e1d9434812320e128855cefc7e030004d5d879
|
||||
EBUILD holidays-0.28.ebuild 799 BLAKE2B ef77ef64363cb25080ac1efcbabeb68b9a683e6fb11be67f2564b164ee008d6b8a717b9e1ab7fd48e97b18eb40f36f85c31c05b883e7d70560c4eda4ca5ad871 SHA512 2cd17305136109af22612ea956dd3ab5590afca617292d7310ee31c6ba58b3625b2b3396d3236e7c78f61397fbacfeb2a7628c1b676951e7f5a01a1ba0565105
|
||||
EBUILD holidays-0.35.ebuild 524 BLAKE2B f55f3f47c408d2c40db963a78b0339817ddacbd6a14501d717d1e6059a44f26bc146a42d6abd37aa716ba854de8cdf73a848f7e01e4b08de9a7061e6fd86c101 SHA512 6cf12c0e5310e7255e921be38e622de2f7d7ba0738c198ea72cf68860b710c1353af4fe8dc2e5b258153e80b9823a82972b530c4def41fab4374c62e20e2be1e
|
||||
EBUILD holidays-0.36.ebuild 524 BLAKE2B f55f3f47c408d2c40db963a78b0339817ddacbd6a14501d717d1e6059a44f26bc146a42d6abd37aa716ba854de8cdf73a848f7e01e4b08de9a7061e6fd86c101 SHA512 6cf12c0e5310e7255e921be38e622de2f7d7ba0738c198ea72cf68860b710c1353af4fe8dc2e5b258153e80b9823a82972b530c4def41fab4374c62e20e2be1e
|
||||
MISC metadata.xml 513 BLAKE2B 0c742ac2b45bfb669e3b8ea39c0fab4d2f0184f62024c4c9821919a87137eb7c987c8ea74010cc2dc8a2396eef50ce31bca0b909ee68b8e2072840f11c06e328 SHA512 d6fabe28cd47206b5e2d171699f05dce8bcb93c7c027d360e8f14b45e4872560fd1564c75aa50f490d69303fe5e9bebb3844e77e9db90dff29711c1dfdcc0773
|
||||
|
21
dev-python/holidays/holidays-0.36.ebuild
Normal file
21
dev-python/holidays/holidays-0.36.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Generate and work with holidays in Python"
|
||||
HOMEPAGE="https://github.com/dr-prodigy/python-holidays https://pypi.org/project/holidays/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
Loading…
x
Reference in New Issue
Block a user