dev-python/pyfido: add 2.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-28 20:01:26 +01:00 committed by Andreas Billmeier
parent 0299bf9bc8
commit 690da83e62
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 22 additions and 2 deletions

View File

@ -573,12 +573,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 1747 Ebuilds in total, 1736 of them have in total 1740 (34 different) licenses assigned.
There are 1748 Ebuilds in total, 1737 of them have in total 1741 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1020|
|Apache-2.0|376|
|Apache-2.0|377|
|GPL-3|107|
|BSD|91|
|LGPL-3|23|

View File

@ -1,3 +1,5 @@
DIST pyfido-2.1.1.tar.gz 5201 BLAKE2B fadaa4040a577af66b27b0144563b08d09301c704b609c6a2598cf95b501380b9234743f2c2093d949d0cc8a96cd4dbf9a7f97fcfbaf210876ec6e89511dfe8a SHA512 8fd8c7256e1eed7aaf989fd642accaa2b51a4f90ee6f724d7be0c24cc170c6b6e2c564423c7d95a044b8245809a2e7c9a01f9c817e9a276fb9139206d2e78444
DIST pyfido-2.1.2.tar.gz 9497 BLAKE2B bf9cfd2e42d053e1e4c11cddf962a2fe3fd51413ae422be0d0eb114d021af1d8f708b02f10fad1eb42a01b7eb1fb2f8ef4b8295f9dddb1015d6f68fd42bbd979 SHA512 1fbcb11a932ae799f8896fe58902b35da653e631d59468b6fa7bfc5e5d8598ae5c4b3a187769df2cc1bcfdb1bb1e11b2c5eecefc471eab8120bc1206a05cd57c
EBUILD pyfido-2.1.1.ebuild 700 BLAKE2B 8f7ede8a585768d3db5db5691d6fadbf23a525ea3bc1f69aef52ee4f8051227ce5ff2cf34fbad5026fd19c5dd38273e18dfb158bfadf581d2f7b948a46eee7c7 SHA512 bb001bd1d428d1af5c13ab767495c35933677e73674e3b569bb83709109d0b19e6c5f42a2f2885c7a4fb2c5900eedbb7b67bd9aaad04696a73ebb91479f5e668
EBUILD pyfido-2.1.2.ebuild 498 BLAKE2B 43ebc11462592bed5c8abb53e5be1d10179a8f3afa3b9e2e732b75c9730a4c1d54c9e7a0de3fc31ee42ed44e4dc234dbbdb794917c8d725af2a4029f527a3ab4 SHA512 af9ec5d32faa76434c1e96550d18f247688c448500101cc2ffcad6f5508d243860007524bf51e2e8e5f345fc15745d4f1e32c0529dbabcdbb8cdd1d636552508
MISC metadata.xml 514 BLAKE2B 89e26cf54ad85d60ad5582dd9b7136b69924b8e2d3f966d0dd242a10f6c0fb96a3a55f9a1b5ca8f17e40aa8ecab7d8c4182000bfa58ee108e5333020c5d353df SHA512 c00d333c5c5dec7ddd5a9c9ade17d340c8bfde95965acaf86ca478c691cbcdeb7a2a493332dbe85d4501f89c71d243feef8b10b9c519c52857e2649b4a921b7b

View File

@ -0,0 +1,18 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Get your Fido consumption (wwww.fido.ca)"
HOMEPAGE="https://github.com/titilambert/pyfido https://pypi.org/project/pyfido/"
SRC_URI="$(pypi_sdist_url)"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.rst"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"