dev-python/python-homewizard-energy: add 1.8.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-05 10:07:20 +01:00 committed by Andreas Billmeier
parent fe9cd791a2
commit 45dee040d4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 42 additions and 2 deletions

View File

@ -1,5 +1,7 @@
DIST python-homewizard-energy-1.1.0.tar.gz 9006 BLAKE2B 486128c829ba1b5f4abe6fb79ccf995eb7c0e5a3d544409099d9f2442d8a297da061fab1b0c17b97aaf6c86883b1197684616f162f65aa023d52e2da4281cb0a SHA512 f05cc93cb3713ab418d5d348cbd59159e90cbb16c3fb87e6d10722b4c0ae30cd3ff66c5efd7fdfae4606e38164b2286b59886963c3142cd9dc8b2b70cf5d44d3
DIST python-homewizard-energy-1.3.1.tar.gz 9604 BLAKE2B 42b1b9d500444fb43df71875332ccc6493b466dd85a2bf36a7b80d0978d02156b203000e5d38a626d0d5c1b1b227fa8be32885ca043897ffa48f3025356cfeba SHA512 9221ba70ced17abe05efacba562114f6380063d750a593d3b009cb301d1550ee3fa192610b387d28aee4c08e092d2f3da808dcb5cb727c0b8157f119a7613251
DIST python-homewizard-energy-1.8.0.tar.gz 11864 BLAKE2B 807f13aa2ba857008d233bf8ac89ea91d33bc3c57c9a33a5a02139f05d4cb2ccdd038c31a7bf2d93e5b9f5642d94908f0ab9d9e345bf5f76f8447168f072f9b6 SHA512 74dbd6e5bdfd04dffbfd07c2ec315e7580f58a26f0b266c96cd925e15a9fe781c458c9b10da557916f8c9f68d9035e0ab9f817129d7af250f61398121551f4af
EBUILD python-homewizard-energy-1.1.0.ebuild 857 BLAKE2B f223715ee944b75694d4bf6353a1ebf7dc521180a858047f74bf31473501307a2f37293643d4d0040eee1a0f87805663c1f9ff1d2099e860e773496eeedf8194 SHA512 ae580964da021509ca5c937a0b9dbb6a91fd4a25f867d97a773c718abade289fafbb117e0fec52a4a0b4a849f210d48af344da474cfea99eff1bf3e46d1f83f0
EBUILD python-homewizard-energy-1.3.1.ebuild 984 BLAKE2B 74635cbd9690e456ed988d864c8c1a6cfea14f99ff8c701ffadbf3dd755910381efc65aebea9d979c5be95bcfc8ac42ce3f38108c1210156e6e76ef3fc330728 SHA512 3ac45e72902c04c9ef49c893cc04d1e2cef7dbadc4bc5125ed29565a3ca5b12839b6d0c5f814c561f24d39d4e97bb55d88b9ba05ab4cfb2c0131faed76a53367
MISC metadata.xml 397 BLAKE2B e81c717df9557400f644b3464fc31d5f2d315db865931d16009ad1c1be690cb21939c4ce1559a239aafd613d3a92eb705dc70772656a5770f5e214dd96e48255 SHA512 6d7eecd9bca60f0a93368fb7470908495f9f7026963c671beda9852a4f1550776df3420041702f1f0629764d4f33d41886e0858180d7eab52777fc1af4bcfc94
EBUILD python-homewizard-energy-1.8.0.ebuild 983 BLAKE2B 5b69b2a573f7ac95f3f71d88d6f2ce64d645a8b4a50526ea97bea3f6659259c942b4a305461b012fa53532b5a417e9217179b63f919a739b45787ceddaa15730 SHA512 482a092d762727a050683e4c79a448e98e5710597a3473f73deaa159abb89c969027f9aca5154c6d8d725ea327bab19a190c988bd65cf1245075d996e83a4bf8
MISC metadata.xml 415 BLAKE2B 93ac71905e326910dbef25d4a1440eea0be364984d1b94e5408e1244efa1c5deb0d6c0a9418d00868dc44c04c554cc179a857fe43d8f45771396ed8ae4ed03aa SHA512 ff2cdd2460b431a5f215b9b9b85fd9e3ce053fedbdd7a16f6e8ad11a74403597f5fbb64865a8e88c6641487eaa09dc869bfca838cd6282ebb614c8d0683ebffc

View File

@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-homewizard-energy</remote-id>
<remote-id type="github">dcsbl/python</remote-id>
<remote-id type="github">dcsbl/python-homewizard-energy</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,38 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for the HomeWizard Energy"
HOMEPAGE="https://github.com/dcsbl/python-homewizard-energy https://pypi.org/project/python-homewizard-energy/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest