Skip to content

Commit 9165ea6

Browse files
committed
dev-python/smart-meter-texas: add 0.5.5
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3302 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9bbee77 commit 9165ea6

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
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 1810 Ebuilds in total, 1799 of them have in total 1818 (42 different) licenses assigned.
620+
There are 1811 Ebuilds in total, 1800 of them have in total 1819 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1036|
624+
|MIT|1037|
625625
|Apache-2.0|397|
626626
|GPL-3|109|
627627
|BSD|106|

dev-python/smart-meter-texas/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST smart_meter_texas-0.4.7.tar.gz 13134 BLAKE2B 592be824dd011c0e4af7fef2614221697a125985c93fbf225a19bcd95bedff84419ea00b1be8390646ab957a79a48f841236ad49f0bdafd21978ce9b0be234eb SHA512 9ad55ea1ac635f2880b8b97cd2f9df6de50c400a3dc2886cf2bf10289929ed46ac3ae385ed893f933a8822b9184512d35b534830e97a04e5a60f310a30ac50a2
2-
EBUILD smart-meter-texas-0.4.7.ebuild 792 BLAKE2B 3d0851ba5794e2261a676a2545d6b295f54d87cd69960408200688350158791c8405df61c06b3c41975bbcfd01188b0da7e7d2487847ad59ae100df47cc2b79c SHA512 5317638efbb2011632d363510d4fcb9bd3dbddaf8d0df3fd58afb0dfe6e3d23db2ff761a6f1964853da5b1c73a9d05447ccd8330bf9a8e200299a37dc4ae3562
2+
DIST smart_meter_texas-0.5.5.tar.gz 14059 BLAKE2B 845d42dd8f1bed3968368bb8dd32beefd691e7758b1488d56642834beee443652f0a72a93abb10196d606d72350ea7a4c8357a4e3eec23941ab0db2b2598389a SHA512 a01168e599b8a4e30bc3428b97885a743337313f942cef3a15c57851b4e4a40538287687fe86ae8849b40060713c5ac853408d1f1bc72e5136290e21cc7343a9
3+
EBUILD smart-meter-texas-0.4.7.ebuild 792 BLAKE2B ce30834ed1557af4a5b64d39e20e426a2688d4e6d038b92bf497f408d80ece9baf1d8baf61ed45f73f4fee886b4352349359bb7e9436078afc3d450a0ea2cdac SHA512 5f0e4703c92966e0fc046f1ac404578ecb101f28b1d8220302ae8d55f1cacb22ccac5dcae52984caa54cfd3fb6dc02cc584087dcf61a64736395015ab7cd6c0f
4+
EBUILD smart-meter-texas-0.5.5.ebuild 735 BLAKE2B 8343e67242e2de0852a27ee92357eca06a81561fa3379c9fa85b8c7bdfe9eeb306ec6f7193ef782456e1b79f5b7c9e966a7fb164e65a249a5a5fa5829e3d904d SHA512 c5693a5211f96a2f73ca861fb3b8c663e0556598a835c143de866a6a0f983f0198db2304c59efb848b3ff024b039c00888162d2fd2729876fd229a690b73cbf9
35
MISC metadata.xml 535 BLAKE2B e12f05dd4a3be028750a3abf36e81ea57aa539737e8068ce3078b99a1a3f62b9ed3b3c7b8986464b29c0aa2845e9a1532e048e1f9481bac0fa20cae9dc4cae29 SHA512 175a9101a82df951c5d0374891359f3984fb7f85c8e17535884fff70e98ef8ce092d33cd7989a202207165a3307f3c4c398e41fed4df3ce6ed014ebca7a0d292

dev-python/smart-meter-texas/smart-meter-texas-0.4.7.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
5-
PYTHON_COMPAT=( python3_{10..12} )
5+
PYTHON_COMPAT=( python3_{11..13} )
66
DISTUTILS_USE_PEP517=setuptools
77
inherit distutils-r1 pypi
88

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{11..13} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
8+
9+
DESCRIPTION="Package to connect to and retrieve data from the unofficial Smart Meter Texas API"
10+
HOMEPAGE="https://github.com/grahamwetzler/smart-meter-texas https://pypi.org/project/smart-meter-texas/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
19+
>=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
20+
>=dev-python/tenacity-8.0.1[${PYTHON_USEDEP}]"
21+
# >=dev-python/asn1-2.4.1[${PYTHON_USEDEP}]
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)