update moehlenhoff-alpha2-1.2.1

This commit is contained in:
Andreas Billmeier 2022-05-26 15:15:33 +02:00 committed by Andreas Billmeier
parent ac947b9bea
commit 94f043961b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 41 additions and 4 deletions

View File

@ -524,13 +524,13 @@ 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 1733 Ebuilds in total, 1726 of them have in total 1733 (35 different) licenses assigned.
There are 1734 Ebuilds in total, 1727 of them have in total 1734 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1060|
|Apache-2.0|306|
|GPL-3|108|
|GPL-3|109|
|BSD|96|
|LGPL-3|28|
|GPL-2|22|

View File

@ -1,3 +1,5 @@
DIST moehlenhoff-alpha2-1.1.2.tar.gz 16150 BLAKE2B bd83515070a06bab0f44caa225989bfc80d0aaaf18ab36707d1264b10d54d742bacc91db8bf1c9877c26e9152dff8358d47b0a190ed80507e2d8d61982813637 SHA512 1f979029fa7c70dd94c455d65cd4b7fc61b714424cf09bec46a654b4b9316d53431a37e21ec99a37540ad530a32e961d495480279c14e60471fc1219b2f9bc65
EBUILD moehlenhoff-alpha2-1.1.2.ebuild 909 BLAKE2B 2f26bbed96ac1c00a91e196ce6630951d816b095333f13deef23721b8ea2fb480ecc1e127a9ae0c1252b1a808fdf714c45e57e6d50f7788322883c66d275c260 SHA512 796aeef28c11e9c2b3cc2c5539bb1e68d4b33612bbdb897de1fc6076bf985c59e92bb99b57b11d1d0a3e7960707dbb5ebb508cb5a0d40c3b0999b1afff7e6560
DIST moehlenhoff-alpha2-1.2.1.tar.gz 16559 BLAKE2B 76aeb811551b71b42846ca468abf4b8207ac8fe6c7570f58970932b230e00124b2543cf7775eca111b3851e43979c6e1296a8bc5352137c4675b8eafc6809ba8 SHA512 48adccca9cce9981a1f7cd7c6fa05cc7dcc778bdfdf35ba4513f054400a88bc27f4d349667d1d3bed60e214c9a4880aecba6704878c50eb2b4aaf21cbcfb5cb4
EBUILD moehlenhoff-alpha2-1.1.2.ebuild 905 BLAKE2B 92b517943f4353f42f63f7e1af11646484947f2c072de7823c88247e02b62744f36bf0d2308ea1875110739b0a38bfed4cc387855bacafe6481e4810cc147d2b SHA512 b19694047bbf3fa088185b8ca01d5c069a3e06e0c97935082cce91aec0f6cb8eea5c2d4c5ba3d329adc1a5a68ca559b4f71722b81c8019094f37310ea5229fe0
EBUILD moehlenhoff-alpha2-1.2.1.ebuild 888 BLAKE2B b08b5ce11b35b75e6e1b7ecc653fefad0648edef425bb85bfb739e603760b24733b073f4a06a5fdd46ed8ad2d01c494cd0f82999e88f5f038d6eda287f27115d SHA512 779919339581f5b6bea256f35c8aa01fd01d6b26d6995918c936aab81faa09f8994757e08808e67099e880ec22f67eb89ccd456c2c2335dce12e81c9a7ac4671
MISC metadata.xml 464 BLAKE2B e82bca37160a1a2355de7c81b2802b8f2e2101e9f3819e0113f12b0741db8193d2569c19670e447345f35adf088652e4ba03bb72bbc6d16f284c6d18e0913011 SHA512 a729c0cff594eb7cd77f787d2abe926e76f217c272342874c5704c73ca4c5e276f783d9edbe41b4b344bf86db0e82048f38cbdbccd992699b73e1f73c29d9ec2

View File

@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,35 @@
# 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="Python client for the Moehlenhoff Alpha2 underfloor heating system"
HOMEPAGE="https://github.com/j-a-n/python-moehlenhoff-alpha2 https://pypi.org/project/moehlenhoff-alpha2/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}