dev-python/ciso8601: add 2.3.1

Closes: #3051
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 20:21:38 +01:00
parent 42c6b4bab7
commit 83febaedf6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 6 deletions

View File

@ -617,12 +617,12 @@ 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 1901 Ebuilds in total, 1890 of them have in total 1909 (42 different) licenses assigned.
There are 1903 Ebuilds in total, 1892 of them have in total 1911 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1069|
|Apache-2.0|440|
|MIT|1070|
|Apache-2.0|441|
|GPL-3|127|
|BSD|105|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST ciso8601-2.3.0.tar.gz 26839 BLAKE2B 8a672ed93c9eb113eb6baafe1b00168f40d6074f95dc0ac193c996ebb29c080af3ccc6f1eae960ec8ce9df253b613a6729a37c91d8b9d8668c46c384e67dfb6b SHA512 75d7fe17da2b2f670d220074cbb86c3ea8182c793506c5b96504d15d14e5bee9e4d3a44a68532af54fee9791b42583910caab8b2c680f3a56007f6ed9e20d598
EBUILD ciso8601-2.3.0.ebuild 638 BLAKE2B 32aa48f307ae66907bf7a86653a16306e29b5b2607f1cca93f1ac5483154ad94124161754b51c49ce864e48e4140d2dd4b9e51155145bfb66f32f5f7922accb3 SHA512 485ec3aba6c48e41afe7fa410f3665dc27003d247a7262e038c4c91b68f4b44dcd9edfae4eca15e45c2c206a3ee6f5917e469809911ea5aae43d375e49da9829
DIST ciso8601-2.3.1.tar.gz 31225 BLAKE2B 63d8b74be55bc0d2982f5ca56e064548b4e44726b3c2f83fbbffe75dcfc43d2d1b0291921da5d54785d34ed594b320cb22e9d1d185dc83745eb325ebeda988d4 SHA512 3adca3fae94f951b379025c29b56ef03d0860a3581a95188ccc68fa2805daa36c9a8538b0dcaec8d9a9b88e617c8e364cfc98666e6ab8c1af37a784533f9b949
EBUILD ciso8601-2.3.0.ebuild 638 BLAKE2B 2c015363b1bd114475624420928919b9681635c905ecbfcfb3d6563808ee3d3460d0f407237009c9c3add1b39a8c5acd3cdf94dfee6e0e8861df9aeda889da22 SHA512 0f13e8959ffa6eba1377c3469a796707e87d7e4f6febf3e709d48b514ddaf8872df6c94a0ff2f76064c89ce050bc3e0f2c16994d0ab5defacd42092b75725f7c
EBUILD ciso8601-2.3.1.ebuild 559 BLAKE2B 00e48e11ea682c0bdfb46f04418f1c127702e8e3f57c44f353dd36d23b681e0091a137c73c6d4846c91ea62914a62955be0ff8f79a05bcc3497f4bf6e32dc7f7 SHA512 870750e64528811d02d75d6d195a30ade4104c1f1677b0a2894f3b767f3748ece5adcf33f59fe0509c40b6a18b2e62044614c518320c14b5e1d1544070d7efdd
MISC metadata.xml 385 BLAKE2B a6a00a8cc41a0fb236008df5059f355f19d9f22973f33cb43554efb598bf8a6bac66335a4d6905e2e2625f0b448912ad6174833ede3124e82e355aac011d80d8 SHA512 4c8de3b620f5639a3fe81a898d60bcbf4dcb49dadc7ccc09d247bf2d9b519270f94e005d962bd1a788e163fa3a860800afa5e902c07ea9b7bd9b3a8fbbc5a8ad

View File

@ -1,8 +1,8 @@
# 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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Fast ISO8601 date time parser for Python written in C"

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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Fast ISO8601 date time parser for Python written in C"
HOMEPAGE="https://github.com/closeio/ciso8601 https://pypi.org/project/ciso8601/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytz[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest