Merge pull request 'add pyrympro==0.0.4' (#977) from inode64/HomeAssistantRepository:pyrympro into 2023.2.3

Reviewed-on: #977
This commit is contained in:
Andreas Billmeier 2023-02-11 22:35:22 +01:00
commit d206d850e6
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST pyrympro-0.0.4.gh.tar.gz 4006 BLAKE2B b2a4ef195dc9f0fb199ad863f10981b7c592a2bff78d1b463a5a73b3a2723ac497f22c6332df679d929e612300c311be7e2b4a6ce5f3a39b2c78154704ae3938 SHA512 da9a2d642428f29bb3195042efe81cc5214495017c29ad9d8adc23ce8865048600936e8719c6dd94aa9b97f22c8c9599eac3abe555e65fb494146b6fd3738571
EBUILD pyrympro-0.0.4.ebuild 571 BLAKE2B be1a1e865b987c82f1aa85093cf792930fec917eb0ae6f68c04271c5795c097d99e07b84058acf39a34873c9312a919d881abfc950facae53437ae9fa95aa11c SHA512 0c4eacecc63a218e31ece3820d0d42daf1480e7062db1db7740a7a377e108c572349b788ce6c0b6cb56e06244ccf97eb018733d3a62c920732e59800ade93ecb
MISC metadata.xml 516 BLAKE2B 725dffcd604b7fca97917493a1bc0b806ee4a8fcc3925643e23e93e9d33558d55bdf421980e8c3347c2054f76412d890b24ef088569592599bc8c7bc45bf428a SHA512 5145236b5d2744cb6097549a7e7fbbfdda4f2efcf85842ecdce4c0a0b527f9377114da456dd6d29629e3faa1c388b65eaeb9726e3d09b96d47a58b5d014482b6

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pysabnzbd</remote-id>
<remote-id type="github">jeradM/pysabnzbd</remote-id>
<maintainer status="unknown">
<email>jerad.meisner@gmail.com</email>
<name>Jerad Meisner</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A python library to communicate with Read Your Meter Pro."
HOMEPAGE="https://github.com/OnFreund/pyrympro"
SRC_URI="https://github.com/OnFreund/pyrympro/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE=""
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"