Skip to content

Commit 33fc5a2

Browse files
committed
dev-python/openwrt-luci-rpc: add 1.1.17
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3071 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent fac19b1 commit 33fc5a2

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1913 Ebuilds in total, 1902 of them have in total 1921 (42 different) licenses assigned.
620+
There are 1914 Ebuilds in total, 1903 of them have in total 1922 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1078|
625-
|Apache-2.0|441|
625+
|Apache-2.0|442|
626626
|GPL-3|128|
627627
|BSD|105|
628628
|LGPL-3|25|

dev-python/openwrt-luci-rpc/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST openwrt-luci-rpc-1.1.16.tar.gz 16914 BLAKE2B 6b96a08cc861b4dbc032782fb439a9f4e3357c6b431abf0dcd78e82fb1057f80e2832940142d390842b7123edc1a968bbee32fb78e2acd57e4709fbb3fdd8b26 SHA512 b4e864825ba1a7b3b3acd3e1620d0b304f48a2e4aecbc996e27face09ce7b77aaa7b907dc1bb303895fff1bc82331848a4a6a76e2f82d11e19b06a4eada622c7
2-
EBUILD openwrt-luci-rpc-1.1.16.ebuild 796 BLAKE2B e18d59206730c51b619c9d26f7ecc02ec0316cca6026b08625da704037ff1b609485a1643ade58dd20ccaaafbb5b490ae76c092d864cbc88aa72a480b8195fa7 SHA512 f765a9593eaa57c286c0781e5eb3f5baf6907e388c5d9b754b1a25a935473668699a47ad366dfbabfc5f6e99ae4db59e091250fc70bc7d01835dad99b4ed8b39
2+
DIST openwrt-luci-rpc-1.1.17.tar.gz 17239 BLAKE2B c8cb0bf7a8924e304d6d0648a66a11adeee0259d7160601edb00708e5fcff1ab934a5c0cf397134465c2027e929b5c537b8638e6400a2180f760ff0a9a16ef8d SHA512 0ed5d6252c8d4b3684aecffb10834dfc7aac8621a43f6879f2ec295128df6357a0442709b80a6a2a6001de136b9d6ad381cb0637700f79ead35336b4c4142267
3+
EBUILD openwrt-luci-rpc-1.1.16.ebuild 796 BLAKE2B 9526c0ef59bb40126c5a9d62e630e3a4de73672d6ad9c18926f5f82e3fc49bc06a435ea81335837d8d83af7a16f95a790bffc8b57acdcd55955601df324315ac SHA512 d0c84a4d61b27d22eb3e4d17c31ddae9b5fb5fd326fa969fb2fe2216e7fd9571a4539ff69bd63285bdd07157dbc2a106ac46ddfb9de746acff13eea810ebe87f
4+
EBUILD openwrt-luci-rpc-1.1.17.ebuild 694 BLAKE2B d3291b6611121b89e1d0a3dd8908c58472421f8ce7aa17ddcb28e9b207588261c512fe2fe25948df2e6700e3e993bb4eb3475d3440a25a5abb20c9d577008006 SHA512 3fe69e46c2d0e177efa2ad5555148d03e4cab6d5ff06857bb2ba768db2c58ae165aad9de2fdca5051fe6a238f4856941ec77a04926db0e54b1a92710357e52e5
35
MISC metadata.xml 529 BLAKE2B 61627aa239f04c9804dfec708048914e186a9fbfca55e30415b68232f559bd1593c66432ea28b0673d18fd54af44442c2989f81aed333f15a933fd022a0d4de5 SHA512 dd3bb60fb07bbe609f25cf3aee35221d7fcc86e59cf6c0944afdada6772b4d9873dde7c17d0da473b11cdec4d83048dbda27da09c7aa01924aeb4fadfa80ac7f

dev-python/openwrt-luci-rpc/openwrt-luci-rpc-1.1.16.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
DESCRIPTION="Module for interacting with OpenWrt Luci RPC interface"
11+
HOMEPAGE="https://github.com/fbradyirl/openwrt-luci-rpc https://pypi.org/project/openwrt-luci-rpc/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND=">=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
22+
>=dev-python/packaging-19.1[${PYTHON_USEDEP}]
23+
>dev-python/click-6.0.0[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)