dev-python/openwrt-luci-rpc: add 1.1.17

Closes: #3071
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-14 23:27:08 +01:00
parent fac19b1fb2
commit 33fc5a2216
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 deletions

View File

@ -617,12 +617,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 1913 Ebuilds in total, 1902 of them have in total 1921 (42 different) licenses assigned.
There are 1914 Ebuilds in total, 1903 of them have in total 1922 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1078|
|Apache-2.0|441|
|Apache-2.0|442|
|GPL-3|128|
|BSD|105|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST openwrt-luci-rpc-1.1.16.tar.gz 16914 BLAKE2B 6b96a08cc861b4dbc032782fb439a9f4e3357c6b431abf0dcd78e82fb1057f80e2832940142d390842b7123edc1a968bbee32fb78e2acd57e4709fbb3fdd8b26 SHA512 b4e864825ba1a7b3b3acd3e1620d0b304f48a2e4aecbc996e27face09ce7b77aaa7b907dc1bb303895fff1bc82331848a4a6a76e2f82d11e19b06a4eada622c7
EBUILD openwrt-luci-rpc-1.1.16.ebuild 796 BLAKE2B e18d59206730c51b619c9d26f7ecc02ec0316cca6026b08625da704037ff1b609485a1643ade58dd20ccaaafbb5b490ae76c092d864cbc88aa72a480b8195fa7 SHA512 f765a9593eaa57c286c0781e5eb3f5baf6907e388c5d9b754b1a25a935473668699a47ad366dfbabfc5f6e99ae4db59e091250fc70bc7d01835dad99b4ed8b39
DIST openwrt-luci-rpc-1.1.17.tar.gz 17239 BLAKE2B c8cb0bf7a8924e304d6d0648a66a11adeee0259d7160601edb00708e5fcff1ab934a5c0cf397134465c2027e929b5c537b8638e6400a2180f760ff0a9a16ef8d SHA512 0ed5d6252c8d4b3684aecffb10834dfc7aac8621a43f6879f2ec295128df6357a0442709b80a6a2a6001de136b9d6ad381cb0637700f79ead35336b4c4142267
EBUILD openwrt-luci-rpc-1.1.16.ebuild 796 BLAKE2B 9526c0ef59bb40126c5a9d62e630e3a4de73672d6ad9c18926f5f82e3fc49bc06a435ea81335837d8d83af7a16f95a790bffc8b57acdcd55955601df324315ac SHA512 d0c84a4d61b27d22eb3e4d17c31ddae9b5fb5fd326fa969fb2fe2216e7fd9571a4539ff69bd63285bdd07157dbc2a106ac46ddfb9de746acff13eea810ebe87f
EBUILD openwrt-luci-rpc-1.1.17.ebuild 694 BLAKE2B d3291b6611121b89e1d0a3dd8908c58472421f8ce7aa17ddcb28e9b207588261c512fe2fe25948df2e6700e3e993bb4eb3475d3440a25a5abb20c9d577008006 SHA512 3fe69e46c2d0e177efa2ad5555148d03e4cab6d5ff06857bb2ba768db2c58ae165aad9de2fdca5051fe6a238f4856941ec77a04926db0e54b1a92710357e52e5
MISC metadata.xml 529 BLAKE2B 61627aa239f04c9804dfec708048914e186a9fbfca55e30415b68232f559bd1593c66432ea28b0673d18fd54af44442c2989f81aed333f15a933fd022a0d4de5 SHA512 dd3bb60fb07bbe609f25cf3aee35221d7fcc86e59cf6c0944afdada6772b4d9873dde7c17d0da473b11cdec4d83048dbda27da09c7aa01924aeb4fadfa80ac7f

View File

@ -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..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# 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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Module for interacting with OpenWrt Luci RPC interface"
HOMEPAGE="https://github.com/fbradyirl/openwrt-luci-rpc https://pypi.org/project/openwrt-luci-rpc/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
>=dev-python/packaging-19.1[${PYTHON_USEDEP}]
>dev-python/click-6.0.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest