dev-python/cronsim: new package, add 2.6

Closes: #4308
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 15:50:39 +01:00
parent 3880e86316
commit 161bad4d97
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 2 deletions

View File

@ -606,14 +606,14 @@ 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 2391 Ebuilds in total, 2377 of them have in total 2420 (43 different) licenses assigned.
There are 2392 Ebuilds in total, 2378 of them have in total 2421 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1357|
|Apache-2.0|562|
|GPL-3|155|
|BSD|126|
|BSD|127|
|GPL-2|28|
|LGPL-3|23|
|BSD-2|19|

View File

@ -0,0 +1,3 @@
DIST cronsim-2.6.tar.gz 20315 BLAKE2B 13b989409c25b0c3aee5d075ab23ffdbe4261e4b823d8c8d953e2f2ce1d2cf0c02c502b5a0a55511268652ac2232f5f6423a2a6b1549bb4a71c9bc5a179b37a8 SHA512 d0bf657cb12d3f464392c41ba1c7dde952570ed39d74a7c0aa94b83c46aafdb695d9ae953dacea9995cf5cec50a0754d4d9058397eafd371491832f91bfb691c
EBUILD cronsim-2.6.ebuild 479 BLAKE2B ae2f40ea2297edc35d5161d7ca8e4c4702e18e384fb95035cf44727a41fc21b3ce6eb9f939c8968670a3368f35de648f1560f24683d41d3948bed59680225619 SHA512 1e276b9c2953b359446f036ff15d4d5ae1015592591deeaf79547dd3c56ddc873e4255f92e9ba7a01978eae26d9d95b3be9722783951f99c8c1cb56646e5e4ff
MISC metadata.xml 517 BLAKE2B 4fd0b13a96d528e554608610e723f76461f920fa3a8fbdb5ea8d4fcccdc7e1934bdc45804020634609c8f98b90ee62dedef952ca2fb08a0660175a4c2fc3fa1f SHA512 4dae6f43f49c16b2e14dc50dcfabed48791c85d98d5f9078b540f6b2a87b08ca4ba9c1bd2c5a622bafc562f8cbe5b3ef20628556d8413691dbbfcf1f623c249e

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Cron expression parser and evaluator"
HOMEPAGE="https://github.com/cuu508/cronsim https://pypi.org/project/cronsim/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">cronsim</remote-id>
<remote-id type="github">cuu508/cronsim</remote-id>
<maintainer status="unknown">
<email>cuu508@monkeyseemonkeydo.lv</email>
<name>Pēteris Caune</name>
</maintainer>
</upstream>
</pkgmetadata>