dev-python/regenmaschine: add 2024.1.0

Closes: #2843
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:06:16 +01:00
parent 5fffb1635a
commit 4661efafad
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 40 additions and 4 deletions

View File

@ -617,11 +617,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 1747 Ebuilds in total, 1736 of them have in total 1755 (42 different) licenses assigned.
There are 1748 Ebuilds in total, 1737 of them have in total 1756 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|995|
|MIT|996|
|Apache-2.0|381|
|GPL-3|117|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST regenmaschine-2023.6.0.tar.gz 18774 BLAKE2B 2c06d4de4b307036c865d324b96b1e1d307a0250d43dd23c638a52941c3a01079db74f950e3cf6b07630a25202243c4ad33d5189dc716437460f39cad8876dcb SHA512 6078be5b3ba6f35363aab74456f5279c57e7adde2cea81de15907bca87655659ecfd5cac9a066c6ec697c3f89ee477ca9d48fd4491a777603c2602dd5348fc41
EBUILD regenmaschine-2023.6.0.ebuild 927 BLAKE2B 7185a9ddac854ec91f20df9a56311a7dfc0ec3780157afb3c513d1b86b06ba8a447a411bad3e4087374eb8b94e530a3588b8f405e8890ce40425fc5e93ae6d79 SHA512 2b99b11740cbf321fabb8dc1b3e027d504750fa7ca2a9ce6aa9184c484ad26e5e9210bc9254488d770097f5006225368719be23c0ec8b483b8ab487fe8a3bfd1
DIST regenmaschine-2024.1.0.tar.gz 18905 BLAKE2B 9db9c37ee224213848b7b32c4ed3cd872af6dff8bd913afa4ed43267296986d9dcdbdd53e1154fcbb7614ddfe4ee2e80eb2621b0d919c00e5ce61c7cd06e1c3d SHA512 24c9f778f1d5ef26c74f4e50c093ae013e97cf95a305e467ca175d8fc15eac932018ef158ae3796d563e37eb86a920b83d54602d6c1d804283ee9ccadfa2405d
EBUILD regenmaschine-2023.6.0.ebuild 927 BLAKE2B 61205d0b0046b76ea6ebb1c71384be669b93e1cd2c071799986678b43fb843483ee5d63dc772384523019a1d7adeb938e0465c6c810db410b83c293cf127772d SHA512 ba340a75d692ab462537c39bd5089fb0acef947edb613de62784d5034f6eba7085f239384d8c9d5068a42e33d14a038308d6483b3a4647f635fc66e99cf8f605
EBUILD regenmaschine-2024.1.0.ebuild 940 BLAKE2B 49231781f3106380400a9b9a2d7f8624edba7e3e828cdbd4ca803fa3cf55397bdbeb08b7f340131ff4a23ecd934cc2d2aeb279b1bebfc87fdd41103689def74f SHA512 b6cc730c845751f2371c4efa72e416994c0522f8fe6ce13dd16e1babe400917cb0d5646857a1c7a2400505a421081401898bd045dc6182ecbc001bf46a9f6c90
MISC metadata.xml 518 BLAKE2B d092aa8ef288df8bd17c84e1bd2a19ae14c5867e205dbc68fef9d6e59c65a9bed1718f7ef17765be1e72225e5b97e929ae28feba8fa09fa3d9ccad663106fa2e SHA512 ef6226ee4768f1e20f8a5d35e35376b2513be801630eefb4c1d3e624f663b2c99a51dcdf68c53eacfb954a02a95331e27ef7d4a58d0d51ab67de9857c69d5845

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,34 @@
# Copyright 1999-2024 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="A simple API for RainMachine sprinkler controllers"
HOMEPAGE="https://github.com/bachya/regenmaschine https://pypi.org/project/regenmaschine/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]
>=dev-python/certifi-2023.7.22[${PYTHON_USEDEP}]
>=dev-python/frozenlist-1.4.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.9.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest