Skip to content

Commit 83febae

Browse files
committed
dev-python/ciso8601: add 2.3.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3051 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 42c6b4b commit 83febae

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1901 Ebuilds in total, 1890 of them have in total 1909 (42 different) licenses assigned.
620+
There are 1903 Ebuilds in total, 1892 of them have in total 1911 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1069|
625-
|Apache-2.0|440|
624+
|MIT|1070|
625+
|Apache-2.0|441|
626626
|GPL-3|127|
627627
|BSD|105|
628628
|LGPL-3|25|

dev-python/ciso8601/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST ciso8601-2.3.0.tar.gz 26839 BLAKE2B 8a672ed93c9eb113eb6baafe1b00168f40d6074f95dc0ac193c996ebb29c080af3ccc6f1eae960ec8ce9df253b613a6729a37c91d8b9d8668c46c384e67dfb6b SHA512 75d7fe17da2b2f670d220074cbb86c3ea8182c793506c5b96504d15d14e5bee9e4d3a44a68532af54fee9791b42583910caab8b2c680f3a56007f6ed9e20d598
2-
EBUILD ciso8601-2.3.0.ebuild 638 BLAKE2B 32aa48f307ae66907bf7a86653a16306e29b5b2607f1cca93f1ac5483154ad94124161754b51c49ce864e48e4140d2dd4b9e51155145bfb66f32f5f7922accb3 SHA512 485ec3aba6c48e41afe7fa410f3665dc27003d247a7262e038c4c91b68f4b44dcd9edfae4eca15e45c2c206a3ee6f5917e469809911ea5aae43d375e49da9829
2+
DIST ciso8601-2.3.1.tar.gz 31225 BLAKE2B 63d8b74be55bc0d2982f5ca56e064548b4e44726b3c2f83fbbffe75dcfc43d2d1b0291921da5d54785d34ed594b320cb22e9d1d185dc83745eb325ebeda988d4 SHA512 3adca3fae94f951b379025c29b56ef03d0860a3581a95188ccc68fa2805daa36c9a8538b0dcaec8d9a9b88e617c8e364cfc98666e6ab8c1af37a784533f9b949
3+
EBUILD ciso8601-2.3.0.ebuild 638 BLAKE2B 2c015363b1bd114475624420928919b9681635c905ecbfcfb3d6563808ee3d3460d0f407237009c9c3add1b39a8c5acd3cdf94dfee6e0e8861df9aeda889da22 SHA512 0f13e8959ffa6eba1377c3469a796707e87d7e4f6febf3e709d48b514ddaf8872df6c94a0ff2f76064c89ce050bc3e0f2c16994d0ab5defacd42092b75725f7c
4+
EBUILD ciso8601-2.3.1.ebuild 559 BLAKE2B 00e48e11ea682c0bdfb46f04418f1c127702e8e3f57c44f353dd36d23b681e0091a137c73c6d4846c91ea62914a62955be0ff8f79a05bcc3497f4bf6e32dc7f7 SHA512 870750e64528811d02d75d6d195a30ade4104c1f1677b0a2894f3b767f3748ece5adcf33f59fe0509c40b6a18b2e62044614c518320c14b5e1d1544070d7efdd
35
MISC metadata.xml 385 BLAKE2B a6a00a8cc41a0fb236008df5059f355f19d9f22973f33cb43554efb598bf8a6bac66335a4d6905e2e2625f0b448912ad6174833ede3124e82e355aac011d80d8 SHA512 4c8de3b620f5639a3fe81a898d60bcbf4dcb49dadc7ccc09d247bf2d9b519270f94e005d962bd1a788e163fa3a860800afa5e902c07ea9b7bd9b3a8fbbc5a8ad

dev-python/ciso8601/ciso8601-2.3.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..12} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88
DESCRIPTION="Fast ISO8601 date time parser for Python written in C"
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+
PYTHON_COMPAT=( python3_{11..12} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
DESCRIPTION="Fast ISO8601 date time parser for Python written in C"
9+
HOMEPAGE="https://github.com/closeio/ciso8601 https://pypi.org/project/ciso8601/"
10+
11+
LICENSE="MIT"
12+
SLOT="0"
13+
KEYWORDS="amd64 arm arm64 x86"
14+
IUSE="test"
15+
RESTRICT="!test? ( test )"
16+
17+
DOCS="README.rst"
18+
19+
BDEPEND="
20+
test? (
21+
dev-python/pytz[${PYTHON_USEDEP}]
22+
)"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)