dev-python/pyserial-asyncio: enable py3.13, py3.14, pypy3_11
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
adfa6a1f22
commit
50e6098e44
@ -606,11 +606,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 2380 Ebuilds in total, 2362 of them have in total 2403 (43 different) licenses assigned.
|
||||
There are 2381 Ebuilds in total, 2363 of them have in total 2404 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1358|
|
||||
|MIT|1359|
|
||||
|Apache-2.0|545|
|
||||
|GPL-3|150|
|
||||
|BSD|125|
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pyserial-asyncio-0.6.tar.gz 31322 BLAKE2B 1c9203d1d0ba78207190fc1a61c846d34c71faaaf9d8e24ad4d3ed913541f211a824f0f29f0a99b814f1917a687d7648b1a31addfeddef1f84f46530c15c3150 SHA512 95f2a9209520056df4508f49af2546f2adf576cc5bbafaf681a5cef9d2fd3fa802b061cbf3034ae2395d2ba262d36e537fd9aa97afdfe5063bd97c1d761b10c0
|
||||
EBUILD pyserial-asyncio-0.6.ebuild 672 BLAKE2B 563bf01235957f0253c8a4450ab60b090c727d4a2d3a6efb28727d8a42512f4d9340f6a71eb76b87b97ce4d71d6de22fe29b3a3501b856c62d16d739f2f1dd98 SHA512 622a657a69d05484df038d2121b182f2d7ae55bbd952a2c8a92bb2da7a46f53636b37fd9cf1ebd552b854aae4e005d3409db5525f3531e724e651c66eb9ec7f4
|
||||
EBUILD pyserial-asyncio-0.6.ebuild 681 BLAKE2B b58959c19e3df34c17d1ef500465dc841e3f32d2bbf57cfd0a1238869eaacb001350c1a3d1317d56d809387f03d7588a3f9ca51783df2e2bf6bba0778fd48a60 SHA512 332960157e465db973746b01efcc4039569ccf8ba2d7ca6af9a84c503018b79c505a4ba9d1b36385cb34724bdb42b1630e1f4f72f5b1dfd3180bf8ba45ca7218
|
||||
MISC metadata.xml 402 BLAKE2B c983a441b11df86b3e2b12e3f7a67e310b9e1d05b60aa826f2442d4c237a89e98d117e8590ed98dde43984c060685a0a1ee59e8917ed8ef08057c9d42c0d2b4c SHA512 d1d284bdda111b3fee0f53ebc60d3c5262f5515d76f4929181baaf1e478155cade8b06f76d191dc9141296cfde145878e90d717611ffdae534dc4da2e0487182
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
Loading…
x
Reference in New Issue
Block a user