dev-python/fyta-cli: add 0.3.5, new pkg

Closes: #3116
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:46:34 +02:00
parent 3a7ec2eb84
commit 2d25ac751f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 3 deletions

View File

@ -617,13 +617,13 @@ 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 1989 Ebuilds in total, 1978 of them have in total 1996 (42 different) licenses assigned.
There are 1990 Ebuilds in total, 1979 of them have in total 1998 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1123|
|MIT|1124|
|Apache-2.0|458|
|GPL-3|129|
|GPL-3|130|
|BSD|111|
|LGPL-3|26|
|GPL-2|21|

View File

@ -0,0 +1,3 @@
DIST fyta_cli-0.3.5.tar.gz 17456 BLAKE2B 836e3ca5aa89318a02edb7c6ef75b1a78b1bdff9b5d075da1c2f9a41fbf64ddc61e8c77e60d6b07e9d50eed21ba480f00a55a50c8bb950c61af98bd672c97a60 SHA512 7374adf87c37b234515cfed864855f8a52befc0a83b7eddf4dac4dba7c728cd0d202c0cd163a5f1f700efda4bdbece101772356bbad4399fe451acbcb011af1f
EBUILD fyta-cli-0.3.5.ebuild 540 BLAKE2B 042ea27b0818486a90a4842e31d1b27573fc9c623e3dc3d69a2db7446e0a3f0d7614f9ef245ee49beb8f23955161f5028dfe3b263331ba6b9a814c4647aa132f SHA512 85444e21aec0e2b67fc92d367db77513798ad7facd5cdaa035e9eb0ef46926564a536c195d4a640e6267eb9c41b50228b86cad345fa82de63161abcfd81d3c36
MISC metadata.xml 536 BLAKE2B 833dbc5dd9d45f41975ea90e484618423d31db44c7424e962fc80724d20d1876ccb8d32edc02ff264c79038e152830957d35201fac4511de2b3b24454dff859b SHA512 2c3bd1550856cfa909470dabb0bc9d0b7b6adb11c35a25479bb85e945a2d18e2d2c237d87250e67b76c4f813fc6ccf9cb663c6b5b8593758dc6c46554e97e4e2

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Python library to access the FYTA API"
HOMEPAGE="https://github.com/dontinelli/fyta_cli.git https://pypi.org/project/fyta-cli/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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">fyta-cli</remote-id>
<remote-id type="github">dontinelli/fyta_cli</remote-id>
<maintainer status="unknown">
<email>73341522+dontinelli@users.noreply.github.com</email>
<name>dontinelli</name>
</maintainer>
</upstream>
</pkgmetadata>