dev-python/ciso8601: drop 2.1.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:10:19 +01:00 committed by Andreas Billmeier
parent 15cb1f7c49
commit 6fe4ffc68a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

View File

@ -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 1721 Ebuilds in total, 1710 of them have in total 1733 (43 different) licenses assigned.
There are 1720 Ebuilds in total, 1709 of them have in total 1732 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1004|
|MIT|1003|
|Apache-2.0|357|
|GPL-3|109|
|BSD|97|

View File

@ -1,5 +1,3 @@
DIST ciso8601-2.1.3.tar.gz 15726 BLAKE2B 2122c6b677ef0386bfab30fb76d746ff0d22e402464a3e0b928b71d0c22cf9dc26503dba52750015f45b4397ebd1dca16400873d2f67ce38dac2b5fbed2402dc SHA512 9342cf9b2ded1077a2c3906527ae4ac05dfc0e8104f1c85e041d636caa1180df390f01b2d87a33a4c197f4467a25bda1cd0136eb48585b127662cde7d0ffda7e
DIST ciso8601-2.3.0.tar.gz 26839 BLAKE2B 8a672ed93c9eb113eb6baafe1b00168f40d6074f95dc0ac193c996ebb29c080af3ccc6f1eae960ec8ce9df253b613a6729a37c91d8b9d8668c46c384e67dfb6b SHA512 75d7fe17da2b2f670d220074cbb86c3ea8182c793506c5b96504d15d14e5bee9e4d3a44a68532af54fee9791b42583910caab8b2c680f3a56007f6ed9e20d598
EBUILD ciso8601-2.1.3.ebuild 638 BLAKE2B 32aa48f307ae66907bf7a86653a16306e29b5b2607f1cca93f1ac5483154ad94124161754b51c49ce864e48e4140d2dd4b9e51155145bfb66f32f5f7922accb3 SHA512 485ec3aba6c48e41afe7fa410f3665dc27003d247a7262e038c4c91b68f4b44dcd9edfae4eca15e45c2c206a3ee6f5917e469809911ea5aae43d375e49da9829
EBUILD ciso8601-2.3.0.ebuild 638 BLAKE2B 32aa48f307ae66907bf7a86653a16306e29b5b2607f1cca93f1ac5483154ad94124161754b51c49ce864e48e4140d2dd4b9e51155145bfb66f32f5f7922accb3 SHA512 485ec3aba6c48e41afe7fa410f3665dc27003d247a7262e038c4c91b68f4b44dcd9edfae4eca15e45c2c206a3ee6f5917e469809911ea5aae43d375e49da9829
MISC metadata.xml 385 BLAKE2B a6a00a8cc41a0fb236008df5059f355f19d9f22973f33cb43554efb598bf8a6bac66335a4d6905e2e2625f0b448912ad6174833ede3124e82e355aac011d80d8 SHA512 4c8de3b620f5639a3fe81a898d60bcbf4dcb49dadc7ccc09d247bf2d9b519270f94e005d962bd1a788e163fa3a860800afa5e902c07ea9b7bd9b3a8fbbc5a8ad

View File

@ -1,29 +0,0 @@
# 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="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/pytest[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest