dev-python/whois: enable py3.13, py3.14, pypy3_11
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
44068d596c
commit
86aaa3c5ef
@ -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 2383 Ebuilds in total, 2365 of them have in total 2403 (43 different) licenses assigned.
|
||||
There are 2382 Ebuilds in total, 2364 of them have in total 2402 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1361|
|
||||
|MIT|1360|
|
||||
|Apache-2.0|545|
|
||||
|GPL-3|150|
|
||||
|BSD|123|
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST whois-0.9.27.tar.gz 30203 BLAKE2B d2554b3c2b91684b59173bf1039f6fec65ca8a078e73c7ce8b16dae562303519be6941ce86368d9f1c466fd7fa4eb7f23b78adeeea68f6862d79048b2f001941 SHA512 7c9ae940d13a72bb9345715ccb3c1b168ddbffd51625c84d4c3d46fe17d9f2e7b380483a12eabc6316963bd45c2b907d4cb2f83e366aa81c712598772992f748
|
||||
EBUILD whois-0.9.27.ebuild 613 BLAKE2B 1f99590a9d7e1feff0f61f542f87ad124eb73d446e885eaee16b37f667c24611b15c6c2d4cf52a1746119cb2174f7d4da1fe17c8f84e2b065fdd9224f06d92d0 SHA512 fe9376e6827a057ec7fdaac78fcf39c6d625f48e02c6d207f4ad714fa577452975ac9964ce8f8fae84110203a0428be68be8e57871ba0232ed294683961aeb21
|
||||
EBUILD whois-0.9.27.ebuild 622 BLAKE2B 2f80fac666ce645938438901e4bf494d615fb477403e5fadf07339ef90768bf4209ad7eaa0cf039973ecbda2b6efbcbd4a3f36ec43dd2985a6758324fd7b6a76 SHA512 fc0e762870ba42bf85699d48a282ff772271020cf1b1122b14f399781ba8c780b12e10b30b2c131ffa7516ba5734660d223cda46d11764010fb17876d3fd705b
|
||||
MISC metadata.xml 508 BLAKE2B fbded45feac30901115dc71605030b74cca00151b7cbe7eae1a962564e571b71a5b0911f20d183ff17a677c204f7e84ba8b9493a288ef2fe6b91e241ff0aab2d SHA512 7e23ba622f7c8003f47e70f143029f9cd64668cf63d99bad9a608e2577830b0d7e37d655055ffe6d94a0343ef922ecfa1d278ec12a48eee599517976f79be791
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2024 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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user