dev-python/lakeside: drop 0.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:29:32 +01:00 committed by Andreas Billmeier
parent ae461560de
commit 1baaee01be
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 1681 Ebuilds in total, 1670 of them have in total 1688 (42 different) licenses assigned.
There are 1680 Ebuilds in total, 1669 of them have in total 1687 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|975|
|Apache-2.0|352|
|Apache-2.0|351|
|GPL-3|108|
|BSD|92|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST lakeside-0.12.tar.gz 7447 BLAKE2B f8391ce1480ed516c7d9ddcb6de9041f330ac58047cb7b3e4f175e0255d40a4371bac9caf900de7761f13adb1f4c21d6474783f6a0b021b014478273ce11c9a4 SHA512 51d495013b07edaa23d2da0d42beaf350988c0a438b21fa2b384393aeddb9c8ca1ebccdaa3f53604c8a5c1adc4b6c59097df7eb59ac79c8f424c98c012866e3b
DIST lakeside-0.13.tar.gz 9077 BLAKE2B 2f8e5504e570d5a600d0c08fd3ea5084ca81a2fdd2d6809e13af681bae90294d791cda9ba658f6b8d7cb5a926340f82d76634fe88dafb00919e57908b4341a0f SHA512 ef3f26b6d48d4d0a851545976b1120ae9abcd0cd2b1b1467d36bb0e54406154d68f86a5d67372284f27593bde5114bc23f88fa5426c4a9baacbff4a55af45f2f
EBUILD lakeside-0.12.ebuild 727 BLAKE2B ee8a52283447a5426407e6ace4da8a6decbd23c9f50ad0bac15efa837f71a98ed5ab9da9522b2a21fdb465b670a99d4db727bb283ec0d823cf35275ac34198ee SHA512 efde230f99475e37f309040624e09bbce5b5629b6abfee7b96dae2438aef3d92fd0cce2ed81943be2f8800fdae8955efd4464018bd3c908089564823e43e704a
EBUILD lakeside-0.13.ebuild 727 BLAKE2B ee8a52283447a5426407e6ace4da8a6decbd23c9f50ad0bac15efa837f71a98ed5ab9da9522b2a21fdb465b670a99d4db727bb283ec0d823cf35275ac34198ee SHA512 efde230f99475e37f309040624e09bbce5b5629b6abfee7b96dae2438aef3d92fd0cce2ed81943be2f8800fdae8955efd4464018bd3c908089564823e43e704a
MISC metadata.xml 518 BLAKE2B f39f48a599630cb70378b7858ed33af85dfbe14eb0ed1ed2e60d85b067273c47dd216622e587ada3cb4ded84bf2f5317277336035c9e2575b540a2def7e74e45 SHA512 5c6677f1fef514274d25300ff113369423b763d71a0d6bdccd76dddb82fa01696cecf5a32a500c6a945161b79dff25f2548dfbdfc62dbf27ee02042e5c095d19

View File

@ -1,31 +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
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Eufy LED bulbs"
HOMEPAGE="https://github.com/google/python-lakeside https://pypi.org/project/lakeside/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest