zwave-me-ws-0.2.4, remove olds

This commit is contained in:
2022-08-06 15:24:10 +02:00
committed by Andreas Billmeier
parent 96573d8298
commit a5d4c757ad
5 changed files with 5 additions and 79 deletions

View File

@@ -523,11 +523,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 1831 Ebuilds in total, 1824 of them have in total 1835 (35 different) licenses assigned.
There are 1829 Ebuilds in total, 1822 of them have in total 1833 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1113|
|MIT|1111|
|Apache-2.0|335|
|GPL-3|107|
|BSD|104|

View File

@@ -1,7 +1,3 @@
DIST zwave-me-ws-0.2.1.tar.gz 3693 BLAKE2B 34d8fbe70a85bb161062abb4b9d9962286e10f05a5440dfc7641b068a35a60fcb84f55cf0dbf7740b8764b70ba58d35ed1f1fdf86dac07444cf685536dc2a0ba SHA512 cde5f3ca60a2854686a12400ba363c6f4d96a44e32e5c31d993a51b5fff6dec1ac882ab3a40f8245bdc155d2031f7a6767395a58fa608a0fee7dbfed664480d5
DIST zwave-me-ws-0.2.3.tar.gz 3734 BLAKE2B a7460997e6f9a5276911d5a83f983f2d15057f1d3173b3826370199d577509850a329dd276d8021a5deb613730d4aa6f89e8d573031ae28425be02cca022bf91 SHA512 0c34c992cce2b06a952578dce7fa71ce873ca8f92b795f00a25f49d33e785d2c5c77b735f2a9ff7479574bf236532b399fbdaec3e5ed0a56713dce2fbaa232ae
DIST zwave-me-ws-0.2.4.tar.gz 3742 BLAKE2B 25fb7849945b8364ad7f44875e79b6f687c56118bd02fe4ad2d2eb9ee1a18e3b1594a6a18cf75ec771f7a62778ee716538e0543adff1f83113a07a21f8f9229e SHA512 bd067b0bc7bf8c527a046ee9440c55bd0fea924143a28e8eacee4050e7db6882217a989f7d2e3d32b4dd0fa72a24540832e2545b9c8c48c3416f7773884345c0
EBUILD zwave-me-ws-0.2.1.ebuild 861 BLAKE2B 1bfe65c93338e362d5b3f00db1b0a889c47b1a7469f543a6066bbb9238caf6997a20d88ebfc894386c4532525417d35461c54d931bec7066efea566f920c5014 SHA512 61555ce04c1f7fdf017601e001b1279e74cbcafa5c959b60f932fbd76e2e1423a6eacf7f68c94787eab359a72fb577296e755860c93af66411028bfce2cec682
EBUILD zwave-me-ws-0.2.3.ebuild 861 BLAKE2B 1bfe65c93338e362d5b3f00db1b0a889c47b1a7469f543a6066bbb9238caf6997a20d88ebfc894386c4532525417d35461c54d931bec7066efea566f920c5014 SHA512 61555ce04c1f7fdf017601e001b1279e74cbcafa5c959b60f932fbd76e2e1423a6eacf7f68c94787eab359a72fb577296e755860c93af66411028bfce2cec682
EBUILD zwave-me-ws-0.2.4.ebuild 861 BLAKE2B 1bfe65c93338e362d5b3f00db1b0a889c47b1a7469f543a6066bbb9238caf6997a20d88ebfc894386c4532525417d35461c54d931bec7066efea566f920c5014 SHA512 61555ce04c1f7fdf017601e001b1279e74cbcafa5c959b60f932fbd76e2e1423a6eacf7f68c94787eab359a72fb577296e755860c93af66411028bfce2cec682
EBUILD zwave-me-ws-0.2.4.ebuild 837 BLAKE2B 9c2e472a379625cafbe49ac99785edb93028cb56dfe6b28b16c65078ee90d3588b743fde85d208c85c80b76ead6271cfda550d5c2f3f706eadd2ba05957515fc SHA512 17adaa7183a443799961ec55af05361203f805d77f5462948f4e718658a7d54e9b688a7b4019f239f8db0ab92c69d9bd5959392979e58bceca1d905c660147cc
MISC metadata.xml 460 BLAKE2B 2c3c22b02664b40cf13df22852b51d4a0bfe76c18e0fd09c91e005a6bdd2f4673475a59a7d245318b892f7a5b0f013ccd18494e71f26f6c7b468c00e322146a6 SHA512 72459e3e0ae554eacd58264596523471a8890eb6a662b5d7fd4e7c31fb9a210775934d6690c2b5f9fa45c08bcd2b77ce68d05ef22e65c55dfa47e019a39534aa

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"