dev-python/plugwise: drop 0.27.5
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
1875f3bac0
commit
82799f7a17
@ -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 1688 Ebuilds in total, 1677 of them have in total 1691 (40 different) licenses assigned.
|
||||
There are 1687 Ebuilds in total, 1676 of them have in total 1690 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|967|
|
||||
|MIT|966|
|
||||
|Apache-2.0|363|
|
||||
|BSD|99|
|
||||
|GPL-3|98|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST plugwise-0.27.5.tar.gz 68923 BLAKE2B 5f8f0f3b39d68692ad0f1de6a4ee5126babcfacd77f0c13f9a92e251ed8dfe7b3f7680df895bb3179345e0b0a1dda7d9a7d12ae9dbe61352a5435a6075e4216e SHA512 5a0cbc33d03929781897a5d44c151d1b22a7242a7bd12d5912cacac0519b57c75a9a1d13c1b772ee8ae6e9c8f5607b266364aa890aed500d9c3ebafdc9775955
|
||||
DIST plugwise-0.33.0.tar.gz 37271 BLAKE2B 869a23e3b1e7e00cb79b25c731e33e813f764f9af4559fd3711842e7d49feb9962a0aa7e1061527bd91c82a4a976986510774a68830c774020f3e1f9a2b117d2 SHA512 c4b3c9a9dac93d21a118fff4a73b2c844445944efe9e918bb54d669b6d2c2a569082575c682a6000cd818dc86b5cec36c8e388692cd8e419cd6e97e1a5d8a018
|
||||
DIST plugwise-0.33.2.tar.gz 36118 BLAKE2B 0c7723d1692782f1ba8c4de34ae636a6a106389b83471ee4d2fe05f280db65964b502b0ec0ab84d6dacf86eab6aa815b699fcdf337e6d939e7288eea97dd282b SHA512 aee305fd13f3bc19f912eeb2a38383b3284a3b7bdd215eaf205db186b4b5e56a34c0ae5a93be12e8d554f3babeafb5d74d936b8c49da810b1cbbd1e8cef1dedf
|
||||
EBUILD plugwise-0.27.5.ebuild 974 BLAKE2B 95b934b62c444c53eedb425b62b98b4795022bd79fdf9a01e0152b620bb2441d65809470e08698d9dd65b36f9e4476b85ec270ee47eca5206877bd054a18876b SHA512 ac8a033a47eeca8518d70091664afdcd24196b2c2f1ec18b32e64154a28fb9d5fac1cac67f2c158841ad0972efa7b6bc1327e949222486e6954a16a68332a603
|
||||
EBUILD plugwise-0.33.0.ebuild 1010 BLAKE2B 5f03356a1c5d73074002d28d2b4c8279406e2ec4871ef61510df707073b0d092be8b9602d8f5f6be23a08503ff769eb508b66a537ae99d05b5e314c0bc73b851 SHA512 35216019410307fa2dfb2f9be3549d5b2553e3c82a6cf5050b175fc02d49efe917a848974cd30636d062b83a395d9f832ae107bbd03147b362bf14f082baa4ae
|
||||
EBUILD plugwise-0.33.2.ebuild 969 BLAKE2B b8f7a88e4a111c21f86b2cd99db20948d60bb3288a81e3b4f199ffd43ca589e4e9852b6f87112eb93c23d94c2da1dbc8658450df407b1cd4016ab6ab8b240bc1 SHA512 2c5ca6120f33272a87e5a93ac1a1582c161ff709d3b834a5e26051c7ceda82703b5a4dbbf46f18debf17cff218a7035b70ac4474d4681e43d02991b4c777dba7
|
||||
MISC metadata.xml 393 BLAKE2B d61c6d3d9b9f23fac7361cc0e5cab1f716c5f9bed03e850c0216907c408e323fa72a8d3049b73abb86d581665b5040aa2e03a4435efff8dc753d003b1d1a1d7d SHA512 de38440bdbbb79ebd4bddff39370c64d6130d14e50e1986c3617804a0bbbafcb222bbe5d49e6268c7556ea7a37badf3d34a8d6fb584c18e04769ed8b85962f78
|
||||
|
@ -1,35 +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="Plugwise (Adam/Anna/P1/Stick/Stretch) API to use in conjunction with Home Assistant Core."
|
||||
HOMEPAGE="https://github.com/plugwise/python-plugwise https://pypi.org/project/plugwise/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/async-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/crcmod[${PYTHON_USEDEP}]
|
||||
dev-python/defusedxml[${PYTHON_USEDEP}]
|
||||
dev-python/munch[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/semver[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user