dev-python/pybase64: new package, add 1.3.2

Closes: #3361
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-26 11:18:07 +02:00
parent 4df050a49d
commit 8c01f2fd1b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 2 deletions

View File

@ -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 1846 Ebuilds in total, 1835 of them have in total 1858 (42 different) licenses assigned.
There are 1847 Ebuilds in total, 1836 of them have in total 1859 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -616,9 +616,9 @@ There are 1846 Ebuilds in total, 1835 of them have in total 1858 (42 different)
|GPL-3|107|
|LGPL-3|25|
|GPL-2|23|
|BSD-2|14|
|GPL-3+|14|
|LGPL-3+|14|
|BSD-2|13|
|all-rights-reserved|13|
|Unlicense|9|
|PSF-2|8|

View File

@ -0,0 +1,3 @@
DIST pybase64-1.3.2.tar.gz 129277 BLAKE2B 52e6c545e3ef28215aabcde3794022d492a157ef14e3c3d033ee86540079058ed7094b483322f03ae24b006d3edfa996a91ec2ba6c0484addea50efd9079cff2 SHA512 d33e0212b46101d773624de912d671fdc1eaa6f7527d33f3c67ba5078ba02f0b68c981199e8a474788b0006f36bd7d798975eb586fdea95c306a45f257cb5459
EBUILD pybase64-1.3.2.ebuild 522 BLAKE2B 0f3bc98829a32a44cb292c323356aece52d91ad23d794ba88a73524a8e336a96779ca62d7b8c2d3e30286da8061a1b256e49081aa0a3dc3839a8af3e48cc7c29 SHA512 a95ef6c0609bd69c23609e24b97948b1d3dfa1bc92407260790c9a2633338114ec6af59137c3c8eb7d0020b5744ff9d34296a584534bb68e8f987f2faea843b9
MISC metadata.xml 384 BLAKE2B 64edc5c0cfaf4454a5525a57ac5995e5c76034e7849ac27dbf3d19034b4dd7c21cf297f1c1f07c4e1341632debbe48b540387ae1b459610c3ea62f11e471f0b5 SHA512 707d321e996e21b7fac9e6f8fcecca9fac3bef447fc512ca5abb23adf15a68e6f3bb0da673e82fbf00da7f424ae796700e61909a73afb6669104fc9b22501808

View File

@ -0,0 +1,12 @@
<?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">pybase64</remote-id>
<remote-id type="github">mayeut/pybase64</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,24 @@
# 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="Fast Base64 implementation"
HOMEPAGE="https://github.com/mayeut/pybase64 https://pypi.org/project/pybase64"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_sphinx doc \
dev-python/furo
distutils_enable_tests pytest