dev-python/ultraheat-api: drop 0.5.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:16:00 +01:00 committed by Andreas Billmeier
parent 9fd19e7f5c
commit 7d013ca3f3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 1575 Ebuilds in total, 1564 of them have in total 1581 (42 different) licenses assigned.
There are 1574 Ebuilds in total, 1563 of them have in total 1580 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|904|
|MIT|903|
|Apache-2.0|338|
|GPL-3|97|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST ultraheat_api-0.5.1.tar.gz 7607 BLAKE2B 5a5f1052dda18b028ebadfa808c72a6595cd8d5795037e96b940fe1878236f08c3ad8391b8612f268c11ea1fc454a3d8ea5fde9a88915979931116ac8be35965 SHA512 cadd46ffe91ee6b9c0048bdc7508a90181f849f3dc7b9a774f6118d4fba00a94f22a4e055625152f3eed405a5bbf41f6e2940743a71c639c70d38f1e99cc1904
DIST ultraheat_api-0.5.7.tar.gz 9749 BLAKE2B 9f0bcb72371f98a2a09a3a520d907bfbd872e50edde9af64077055709c53116bfa985466f077cfdbd7e25094d3819b058d5111dcd9c98c524f0cb2027756e675 SHA512 9a7208f04200f3b32f3b1901bd1d454feb120018687883f007b5bc539146b79102b4a732c0b87feb8550ec0eddb1ec38ff4a600a05410e32cd9bdc7f05983a4b
EBUILD ultraheat-api-0.5.1.ebuild 666 BLAKE2B 3a3c6de1c55c3ef31137abed194e34550ef1beaca582a3e3992df2d3b54bab8deb7c83e8183267e17e815e61d142fcf3d5ee1be7cc65c2da83165ad2ca8d5497 SHA512 6d164778f5ec21c1e5e61a725e36bd630b91ecddd287f83c6f80a702b2db83e14fa30a3a2d12e3fc6927a534f04a4af421a81649febb01836d7017b8b97a4fdf
EBUILD ultraheat-api-0.5.7.ebuild 666 BLAKE2B 3a3c6de1c55c3ef31137abed194e34550ef1beaca582a3e3992df2d3b54bab8deb7c83e8183267e17e815e61d142fcf3d5ee1be7cc65c2da83165ad2ca8d5497 SHA512 6d164778f5ec21c1e5e61a725e36bd630b91ecddd287f83c6f80a702b2db83e14fa30a3a2d12e3fc6927a534f04a4af421a81649febb01836d7017b8b97a4fdf
MISC metadata.xml 392 BLAKE2B 8f8e8b27427746c3a0ccbfc2f511e69c4067e2478510499124f37b036904689112713f657d5fc6004a1b1faca0b1e1371e99ed711e2f0ba75f845197d38b7707 SHA512 379b7b818291db61b57e42bb862c12ab5aa4f7005bd3770e512ed5ce2d3f914ba5dfbcf6c377b8200fc52f62093dea1fb9493bbbca7164df34118bf391f0d1c9

View File

@ -1,31 +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="Reading usage data from the Landys & Gyr Ultraheat heat meter unit"
HOMEPAGE="https://github.com/vpathuis/uh50 https://pypi.org/project/ultraheat-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest