Skip to content

Commit 45dee04

Browse files
committed
dev-python/python-homewizard-energy: add 1.8.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent fe9cd79 commit 45dee04

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST python-homewizard-energy-1.1.0.tar.gz 9006 BLAKE2B 486128c829ba1b5f4abe6fb79ccf995eb7c0e5a3d544409099d9f2442d8a297da061fab1b0c17b97aaf6c86883b1197684616f162f65aa023d52e2da4281cb0a SHA512 f05cc93cb3713ab418d5d348cbd59159e90cbb16c3fb87e6d10722b4c0ae30cd3ff66c5efd7fdfae4606e38164b2286b59886963c3142cd9dc8b2b70cf5d44d3
22
DIST python-homewizard-energy-1.3.1.tar.gz 9604 BLAKE2B 42b1b9d500444fb43df71875332ccc6493b466dd85a2bf36a7b80d0978d02156b203000e5d38a626d0d5c1b1b227fa8be32885ca043897ffa48f3025356cfeba SHA512 9221ba70ced17abe05efacba562114f6380063d750a593d3b009cb301d1550ee3fa192610b387d28aee4c08e092d2f3da808dcb5cb727c0b8157f119a7613251
3+
DIST python-homewizard-energy-1.8.0.tar.gz 11864 BLAKE2B 807f13aa2ba857008d233bf8ac89ea91d33bc3c57c9a33a5a02139f05d4cb2ccdd038c31a7bf2d93e5b9f5642d94908f0ab9d9e345bf5f76f8447168f072f9b6 SHA512 74dbd6e5bdfd04dffbfd07c2ec315e7580f58a26f0b266c96cd925e15a9fe781c458c9b10da557916f8c9f68d9035e0ab9f817129d7af250f61398121551f4af
34
EBUILD python-homewizard-energy-1.1.0.ebuild 857 BLAKE2B f223715ee944b75694d4bf6353a1ebf7dc521180a858047f74bf31473501307a2f37293643d4d0040eee1a0f87805663c1f9ff1d2099e860e773496eeedf8194 SHA512 ae580964da021509ca5c937a0b9dbb6a91fd4a25f867d97a773c718abade289fafbb117e0fec52a4a0b4a849f210d48af344da474cfea99eff1bf3e46d1f83f0
45
EBUILD python-homewizard-energy-1.3.1.ebuild 984 BLAKE2B 74635cbd9690e456ed988d864c8c1a6cfea14f99ff8c701ffadbf3dd755910381efc65aebea9d979c5be95bcfc8ac42ce3f38108c1210156e6e76ef3fc330728 SHA512 3ac45e72902c04c9ef49c893cc04d1e2cef7dbadc4bc5125ed29565a3ca5b12839b6d0c5f814c561f24d39d4e97bb55d88b9ba05ab4cfb2c0131faed76a53367
5-
MISC metadata.xml 397 BLAKE2B e81c717df9557400f644b3464fc31d5f2d315db865931d16009ad1c1be690cb21939c4ce1559a239aafd613d3a92eb705dc70772656a5770f5e214dd96e48255 SHA512 6d7eecd9bca60f0a93368fb7470908495f9f7026963c671beda9852a4f1550776df3420041702f1f0629764d4f33d41886e0858180d7eab52777fc1af4bcfc94
6+
EBUILD python-homewizard-energy-1.8.0.ebuild 983 BLAKE2B 5b69b2a573f7ac95f3f71d88d6f2ce64d645a8b4a50526ea97bea3f6659259c942b4a305461b012fa53532b5a417e9217179b63f919a739b45787ceddaa15730 SHA512 482a092d762727a050683e4c79a448e98e5710597a3473f73deaa159abb89c969027f9aca5154c6d8d725ea327bab19a190c988bd65cf1245075d996e83a4bf8
7+
MISC metadata.xml 415 BLAKE2B 93ac71905e326910dbef25d4a1440eea0be364984d1b94e5408e1244efa1c5deb0d6c0a9418d00868dc44c04c554cc179a857fe43d8f45771396ed8ae4ed03aa SHA512 ff2cdd2460b431a5f215b9b9b85fd9e3ce053fedbdd7a16f6e8ad11a74403597f5fbb64865a8e88c6641487eaa09dc869bfca838cd6282ebb614c8d0683ebffc

dev-python/python-homewizard-energy/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">python-homewizard-energy</remote-id>
10-
<remote-id type="github">dcsbl/python</remote-id>
10+
<remote-id type="github">dcsbl/python-homewizard-energy</remote-id>
1111
</upstream>
1212
</pkgmetadata>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{9..11} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Asynchronous Python client for the HomeWizard Energy"
11+
HOMEPAGE="https://github.com/dcsbl/python-homewizard-energy https://pypi.org/project/python-homewizard-energy/"
12+
MY_PN=${PN//-/_}
13+
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
14+
S="${WORKDIR}/${MY_PN}-${PV}"
15+
16+
LICENSE="Apache-2.0"
17+
SLOT="0"
18+
KEYWORDS="amd64 arm arm64 x86"
19+
IUSE="test"
20+
RESTRICT="!test? ( test )"
21+
22+
DOCS="README.md"
23+
24+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
25+
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]"
26+
BDEPEND="
27+
dev-python/setuptools[${PYTHON_USEDEP}]
28+
test? (
29+
dev-python/pytest[${PYTHON_USEDEP}]
30+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
31+
dev-python/aresponses[${PYTHON_USEDEP}]
32+
)"
33+
34+
python_test() {
35+
py.test -v -v || die
36+
}
37+
38+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)