Skip to content

Commit 66604d1

Browse files
committed
dev-python/pycryptodomex: enable py3.13
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9e26053 commit 66604d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ 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 1971 Ebuilds in total, 1960 of them have in total 1985 (42 different) licenses assigned.
609+
There are 1973 Ebuilds in total, 1962 of them have in total 1987 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1140|
613+
|MIT|1142|
614614
|Apache-2.0|439|
615615
|GPL-3|114|
616616
|BSD|112|

dev-python/pycryptodomex/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST pycryptodomex-3.20.0.tar.gz 4794613 BLAKE2B 909d9072815abeea5e48a6f7df57641cf4690e13a774f341a6362db8e952547c9a593248027784ee636c68d09f11712451063e274c17db4f0fb7b42c142d5f13 SHA512 dd0f05338a209de26d93321d0709bdc9240c74768683c7decc572ee3a9a075bda95f527ae0d433e02a1674b6e12c4e7d35cc0ef721fb5e98fdb12878e047ebcd
2-
EBUILD pycryptodomex-3.20.0.ebuild 521 BLAKE2B f5b0e23fed644930e1ae73a280cb1436ac81ec9e0a9d2f58c3af7eaf4076139eaee6d4d42b274878bf1eac51da2526ac3a5ca0fb80c08849b3c57a2b27567e36 SHA512 3adc2b2836fba3adbc9fec5fd94f2704b676a6582c9d4753d07a47e6ceb2a6dcafdda51e3bb1a055c51a10da06b4483b745f172af6b89e6397e82c39a422d196
2+
EBUILD pycryptodomex-3.20.0.ebuild 521 BLAKE2B f28d20ad448654243dfe15517288d4bea500de8c5d4f90ea88bb2008e84b3fea14894cecd607a42508c0fb6605530ffab3ac4f47ecd5545ca146b20e17e1304f SHA512 08a4345e359f7442b7badf893cf909ddb0072af34534f243efb60cb64d49d3211e8a145274a80aea7f9db627e0b52abc550d679cf7741fbe245b1c8514992395
33
MISC metadata.xml 520 BLAKE2B 64f614d477ed25e256ffaf52cf4c25c48529b37ba3571c5cfc1990c33c4ca690af8cc3ab7cbb94713f4ea1b667295da44ca458794c620106c8f53fc32efe7f64 SHA512 16c6bc70390e6a1ba6c0cf6a9a1cbe852af90f3c4727692bfb5ea5863c4dcb9b38e397cf90dae44ce8ca4743ab0e94cda41a6605f0b11ae5ee9c0ac51f3b9a9f

dev-python/pycryptodomex/pycryptodomex-3.20.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

0 commit comments

Comments
 (0)