dev-python/pyzipper: enable py3.13, py3.14, pypy3_11
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
90fc0b48db
commit
c531067f6d
@ -606,7 +606,7 @@ 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 2384 Ebuilds in total, 2366 of them have in total 2404 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -614,7 +614,7 @@ There are 2383 Ebuilds in total, 2365 of them have in total 2403 (43 different)
|
||||
|Apache-2.0|545|
|
||||
|GPL-3|148|
|
||||
|BSD|124|
|
||||
|GPL-2|28|
|
||||
|GPL-2|29|
|
||||
|LGPL-3|24|
|
||||
|BSD-2|19|
|
||||
|GPL-3+|17|
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pyzipper-0.3.6.tar.gz 31377 BLAKE2B 718577597566ef9f7e5a8165faadd04c2e0f1bae224a19cbe538afe091e32ad3db08226e3946b7786b4d3aaa936af14ead222121531eaa885d29967783f54c1c SHA512 5c778e7d7589abc52fa035b708457d72e6deece7f943e6391b6f28a934e618c724d8dd7b0db06de46e85801bffc56b87af0506424c1ecffaebe14e5d6f8f1192
|
||||
EBUILD pyzipper-0.3.6.ebuild 631 BLAKE2B d220b4985b85b5ad8e55a7940d9683871e01966733ad686c0d6731d3a5d8162ae6cc9823571327843c2c4645477c7c5f35b800daca2e41a232bd5b57bcf4aa8a SHA512 280020f565ad0e1e7e73d742ea106faccdbd5936ca6aaca45e49558896ab9e4578e777ee5018364016c0101d6661bd67a22878752586c37ccc08594c1f26f3f1
|
||||
EBUILD pyzipper-0.3.6.ebuild 640 BLAKE2B 4ab35fc94aab012dc38ebf820229a54c0e00f65b61b6167c6321d2caa6c8bd61b65bfdf13f918d2dead7a892f8d3bbfc37a5d2f5cf59b409c39fce79061ad3b7 SHA512 4cb0a4b4f451177488cb561b7688aa804d9c6f90e0f7dccc444e6f73fb1bc5b5cff3dfba88ff460fd3fce75b22e585d44d1fad652fbfc0f2ace9edbc34039fd3
|
||||
MISC metadata.xml 517 BLAKE2B 1d2566651877b42f6a8915f54ae7465dff1d5e0a6a826ad0201be81fec4b2652b184f2eeeb2b97db9b08037018c5fd1cc8dee2c3d7a7157474ab2a83d8c0462a SHA512 fdacc27c93f545993cd4c68e9bd24904f004c5d18405bd586aad08818abcafc89d905597545020e837ff8f93780acd7871b3026f7f04c9b67f1e796ad72d4d3a
|
||||
|
@ -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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user