dev-python/openwrt-luci-rpc: drop 1.1.11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:37:12 +01:00 committed by Andreas Billmeier
parent 5cab520a2d
commit 1a953dc83f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -612,12 +612,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 1661 Ebuilds in total, 1650 of them have in total 1668 (42 different) licenses assigned.
There are 1660 Ebuilds in total, 1649 of them have in total 1667 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|962|
|Apache-2.0|348|
|Apache-2.0|347|
|GPL-3|107|
|BSD|90|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST openwrt-luci-rpc-1.1.11.tar.gz 16711 BLAKE2B ff789b512e9f0f010aa4b24d884567ad2ea276c193b8eba71433afd1100b88e4a5d0c73a35f8ca545c7c0051e36bac693d4fe6679e97c4fff0278258685b1632 SHA512 83b79a3acfe8589d6f10d87c20d34799a6d3bc8ca1586213f9dde6d39b0a2fccb584d1c038d73d12e6ceb0e2edc37d4fe96d1a773d0e86203e37f507f28727f4
DIST openwrt-luci-rpc-1.1.16.tar.gz 16914 BLAKE2B 6b96a08cc861b4dbc032782fb439a9f4e3357c6b431abf0dcd78e82fb1057f80e2832940142d390842b7123edc1a968bbee32fb78e2acd57e4709fbb3fdd8b26 SHA512 b4e864825ba1a7b3b3acd3e1620d0b304f48a2e4aecbc996e27face09ce7b77aaa7b907dc1bb303895fff1bc82331848a4a6a76e2f82d11e19b06a4eada622c7
EBUILD openwrt-luci-rpc-1.1.11.ebuild 796 BLAKE2B e18d59206730c51b619c9d26f7ecc02ec0316cca6026b08625da704037ff1b609485a1643ade58dd20ccaaafbb5b490ae76c092d864cbc88aa72a480b8195fa7 SHA512 f765a9593eaa57c286c0781e5eb3f5baf6907e388c5d9b754b1a25a935473668699a47ad366dfbabfc5f6e99ae4db59e091250fc70bc7d01835dad99b4ed8b39
EBUILD openwrt-luci-rpc-1.1.16.ebuild 796 BLAKE2B e18d59206730c51b619c9d26f7ecc02ec0316cca6026b08625da704037ff1b609485a1643ade58dd20ccaaafbb5b490ae76c092d864cbc88aa72a480b8195fa7 SHA512 f765a9593eaa57c286c0781e5eb3f5baf6907e388c5d9b754b1a25a935473668699a47ad366dfbabfc5f6e99ae4db59e091250fc70bc7d01835dad99b4ed8b39
MISC metadata.xml 529 BLAKE2B 61627aa239f04c9804dfec708048914e186a9fbfca55e30415b68232f559bd1593c66432ea28b0673d18fd54af44442c2989f81aed333f15a933fd022a0d4de5 SHA512 dd3bb60fb07bbe609f25cf3aee35221d7fcc86e59cf6c0944afdada6772b4d9873dde7c17d0da473b11cdec4d83048dbda27da09c7aa01924aeb4fadfa80ac7f

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..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}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest