dev-python/aiorun: add 2024.5.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-08 14:22:35 +02:00
parent 751d393141
commit f2bff62091
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 33 additions and 5 deletions

View File

@ -606,12 +606,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 1856 Ebuilds in total, 1845 of them have in total 1868 (42 different) licenses assigned.
There are 1857 Ebuilds in total, 1846 of them have in total 1869 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1065|
|Apache-2.0|411|
|Apache-2.0|412|
|GPL-3|108|
|BSD|108|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST aiorun-2023.7.2.tar.gz 31170 BLAKE2B 0f25c6d9a05b215b9d3c8bba68602cbf679fc30245ae413ee84b66fafdeac53c6e62d51151a6055d404e22f9db24f8d51358610a01c9316d37818bbda220f582 SHA512 fa6bcec2202941c26afd9f04a92ab21ab610067f95011f357d9da3e442fac53d917edb170eb52c06bcf0c73033f0f71a9b83dd23bb28c243b1e4aa46e8dd99a1
EBUILD aiorun-2023.7.2.ebuild 581 BLAKE2B b7d283e04391fde5701b1a8475b9d6f5860b27a0923006b0484be8fa9dbdc89ce0680d25569a71bb6b0557e011a07681092f3ff148e4bc45c0dad16caa2b8f99 SHA512 c3bd58ccdb50361ced4fb09273a44b88a105e440bb697fd932c3ace173ed95dcadff75e7c8684fb77119510126f5d2b0e447bdba815a822a8bac4c49d509b5d3
DIST aiorun-2024.5.1.tar.gz 31151 BLAKE2B 003c0e866be2baf82e07a5163024d5d7996f47f91113464e9c4756714e5b0792a4dd172eecd18fb313bd783f7df0cadbbab7a897ec27a959dfe2b2228d939f7c SHA512 2870b97b53735de0144b01ca1590555d6a9a2cfd4dad1324ecfbe8273c60eaa6b0f104c1b5f591a19d7109de0ddba320e5d228509ae704962180c2be7465b474
EBUILD aiorun-2023.7.2.ebuild 581 BLAKE2B 6f8957036e875acf6a23c9f0ab56c27b2b7fd2aafdbd80d1492a4211fd838f7947b1e50e4c413d39eef528faa356f9695f08a51ffb81360f675258a7c1ddf4d2 SHA512 01c9c783064dd608d9785d476770331f4b707f3ec2a35f6b2a0a868b77a0f969d88025bbc17a3d25eb3bb1913720c4291f5197caf0437904426402c38b0c4d7b
EBUILD aiorun-2024.5.1.ebuild 581 BLAKE2B 6f8957036e875acf6a23c9f0ab56c27b2b7fd2aafdbd80d1492a4211fd838f7947b1e50e4c413d39eef528faa356f9695f08a51ffb81360f675258a7c1ddf4d2 SHA512 01c9c783064dd608d9785d476770331f4b707f3ec2a35f6b2a0a868b77a0f969d88025bbc17a3d25eb3bb1913720c4291f5197caf0437904426402c38b0c4d7b
MISC metadata.xml 510 BLAKE2B c04894aa635f2c934b01052ac3907da7313b7fd62d6e5e06aa595848de1950bd3d4e29d91e5a23fc0a59d7c887cdcfc5993a3c583fa8df50b63def0b26da5bda SHA512 669563e4ffce82a98791ef4465eb98254165fc1aab250f4e414093739c1ed65a02aafc1392a6f099a4f5d6cb0c9b3c53329d6efbe6d17e875b29df7e9b10cab1

View File

@ -1,9 +1,9 @@
# 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..13} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1 pypi
DESCRIPTION="Boilerplate for asyncio applications"

View File

@ -0,0 +1,26 @@
# 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=flit
inherit distutils-r1 pypi
DESCRIPTION="Boilerplate for asyncio applications"
HOMEPAGE="https://github.com/cjrh/aiorun https://pypi.org/project/aiorun/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest