dev-python/mock-open: enable py3.13, py3.14, pypy3_11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-24 16:18:40 +02:00
parent fd69199c86
commit dca0d8376c
3 changed files with 5 additions and 5 deletions

View File

@@ -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 2384 Ebuilds in total, 2366 of them have in total 2404 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1360|
|MIT|1361|
|Apache-2.0|545|
|GPL-3|150|
|BSD|124|

View File

@@ -1,3 +1,3 @@
DIST mock-open-1.4.0.tar.gz 12127 BLAKE2B 6410b7d0e537c2db2e055fb3a7976c13453b59f1e9366579411da9183b70c51e24714df0bf614267ff1cffd536b83a59805a04c483fb63f07f7f2262813a6716 SHA512 9de694ba805b37e3b9fa5f9992e9cd67aa1e76bff8881206072d750d835d16bd3fca9c5ff2d2cab468e9fdb04019f56cd0af50349f5b9dc26c08b26a312a7d3e
EBUILD mock-open-1.4.0.ebuild 642 BLAKE2B 9b59a861909b64a7354b3ad6776a434bb93484b5c610d9751a3b40d29b71b6ad37def59829bf7d27a01a08cca1dca1c709cfa9d411b836121964197a89498f89 SHA512 372a3732a646ee736f82aa0cf4f87aa176632176d3e89483f464b2a67c9b817924ce2f27eaaa3316be5708efdb5e12caff56c90c3d4bbbc5c55fca18f68026e4
EBUILD mock-open-1.4.0.ebuild 651 BLAKE2B 380970d59dd898b1cd744a18c69970746c717244a5f78cebb5bb346a9564b7cfb82e156d0497c9e40b3121bc91aae7f9b08a65ceefcf51df6a577f136092fbdd SHA512 ff70f13f1b8883a77ed76521f6376679430ec6e633a09aa471a719033ab3bd1da828876369c3d25ac5c040a32c1dd9aff44df7feadb7361e2dc4653149e469a9
MISC metadata.xml 511 BLAKE2B 4a623c0155e07165cff36a7332d6241416c7af979b8c732c345fa1205c1b443d4320df57adb0add5f7ce79ad255cf37cdac104af059d82516fdf4d65458bbc5e SHA512 6fa06b4f188d9da763bafd83112684df81d25163fb0deb71a74b55d766e89c1b2599fcb3ff3ec4a01d6a065b87fefedab56d12a90eaf7e827bed7decd7d557aa

View File

@@ -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