Skip to content

Commit fce45c0

Browse files
committed
Merge branch '2023.2.3' of git.edevau.net:onkelbeh/HomeAssistantRepository into 2023.2.3
2 parents 93f5c7c + d206d85 commit fce45c0

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

dev-python/pyrympro/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST pyrympro-0.0.4.gh.tar.gz 4006 BLAKE2B b2a4ef195dc9f0fb199ad863f10981b7c592a2bff78d1b463a5a73b3a2723ac497f22c6332df679d929e612300c311be7e2b4a6ce5f3a39b2c78154704ae3938 SHA512 da9a2d642428f29bb3195042efe81cc5214495017c29ad9d8adc23ce8865048600936e8719c6dd94aa9b97f22c8c9599eac3abe555e65fb494146b6fd3738571
2+
EBUILD pyrympro-0.0.4.ebuild 571 BLAKE2B be1a1e865b987c82f1aa85093cf792930fec917eb0ae6f68c04271c5795c097d99e07b84058acf39a34873c9312a919d881abfc950facae53437ae9fa95aa11c SHA512 0c4eacecc63a218e31ece3820d0d42daf1480e7062db1db7740a7a377e108c572349b788ce6c0b6cb56e06244ccf97eb018733d3a62c920732e59800ade93ecb
3+
MISC metadata.xml 516 BLAKE2B 725dffcd604b7fca97917493a1bc0b806ee4a8fcc3925643e23e93e9d33558d55bdf421980e8c3347c2054f76412d890b24ef088569592599bc8c7bc45bf428a SHA512 5145236b5d2744cb6097549a7e7fbbfdda4f2efcf85842ecdce4c0a0b527f9377114da456dd6d29629e3faa1c388b65eaeb9726e3d09b96d47a58b5d014482b6

dev-python/pyrympro/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">pysabnzbd</remote-id>
10+
<remote-id type="github">jeradM/pysabnzbd</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Jerad Meisner</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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_{10..11} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
9+
inherit distutils-r1
10+
11+
DESCRIPTION="A python library to communicate with Read Your Meter Pro."
12+
HOMEPAGE="https://github.com/OnFreund/pyrympro"
13+
SRC_URI="https://github.com/OnFreund/pyrympro/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
14+
15+
LICENSE="MIT"
16+
SLOT="0"
17+
KEYWORDS="amd64 arm arm64 x86"
18+
IUSE=""
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)