Skip to content

Commit f2bff62

Browse files
committed
dev-python/aiorun: add 2024.5.1
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 751d393 commit f2bff62

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 1856 Ebuilds in total, 1845 of them have in total 1868 (42 different) licenses assigned.
609+
There are 1857 Ebuilds in total, 1846 of them have in total 1869 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1065|
614-
|Apache-2.0|411|
614+
|Apache-2.0|412|
615615
|GPL-3|108|
616616
|BSD|108|
617617
|LGPL-3|25|

dev-python/aiorun/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aiorun-2023.7.2.tar.gz 31170 BLAKE2B 0f25c6d9a05b215b9d3c8bba68602cbf679fc30245ae413ee84b66fafdeac53c6e62d51151a6055d404e22f9db24f8d51358610a01c9316d37818bbda220f582 SHA512 fa6bcec2202941c26afd9f04a92ab21ab610067f95011f357d9da3e442fac53d917edb170eb52c06bcf0c73033f0f71a9b83dd23bb28c243b1e4aa46e8dd99a1
2-
EBUILD aiorun-2023.7.2.ebuild 581 BLAKE2B b7d283e04391fde5701b1a8475b9d6f5860b27a0923006b0484be8fa9dbdc89ce0680d25569a71bb6b0557e011a07681092f3ff148e4bc45c0dad16caa2b8f99 SHA512 c3bd58ccdb50361ced4fb09273a44b88a105e440bb697fd932c3ace173ed95dcadff75e7c8684fb77119510126f5d2b0e447bdba815a822a8bac4c49d509b5d3
2+
DIST aiorun-2024.5.1.tar.gz 31151 BLAKE2B 003c0e866be2baf82e07a5163024d5d7996f47f91113464e9c4756714e5b0792a4dd172eecd18fb313bd783f7df0cadbbab7a897ec27a959dfe2b2228d939f7c SHA512 2870b97b53735de0144b01ca1590555d6a9a2cfd4dad1324ecfbe8273c60eaa6b0f104c1b5f591a19d7109de0ddba320e5d228509ae704962180c2be7465b474
3+
EBUILD aiorun-2023.7.2.ebuild 581 BLAKE2B 6f8957036e875acf6a23c9f0ab56c27b2b7fd2aafdbd80d1492a4211fd838f7947b1e50e4c413d39eef528faa356f9695f08a51ffb81360f675258a7c1ddf4d2 SHA512 01c9c783064dd608d9785d476770331f4b707f3ec2a35f6b2a0a868b77a0f969d88025bbc17a3d25eb3bb1913720c4291f5197caf0437904426402c38b0c4d7b
4+
EBUILD aiorun-2024.5.1.ebuild 581 BLAKE2B 6f8957036e875acf6a23c9f0ab56c27b2b7fd2aafdbd80d1492a4211fd838f7947b1e50e4c413d39eef528faa356f9695f08a51ffb81360f675258a7c1ddf4d2 SHA512 01c9c783064dd608d9785d476770331f4b707f3ec2a35f6b2a0a868b77a0f969d88025bbc17a3d25eb3bb1913720c4291f5197caf0437904426402c38b0c4d7b
35
MISC metadata.xml 510 BLAKE2B c04894aa635f2c934b01052ac3907da7313b7fd62d6e5e06aa595848de1950bd3d4e29d91e5a23fc0a59d7c887cdcfc5993a3c583fa8df50b63def0b26da5bda SHA512 669563e4ffce82a98791ef4465eb98254165fc1aab250f4e414093739c1ed65a02aafc1392a6f099a4f5d6cb0c9b3c53329d6efbe6d17e875b29df7e9b10cab1

dev-python/aiorun/aiorun-2023.7.2.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=flit
88
inherit distutils-r1 pypi
99
DESCRIPTION="Boilerplate for asyncio applications"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=flit
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Boilerplate for asyncio applications"
10+
HOMEPAGE="https://github.com/cjrh/aiorun https://pypi.org/project/aiorun/"
11+
12+
LICENSE="Apache-2.0"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.rst"
19+
20+
BDEPEND="
21+
test? (
22+
dev-python/pytest[${PYTHON_USEDEP}]
23+
dev-python/pytest-cov[${PYTHON_USEDEP}]
24+
)"
25+
26+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)