dev-python/freebox-api: add 1.2.1
Closes: #4225 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
cc4fd1a7bc
commit
a110ad79ce
@ -606,13 +606,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 2378 Ebuilds in total, 2364 of them have in total 2407 (43 different) licenses assigned.
|
||||
There are 2379 Ebuilds in total, 2365 of them have in total 2408 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1356|
|
||||
|Apache-2.0|556|
|
||||
|GPL-3|148|
|
||||
|GPL-3|149|
|
||||
|BSD|127|
|
||||
|GPL-2|28|
|
||||
|LGPL-3|23|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST freebox_api-1.1.0.tar.gz 37272 BLAKE2B 86e36e9b3655552799f267c201fd0fac351ab60adf4242fdc677d91f9202fa744c368b71b9df14f29e56b3953a972e524ed3cae898863515bee15b4b8b9edb2b SHA512 f08f19a451ad3a22b2aa44091df50a6ca66f8f877e2d87198631343bd55677537ee8adecbd77e214029a31c1447775b795da431cbc93ad47d30fde699eeac0a2
|
||||
EBUILD freebox-api-1.1.0.ebuild 715 BLAKE2B 635fcfa0126e676ad19bad7b7f8b635fd1022aad077baf3144b5ddf0429dadae648197c3b7fd346e988b93e6f80d08795ff482a745a1563e03c2ac7d08b6607a SHA512 38a3a39f04f3a3a2e949cc0528083667629321f21ba43bb6778567814a9a60c34aa990d4dc325face189445e75e66bba4fb516932823918f902af533415285e2
|
||||
DIST freebox_api-1.2.1.tar.gz 39916 BLAKE2B 34e789fe3b1673231bf6de948b9b170e7f62af90e2c28f9d29d98b8faa66a6c3257a6313c0daabbbe8cb4b3fc6fb927c1c23d372807233795539d1fbdd8a2714 SHA512 ca7c57006037e2df3f9aae3804bcb5d09d4029e994dd0e553dcf18f9914274ad6226f28929d6eea1264c6a362542c5d65785afe6b00aaed9550704176a681796
|
||||
EBUILD freebox-api-1.1.0.ebuild 715 BLAKE2B 49a778f76c0f090326c6718406cc773695d904cb79805ea5baa382b4944e759db9dd6675bdab74148a128c49ca6de33a4dd68c43cebc7283d95be997486a4e9e SHA512 245152de3b2e54d75d68657fbbae8a1adb6eaa62a69493d7631061b127b39e6018feff0637207cea863a1f94e882a9caf70243901b59021a6dfc9f14e5ae4710
|
||||
EBUILD freebox-api-1.2.1.ebuild 566 BLAKE2B 2fc08a82a384ab4342770a5c2b60730f6a0a66c7eead265216f595b741e2d92953ccb092f055dd8f10d03b69896f5f63b7ba722ada0c92f5db445ff43adc57b5 SHA512 b2656e385f0dc98b82c668aea31066baf9a9fc9b218e2bc31a3580b684f65195ccb038f18178b3dc20cd8a2e745d39c298214b3e03dd93deb9764399ac1ec72b
|
||||
MISC metadata.xml 516 BLAKE2B d9aad8d594e4d4a4f2b539dc87e3e6e7113c6b5543d281d46e1abc56f35951f5ea7c31ff1e267bb7be3d0e53e5935ebd0b9180e20653eab98d3f7d8fd3d6edb7 SHA512 8a03419636bebad70dd71708ab02995265fbcecf3b15f10a845f6dbb6bd2360c36c35320cac3d49ab415f2d2c934ded0505c86ffa31e720a1c7b2d495991e889
|
||||
|
@ -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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
23
dev-python/freebox-api/freebox-api-1.2.1.ebuild
Normal file
23
dev-python/freebox-api/freebox-api-1.2.1.ebuild
Normal 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..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Provides asynchronous authentication and access to Freebox servers"
|
||||
HOMEPAGE="https://github.com/hacf-fr/freebox-api https://pypi.org/project/freebox-api/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user