dev-python/python-roborock: drop 0.8.3, 0.34.6
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3978b1ba27
commit
3054649564
@ -612,13 +612,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 1721 Ebuilds in total, 1710 of them have in total 1724 (40 different) licenses assigned.
|
||||
There are 1719 Ebuilds in total, 1708 of them have in total 1722 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|987|
|
||||
|Apache-2.0|368|
|
||||
|GPL-3|103|
|
||||
|GPL-3|101|
|
||||
|BSD|100|
|
||||
|GPL-2|27|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST python_roborock-0.34.6.tar.gz 42289 BLAKE2B 2b9a88ffb3068fb917911474edb141937c473584aafcce85f3ee387f9306b58deae2e30e8c704e06f8893662704b3fbe4c0e2d28f4f0479db7dadd5087e763ae SHA512 e150bab6514e027ca43eaa78f17e82d029106bb6988e20dc3b89b18fdcc08d98f8125b0ae94a5c7416f93e0c30c72fabbd9ed78f43d6a7e9b4a60e8a7483c2ff
|
||||
DIST python_roborock-0.35.0.tar.gz 42309 BLAKE2B 2e71d7bb855603f0045d25751f7358185d2be508fa16df1b97fdd5b44beef37391170f9cba557cc7ce0094013feec2947d737831e2aa7b1b3d462b8390bc2c17 SHA512 6bee1530ad9c1c265413b58d3d2ececba4d795a9befe6dfaf926e6ad78ea1953f757c82760c5df80f4b35a2714124e04b76f9e8df205823a52de6e1fca2083ad
|
||||
DIST python_roborock-0.8.3.tar.gz 32000 BLAKE2B 34a7c87fbc00f292f7c0d702826c465b2470fe20683b7708c707aa7c684ec6cc4d63d4f057452bcad21432e4e844a334bcf03bb010ba60cb498f3a7f4b5fa6b0 SHA512 88b3fee5655797822e25175f4e4c7ec532566d5cceb70077fe5c01cc0c8194b990ca712818e9ee841a0b7a653dcda0c777ce61ae04db05e5d5aa89363ee18ec6
|
||||
EBUILD python-roborock-0.34.6.ebuild 981 BLAKE2B 7cdbac5c8f4d22e687412bf880e35660204c4833e549a7ab5b27a462f6fd28ed371f7610229de3b2d1c5735954ea58ce87ef212948b9c210656b8d26e876f586 SHA512 ff241226250c95f908c7a6be23f267c1fb7f603b63af1ed64d06a409b1f2be68673bc2a8e97e455bb924f220f983860400c833a52999c1a936d09dd80504a997
|
||||
EBUILD python-roborock-0.35.0.ebuild 981 BLAKE2B 7cdbac5c8f4d22e687412bf880e35660204c4833e549a7ab5b27a462f6fd28ed371f7610229de3b2d1c5735954ea58ce87ef212948b9c210656b8d26e876f586 SHA512 ff241226250c95f908c7a6be23f267c1fb7f603b63af1ed64d06a409b1f2be68673bc2a8e97e455bb924f220f983860400c833a52999c1a936d09dd80504a997
|
||||
EBUILD python-roborock-0.8.3.ebuild 945 BLAKE2B 45ec0aaa4ab3898963cead316fe846a6ea110b5af5fc1be190742d660bb60e8c5cb4524d02357563340346656df0453baca2173223813bdf43b3efadbb21dac8 SHA512 728cda988394305e75d55c847aba9c43ee30c0a198fd264aa0671b270354fae5ff6e219a317a551397490a91894e3143d24301295730b4872ae3467be0eb800b
|
||||
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b
|
||||
|
@ -1,36 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A package to control Roborock vacuums."
|
||||
HOMEPAGE="https://github.com/humbertogontijo/python-roborock https://pypi.org/project/python-roborock/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/click-8.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.8.2[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
|
||||
>=dev-python/pycryptodome-3.18.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/dacite-1.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/construct-2.10.56[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,36 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A package to control Roborock vacuums."
|
||||
HOMEPAGE="https://github.com/humbertogontijo/python-roborock https://pypi.org/project/python-roborock/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/click-8.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.8.2[${PYTHON_USEDEP}]
|
||||
dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.17.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/dacite-1.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/construct-2.10.56[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user