dev-python/zwave-me-ws: drop 0.3.6, 0.4.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:34:39 +01:00 committed by Andreas Billmeier
parent 5cb589d251
commit 676ccfde1c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 47 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 1763 Ebuilds in total, 1752 of them have in total 1766 (40 different) licenses assigned.
There are 1761 Ebuilds in total, 1750 of them have in total 1764 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1019|
|MIT|1017|
|Apache-2.0|372|
|GPL-3|106|
|BSD|100|

View File

@ -1,7 +1,3 @@
DIST zwave_me_ws-0.3.6.tar.gz 5095 BLAKE2B 015a2159f7275252b859ce3281cf1ce0084bd75cc31c98ff7a112568af56c4436a88a770cb1ddef4ab9fcf597de5ce9ef8c1db6afb608261efc93f16cd770e6a SHA512 f31bba90bbeae750f4577aea32107da25f46e53ff88c654c08ce0d91bed77b99762a126c76bff3dfbfcea7fb28263cab07745ef357be8a42da0f8aabe085e050
DIST zwave_me_ws-0.4.2.tar.gz 5609 BLAKE2B e2f2ad2ba80f567302c652fdb618201910d8577ea08330972e169676cdf4caf31cc672290e0ddb8c03fae1363537d00e1479187fdf7b3c917cb102704ba153d2 SHA512 091304c664dcbd0f03161b5d1074d5c9339c55e9367f066193985a3ebb57f7222c98b380a88668526922a8ebf09440e918ba5a59c09b0de7eae9b615dfd5cafc
DIST zwave_me_ws-0.4.3.tar.gz 5136 BLAKE2B 86b3fd527a919b73bdeead1e5d46d53429d3236e609309b6606264586e34da7d313a77ec53a3c83f62cc12ec7434d3297eede2ac138ec94bdefb8e97fad034dd SHA512 4932998eb6928094ce16a218459b481e401cb99c889a6e51bccfc2fb8c3953acd1ba9169aa926c31b59bbb1a85b3fed5f3dda9e860df254b8ad107310b404b5e
EBUILD zwave-me-ws-0.3.6.ebuild 539 BLAKE2B 759da9a985f7a56b874a855114e1692bf9bef9debbd1a11217d5a70b566d4723a38f92d650b5bc03946e3d762cd0d5629f1232c49ad683912778951aab77c928 SHA512 fb9bdfe51bf8b6ae9c562ed66e8b79d228618ad3a77c8919559dd172bea35292f0023d33d09f476209a7bc56d69467458b6bf1c8216dc3484f4f46c15845a6b4
EBUILD zwave-me-ws-0.4.2.ebuild 538 BLAKE2B 8a30783753beef263e1079c600fc0fd64c80512b9fa2aedf3980e74be51530f54e17b1715d8076fe4472fb0c454293e5f909f07afb6eda63b3d8638055db07b3 SHA512 710884aa7a0ec74074a846b43c90b6ab5f4b451a13a672b53999f2b5645bd9bc93c91c5eed879c98e22ff33e160457b79fc8c25496cd87a45549ce6d0c42ccda
EBUILD zwave-me-ws-0.4.3.ebuild 538 BLAKE2B 8a30783753beef263e1079c600fc0fd64c80512b9fa2aedf3980e74be51530f54e17b1715d8076fe4472fb0c454293e5f909f07afb6eda63b3d8638055db07b3 SHA512 710884aa7a0ec74074a846b43c90b6ab5f4b451a13a672b53999f2b5645bd9bc93c91c5eed879c98e22ff33e160457b79fc8c25496cd87a45549ce6d0c42ccda
MISC metadata.xml 523 BLAKE2B 02e6f484d3f5ab00cc4711df900be5dd04b188e38d6da8d6e0e47555e0c8e0016d1238107339b2599f49f6be06337cab7e3be9495580420299d3294cb4738c75 SHA512 a4ac068856bbc45c3dab05261f02dd7bd0c0de2480ccc51ca98dfba37744931dc4c1d74765381e6eb63f8b81a8930bf3ebb2b62da427647d4d6089f7d67d3e24

View File

@ -1,21 +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="Library, implementing websocket connection to ZWave-Me"
HOMEPAGE="https://github.com/Z-Wave-Me/zwave-me-ws https://pypi.org/project/zwave-me-ws/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]"

View File

@ -1,20 +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="Library, implementing websocket connection to ZWave-Me"
HOMEPAGE="https://github.com/Z-Wave-Me/zwave-me-ws https://pypi.org/project/zwave-me-ws/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]"