dev-python/pyrympro: add 0.0.7

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-04-10 10:39:22 +02:00 committed by Andreas Billmeier
parent afd6097423
commit 62c0eaf4c2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 7 deletions

View File

@ -576,11 +576,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 1835 Ebuilds in total, 1824 of them have in total 1840 (36 different) licenses assigned.
There are 1836 Ebuilds in total, 1825 of them have in total 1841 (36 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1074|
|MIT|1075|
|Apache-2.0|394|
|GPL-3|118|
|BSD|96|

View File

@ -1,3 +1,5 @@
DIST pyrympro-0.0.4.gh.tar.gz 4006 BLAKE2B b2a4ef195dc9f0fb199ad863f10981b7c592a2bff78d1b463a5a73b3a2723ac497f22c6332df679d929e612300c311be7e2b4a6ce5f3a39b2c78154704ae3938 SHA512 da9a2d642428f29bb3195042efe81cc5214495017c29ad9d8adc23ce8865048600936e8719c6dd94aa9b97f22c8c9599eac3abe555e65fb494146b6fd3738571
DIST pyrympro-0.0.7.gh.tar.gz 4384 BLAKE2B ab28741b9e5af23538df6231fb590e54e8d7e294ac09b5aaeda29b25c11fb7337d566fc7f95b4c9cfe45f7a8497d56de50c798ae4fed50de83613a27c51beecc SHA512 e1a49d96f4e5f99c5e70c50a04c6ead81007c2e47139497eda80ad6c6ae32c80c9f2a14aa80a6d709ba9104f68dfb0772d7053d202d44bdd7898119be2980ab4
EBUILD pyrympro-0.0.4.ebuild 538 BLAKE2B 414689a2ab7f326ee25b74db0a521e923afaa14f02e7d40035c93795dc158563fd235d293af8552bf3b613e2a252dcb77d889217e07262d778208b6196f44e49 SHA512 8329d41db91819784a56048d2b474060b7228b45711267a05db21a88ae3d6212652aced4cc3086e867f16eaa0a20044e9833c62a55c2715adccbd9e8b2735dd7
MISC metadata.xml 516 BLAKE2B 725dffcd604b7fca97917493a1bc0b806ee4a8fcc3925643e23e93e9d33558d55bdf421980e8c3347c2054f76412d890b24ef088569592599bc8c7bc45bf428a SHA512 5145236b5d2744cb6097549a7e7fbbfdda4f2efcf85842ecdce4c0a0b527f9377114da456dd6d29629e3faa1c388b65eaeb9726e3d09b96d47a58b5d014482b6
EBUILD pyrympro-0.0.7.ebuild 537 BLAKE2B 06e1ffe0aeb67dc0ddec445f898c5e7febf585b870cbb422f7c236de2492e34cacee5e9545f9172f301d405c42cb3520b755e4cca71a174412df5475ccf9c6ec SHA512 11aa43a592e1338d2fa33e716dfdb0411a1feb02fd49714a9cbf67346cd583067badb9731d80721786c038c54dd603d1ead0e08774aa0ec25231426171859895
MISC metadata.xml 507 BLAKE2B 113e2122de5e84b547f329bed448b97853ad1fcbe2f917b267c146bb9a7a9c90ea33361b1b68225446865d2224624bf48fa124067ec6e3e92caa269efdaac6af SHA512 8d851c70ff684e15217e25fca10aae3c55a2a3b9fe6655b0b5e6bea77e28fd1be76051223785f4a3f4ee06791014f3047e81ee5c79b1f8309fdcfa469ed558e7

View File

@ -6,11 +6,11 @@
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pysabnzbd</remote-id>
<remote-id type="github">jeradM/pysabnzbd</remote-id>
<remote-id type="pypi">pyrympro</remote-id>
<remote-id type="github">OnFreund/pyrympro</remote-id>
<maintainer status="unknown">
<email>jerad.meisner@gmail.com</email>
<name>Jerad Meisner</name>
<email>onfreund@gmail.com</email>
<name>On Freund</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,21 @@
# 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=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}]"