dev-python/smart-meter-texas: add 0.5.5

Closes: #3302
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 22:56:40 +02:00
parent 9bbee77fc4
commit 9165ea610c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 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 1810 Ebuilds in total, 1799 of them have in total 1818 (42 different) licenses assigned.
There are 1811 Ebuilds in total, 1800 of them have in total 1819 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1036|
|MIT|1037|
|Apache-2.0|397|
|GPL-3|109|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST smart_meter_texas-0.4.7.tar.gz 13134 BLAKE2B 592be824dd011c0e4af7fef2614221697a125985c93fbf225a19bcd95bedff84419ea00b1be8390646ab957a79a48f841236ad49f0bdafd21978ce9b0be234eb SHA512 9ad55ea1ac635f2880b8b97cd2f9df6de50c400a3dc2886cf2bf10289929ed46ac3ae385ed893f933a8822b9184512d35b534830e97a04e5a60f310a30ac50a2
EBUILD smart-meter-texas-0.4.7.ebuild 792 BLAKE2B 3d0851ba5794e2261a676a2545d6b295f54d87cd69960408200688350158791c8405df61c06b3c41975bbcfd01188b0da7e7d2487847ad59ae100df47cc2b79c SHA512 5317638efbb2011632d363510d4fcb9bd3dbddaf8d0df3fd58afb0dfe6e3d23db2ff761a6f1964853da5b1c73a9d05447ccd8330bf9a8e200299a37dc4ae3562
DIST smart_meter_texas-0.5.5.tar.gz 14059 BLAKE2B 845d42dd8f1bed3968368bb8dd32beefd691e7758b1488d56642834beee443652f0a72a93abb10196d606d72350ea7a4c8357a4e3eec23941ab0db2b2598389a SHA512 a01168e599b8a4e30bc3428b97885a743337313f942cef3a15c57851b4e4a40538287687fe86ae8849b40060713c5ac853408d1f1bc72e5136290e21cc7343a9
EBUILD smart-meter-texas-0.4.7.ebuild 792 BLAKE2B ce30834ed1557af4a5b64d39e20e426a2688d4e6d038b92bf497f408d80ece9baf1d8baf61ed45f73f4fee886b4352349359bb7e9436078afc3d450a0ea2cdac SHA512 5f0e4703c92966e0fc046f1ac404578ecb101f28b1d8220302ae8d55f1cacb22ccac5dcae52984caa54cfd3fb6dc02cc584087dcf61a64736395015ab7cd6c0f
EBUILD smart-meter-texas-0.5.5.ebuild 735 BLAKE2B 8343e67242e2de0852a27ee92357eca06a81561fa3379c9fa85b8c7bdfe9eeb306ec6f7193ef782456e1b79f5b7c9e966a7fb164e65a249a5a5fa5829e3d904d SHA512 c5693a5211f96a2f73ca861fb3b8c663e0556598a835c143de866a6a0f983f0198db2304c59efb848b3ff024b039c00888162d2fd2729876fd229a690b73cbf9
MISC metadata.xml 535 BLAKE2B e12f05dd4a3be028750a3abf36e81ea57aa539737e8068ce3078b99a1a3f62b9ed3b3c7b8986464b29c0aa2845e9a1532e048e1f9481bac0fa20cae9dc4cae29 SHA512 175a9101a82df951c5d0374891359f3984fb7f85c8e17535884fff70e98ef8ce092d33cd7989a202207165a3307f3c4c398e41fed4df3ce6ed014ebca7a0d292

View File

@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Package to connect to and retrieve data from the unofficial Smart Meter Texas API"
HOMEPAGE="https://github.com/grahamwetzler/smart-meter-texas https://pypi.org/project/smart-meter-texas/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.0.1[${PYTHON_USEDEP}]"
# >=dev-python/asn1-2.4.1[${PYTHON_USEDEP}]
distutils_enable_tests pytest