dev-python/pybotvac: drop 0.0.23

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:48:30 +01:00 committed by Andreas Billmeier
parent 24f94feefd
commit c1fd99e8f1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

View File

@ -612,11 +612,11 @@ 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 1649 Ebuilds in total, 1638 of them have in total 1656 (42 different) licenses assigned.
There are 1648 Ebuilds in total, 1637 of them have in total 1655 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|956|
|MIT|955|
|Apache-2.0|344|
|GPL-3|105|
|BSD|90|

View File

@ -1,5 +1,3 @@
DIST pybotvac-0.0.23.tar.gz 14649 BLAKE2B 973479b47a3857580f65308d71d4e4cdfb831a339a4f0153ac9d149e927818260454ef8696645ddf99646c063c92c1d53f915e5a313fba6d47a5a9d36abcf856 SHA512 09ac1024c9c6fc7c132f4949a086620419c29373f5ac4f1f941d4b82ad4fb13df76338c59bee17f1718842161662afd936baa91a1464b93f84ef2d1f4e323103
DIST pybotvac-0.0.24.tar.gz 16472 BLAKE2B 92c2625198df598944965143bb308019c52d2a230197ee45eabe8e784007c9ea6aedaae932aaa27880154bd9eea7d13892ccd42b4a7f707c5d831e18ad6fb03a SHA512 343a96d92f281cfe0c7d039213118925215df31e9dc13f0959a12fa048e0530dfef89a6a2fc9de9658c494392e7fb84ebc35496cbfaea16e487e76bfa941b7cd
EBUILD pybotvac-0.0.23.ebuild 716 BLAKE2B f96e8e77f2c582018ec3da5a686b1f3d17f4e4780de13ef28933f7dcccf0d0bb82932c0733684a44bc1595ec9d5f4652b4776e50f4302cc9622d28e064cf7fae SHA512 ae2546bff20fefe52ce95b8201cc70ba50f5400c1da8fd576de23710bf1f13fefe941e31edce2539941dae139f2943d7bc8c25d3f19253a8cf4ea4443c460ef8
EBUILD pybotvac-0.0.24.ebuild 716 BLAKE2B f96e8e77f2c582018ec3da5a686b1f3d17f4e4780de13ef28933f7dcccf0d0bb82932c0733684a44bc1595ec9d5f4652b4776e50f4302cc9622d28e064cf7fae SHA512 ae2546bff20fefe52ce95b8201cc70ba50f5400c1da8fd576de23710bf1f13fefe941e31edce2539941dae139f2943d7bc8c25d3f19253a8cf4ea4443c460ef8
MISC metadata.xml 514 BLAKE2B aad2e08dca973b955db172e7182e70f94fadadfa125ef9404b77e8101a231319963247e03a29504eff022b30399f214737f030b39538d9c5c2d494dc0913e08d SHA512 ee9b81c88cdd33567d375d04a633d16aeca7941a79b63150827db44cde5782c72cd55a42049a4f3a8c656504f822e85d45e87383438cddf15dabe9f9ede2b013

View File

@ -1,29 +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 package for controlling Neato pybotvac Connected vacuum robot"
HOMEPAGE="https://github.com/stianaske/pybotvac https://pypi.org/project/pybotvac/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest