dev-python/standard-aifc: new package, add 3.13.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-21 11:20:43 +01:00
parent 2d062b9baa
commit 8183c7981f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 3 deletions

View File

@ -606,12 +606,12 @@ 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 2371 Ebuilds in total, 2357 of them have in total 2400 (43 different) licenses assigned.
There are 2374 Ebuilds in total, 2360 of them have in total 2403 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1352|
|Apache-2.0|553|
|Apache-2.0|554|
|GPL-3|149|
|BSD|127|
|GPL-2|28|
@ -621,7 +621,7 @@ There are 2371 Ebuilds in total, 2357 of them have in total 2400 (43 different)
|LGPL-3+|17|
|all-rights-reserved|15|
|Unlicense|14|
|PSF-2|10|
|PSF-2|12|
|ISC|8|
|MPL-2.0|6|
|LGPL-2.1+|5|

View File

@ -0,0 +1,3 @@
DIST standard_aifc-3.13.0.tar.gz 15240 BLAKE2B fe1db987a79768248dfd7522f7f76a79f4f98b55460e079a19476096fc4dd5857f2476503b74164a2eb8f4ab743e0deef31d47e897c61ba3391ab6a9ef0ba150 SHA512 021291853a6c00c812f5a83e803980edd81cbeb47e2f20513372aeaf837825d94288cc46c36e37b789d1abadd2bd51fde974c90543be4983cbf373170cd1ee10
EBUILD standard-aifc-3.13.0.ebuild 470 BLAKE2B 34c6219e17c42ad9d28a3d57c957d7aa0d87b6759e37c6d27ddab3b7f79acce454b956dce61a83f7fe1c56e5b9d6dfa42839006e3a9947e004d663e205a3c229 SHA512 9d545b9545fc98c4265ad69ddbd28da18b7b3c6c236a6ca42d70c3a3213c36bb3360b5faa5d19f63b8503c4cb2b7be372c69695d33d0eb491492b5c5df1bc876
MISC metadata.xml 539 BLAKE2B a83e3ae7824ec1e26b372849b66a9e67eef70af39a910ce147216552037ea7af7413d458657747b416c896594e81678886593dd203557fcfcb50073a1f233697 SHA512 1c8c88abf9d1ef43ad1a77261b696738db4d7fe362d8eaf8565abce74086c8ad8ee851d184dabc123be36d4b668e7a9af6c071beb59a791f22ebb8c94081ded4

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">standard-aifc</remote-id>
<remote-id type="github">youknowone/python-deadlib</remote-id>
<maintainer status="unknown">
<email>python-deadlib@youknowone.org</email>
<name>Python Developers</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Standard library aifc redistribution."
HOMEPAGE="https://github.com/youknowone/python-deadlib https://pypi.org/project/standard-aifc/"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"