Skip to content

Commit cc673cf

Browse files
committed
dev-python/RachioPy: add 1.1.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2840 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 8631787 commit cc673cf

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1749 Ebuilds in total, 1738 of them have in total 1757 (42 different) licenses assigned.
620+
There are 1750 Ebuilds in total, 1739 of them have in total 1758 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|996|
624+
|MIT|997|
625625
|Apache-2.0|382|
626626
|GPL-3|117|
627627
|BSD|100|

dev-python/RachioPy/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST RachioPy-1.0.3.tar.gz 5733 BLAKE2B 522d6e3b6bc3d952802a0dd9d319c0f3abcde987ce1fabb15eaba53d20bb683cc072d88715708911636273b9e3ba22a334c1e2c56ad918e2616c3cceee49508f SHA512 b9feafec9ca8feb6b049b5d53df9843f42bc35aeea191fe750b783f79935d90a6f2d6a058df55a7cb40cb21c0fe1d248174542d8b51ed9dbd682c33c1a248558
2-
EBUILD RachioPy-1.0.3.ebuild 657 BLAKE2B bd8af1fe9d220d561431a4fabdc0f0a95e51352bb77c2367febbc792de307416830ab83e6e4b8d01c5d91124c89581f6969443c565743e7e07e46b19c22b24de SHA512 a48a2c3c0711f4f40660c27abfbe81cb124b1cdac1f4059094df71c76388f39bbdd6362f147c412af1990d1ec878e8e032c77b52ea4d03e752234b00bc0705e4
2+
DIST RachioPy-1.1.0.tar.gz 12117 BLAKE2B b10246b73b2c6cf6f424373773e41404ec582b4f0067a26b32c769fadd69d0cb866c3b0d1106cc2f9e02afd16c7a423d182230f0bfcfea83d81c258fb7924ce6 SHA512 a978f3e7050bda22fc14698291187c29774fa89da703c19cf1678091775556d63e0747f3e310890d3804064ce8935db56bc2fc131de76a01ea93f2e948279aff
3+
EBUILD RachioPy-1.0.3.ebuild 657 BLAKE2B 1847f4fc360f57ca5f81349be8c78685c9b5a77757851585fe5af58b700d353ddb4972e5b54ec12d6d4f318fdea0f3b95d45109ed12e490a154c82336546f2d4 SHA512 1a149e7acfbf30f05349eba081dd874a7d11587a3aa5780833d10788446ff5ff3ac200cfffb4d68f9937e37a945700c8ef3eb9b0b4c6d70316417d0fbfdb5285
4+
EBUILD RachioPy-1.1.0.ebuild 552 BLAKE2B 0a4d2d2f8953add4d2167bb5be618d21bfa64937301bc8b26e8637c7c9ab517fb790a54194bf8aaa19479ff8749ff1dfe2745fbf558cd8e936b6315002791e96 SHA512 3f3b4b22d10265a72d229fcdb604b46356631c5be3f1f8ae1344b1e17a1fbbda63035ebd94451cf9cb22b17869cd8d70c4d37a763fde6192ecc53fab4fca06a4
35
MISC metadata.xml 525 BLAKE2B 6a3136aa3f4d1ba5fdc828be5ae536abaa75120557e9e2d8fdc0c173e4896ac260f964186bb7eed361b5b63e4ae0656e2df5e0ae8c7656e9cbe8d03c006172cb SHA512 d6784e052fc98152881814a83d01bd64cef93c176e3051eb93cf3eaa4df54300b61e06047f036c6cb28b25c6a25bc40a23109e3bd3e537df332bca1a65d60dc8

dev-python/RachioPy/RachioPy-1.0.3.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
DESCRIPTION="A Python module for the Rachio API."
11+
HOMEPAGE="https://github.com/rfverbruggen/rachiopy https://pypi.org/project/RachioPy/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
DOCS="README.md"
19+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
20+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)