dev-python/python-homewizard-energy: drop 2.0.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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 1718 Ebuilds in total, 1707 of them have in total 1721 (40 different) licenses assigned.
|
||||
There are 1717 Ebuilds in total, 1706 of them have in total 1720 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|987|
|
||||
|Apache-2.0|368|
|
||||
|Apache-2.0|367|
|
||||
|GPL-3|100|
|
||||
|BSD|100|
|
||||
|GPL-2|27|
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST python_homewizard_energy-2.0.1.tar.gz 11551 BLAKE2B 5ed185cfdfa4afbf2b7a5eee79801628d302314025542afc156725da4df2a280dc5031afa16b9f2e8e2aa18d5631c989df50760d1273f13861a64becdb7739d1 SHA512 d223e9b4358630bcb773ef619f59ccd0a2b86e6f084f46bf6fd33471d4fa35b063e43e249b3a770028942178950ecb09b109decb27e745840adbff742c334fa3
|
||||
DIST python_homewizard_energy-2.1.0.tar.gz 11256 BLAKE2B e281dd03f0e54b97fd5fbe02f4f908564d4c9a2b82aea42d0afa02f2fb18c2c4aebe0d320469cb87efb5b61b6eebdbac7bd9ddc3c3766538ae963fa204dfbe74 SHA512 240979cc717a3e75a3ac740f4b869b3d90c17c779bdbd7332d8029d993c4fb0142b5e98d637eb6ca6c95316dbd2a235a62333279fcc322311cc3d69013bae67c
|
||||
DIST python_homewizard_energy-2.1.2.tar.gz 11266 BLAKE2B 7783e3a3b4d10697d3557d4fb6aa706954053129a716d0b177a8efdc4c9afc7793f156a79e1aa90f2de6021e01bb996e7373d3622c85a952d934f17c7f8103be SHA512 a124d49608ab85c15f9d313fbf55f8e54f1ef2a82fdbc8ee96498f66fd19b8bca325745e1ba09ac49cc39af9e41536100a32eeff21aadfb9725ee34e12945e7c
|
||||
EBUILD python-homewizard-energy-2.0.1.ebuild 865 BLAKE2B 3b0041344995a360a3af397700987d7b6f4c1c51099797b334184b5f6c8d2eef1fb5592a339804f61eb9e2b08f21bf20a7d4a8a6bd2faec4f6534624541db18e SHA512 0c7e284f78e421102a8ec9d6eb803dc9a92390606b065762685b9a5c7c61b6c4456cb9e29cf800abf0ad356876410e282c8ecdf253244cca744795b61e371ce9
|
||||
EBUILD python-homewizard-energy-2.1.0.ebuild 824 BLAKE2B a8d275a129fcf86169920cb10ae66cb609b2b9c98833e99cc0abbc43d374602b9231a0b7e352f14a0ecc19bb8d77d1483fe951bc65dbe2c17be3b0eb7901a496 SHA512 6cee26d4969382103acabc507eb58fb9332afd22f5cae767b26e588205e059b74e5566b4bc58f59383fb1426ba55959dbcf136968806d078bf43a6f920d834d7
|
||||
EBUILD python-homewizard-energy-2.1.2.ebuild 824 BLAKE2B a8d275a129fcf86169920cb10ae66cb609b2b9c98833e99cc0abbc43d374602b9231a0b7e352f14a0ecc19bb8d77d1483fe951bc65dbe2c17be3b0eb7901a496 SHA512 6cee26d4969382103acabc507eb58fb9332afd22f5cae767b26e588205e059b74e5566b4bc58f59383fb1426ba55959dbcf136968806d078bf43a6f920d834d7
|
||||
MISC metadata.xml 415 BLAKE2B 93ac71905e326910dbef25d4a1440eea0be364984d1b94e5408e1244efa1c5deb0d6c0a9418d00868dc44c04c554cc179a857fe43d8f45771396ed8ae4ed03aa SHA512 ff2cdd2460b431a5f215b9b9b85fd9e3ce053fedbdd7a16f6e8ad11a74403597f5fbb64865a8e88c6641487eaa09dc869bfca838cd6282ebb614c8d0683ebffc
|
||||
|
||||
@@ -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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Asynchronous Python client for the HomeWizard Energy"
|
||||
HOMEPAGE="https://github.com/dcsbl/python-homewizard-energy https://pypi.org/project/python-homewizard-energy/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/aresponses[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user