Skip to content

Commit

Permalink
dev-python/Authlib: enable py3.13 and disable py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Billmeier <b@edevau.net>
  • Loading branch information
onkelbeh committed Jun 23, 2024
1 parent ac8fbad commit 085717f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 1924 Ebuilds in total, 1913 of them have in total 1936 (42 different) licenses assigned.
There are 1925 Ebuilds in total, 1914 of them have in total 1937 (42 different) licenses assigned.

|License| Ebuilds using it|
|-------|-----|
|MIT|1102|
|MIT|1103|
|Apache-2.0|432|
|GPL-3|114|
|BSD|110|
Expand Down
4 changes: 2 additions & 2 deletions dev-python/Authlib/Authlib-1.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
Expand Down
4 changes: 2 additions & 2 deletions dev-python/Authlib/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST Authlib-1.2.0.tar.gz 139991 BLAKE2B 3f195242ff9b28fe713ef470078db4368171e67c154c00524b65b2a5404bd5fdf98a245be14927c2cbd7bfc40d51b07007b817fc88c60a8d9c4ae2cbf0557d16 SHA512 2090c646efacac676af048d9b5af815acf0b6a00a540dccc7d0e1936a61bb9cffb69d669511367a8e8ed39f2193ba1277c5d3b2608c238c834c7b5fc6d75697b
EBUILD Authlib-1.2.0.ebuild 759 BLAKE2B 93c0a988a9362bc1b6940e2f3e617733cdc8adfb846b10b88e479465e11fccf049d4e5bd19e7f88e1e55724a22e8a7ff7cd8f336488369d2bdf0db53ccde7c35 SHA512 6c0170b6fb20707ac05397c5164de7b68ab94d5931faf7df944590a03b4232c7b00adfeea9d84ce37ce0723949e1835098093c7af09517c4d246dbdf7b762fd8
MISC metadata.xml 505 BLAKE2B 74baa9608a285c577fd5c6fe2a679ae94ff3b002baa7d6073361606d711eaa562f0b78503396beee2896038a871ba8dc6b83dd37687c9b70ed4012131ec07f66 SHA512 c1d12e3216c6b5154d6a6433548237270a3693f144a91730991a7c3a28dd9f7b1917a056eb315a8636cbb5fcf4018ff0d83f135bcfcf74c71979a3fb6292f6aa
EBUILD Authlib-1.2.0.ebuild 759 BLAKE2B 6a3b2e9be8a714db8e99e492ecee2495fb1dab5f41817168af824db1f17489a19e7a25834eded288cf10c93616dd54c6cd35dcf9bd8dd576330fc619e9ac0560 SHA512 77e94a5887a5e5003e70aee0d8227ae7cb2eba8d6b718d373941e06f80b86222d7b8aa4809dd8f8a5896622a77592e358eb28a94435fd2c6f209f666ab26c215
MISC metadata.xml 506 BLAKE2B e8610844235c70699b2c3e6bc2227cfcd80f8292832fde889e9f999ab9059874a697d947f653656ed68a160899d24e144096fc8c4a5231afefbe4aee00eb2d06 SHA512 4a31d0cf6d9a290fcfade917264be04dff7c0ae3a43668b3528af30bcecc2fc9da2a6745001df965f68ace28995b15183eb233573db7c86cd85a3bbf39ddbc81
2 changes: 1 addition & 1 deletion dev-python/Authlib/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">Authlib</remote-id>
<remote-id type="github">lepture/authlib</remote-id>
<remote-id type="github">sponsors/lepture</remote-id>
<maintainer status="unknown">
<email>me@lepture.com</email>
<name>Hsiaoming Yang</name>
Expand Down

0 comments on commit 085717f

Please sign in to comment.