dev-python/pyrympro: add 0.0.8
Closes: #3369 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
90b43b71dc
commit
7add320bdb
@ -606,11 +606,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 1838 Ebuilds in total, 1827 of them have in total 1848 (42 different) licenses assigned.
|
||||
There are 1839 Ebuilds in total, 1828 of them have in total 1849 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1059|
|
||||
|MIT|1060|
|
||||
|Apache-2.0|403|
|
||||
|GPL-3|107|
|
||||
|BSD|106|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pyrympro-0.0.7.gh.tar.gz 4384 BLAKE2B ab28741b9e5af23538df6231fb590e54e8d7e294ac09b5aaeda29b25c11fb7337d566fc7f95b4c9cfe45f7a8497d56de50c798ae4fed50de83613a27c51beecc SHA512 e1a49d96f4e5f99c5e70c50a04c6ead81007c2e47139497eda80ad6c6ae32c80c9f2a14aa80a6d709ba9104f68dfb0772d7053d202d44bdd7898119be2980ab4
|
||||
EBUILD pyrympro-0.0.7.ebuild 569 BLAKE2B 972b7dfa551f27efe44819fb759eb293b57005e7586ac15c7dba9bc0ff216e72d4baa4ea2855cf24fba155acd178f6b2119307850c32ab68a6c8ffa89b19dbc8 SHA512 43765653a99a7cce2b677fc91a1e0c9d46b557c1eec3b9abc30d97a954fc7ce9fbc5291d2446ef7b2e19fdf532fb8a5d2f2e8d289e9c27feed4e10b4b63c10b5
|
||||
DIST pyrympro-0.0.8.gh.tar.gz 4376 BLAKE2B 755c8b64c55241c81b46d552b9018738576324e7430620f3ea4501670be05b40ebcffa127c3497e00217c94ed5fb35d2ceac44ff7f27fc8400cfd84fdc8c2b8f SHA512 11042317351199397227ef3aae6380fd8c15bde002278fadbc6ac6caaa0965c9ec7fa559eb338027188c3b8ff3283847acb86a8a39961a58783ce3f21810f6b6
|
||||
EBUILD pyrympro-0.0.7.ebuild 569 BLAKE2B d5f159942d71b38e6f7b8e2467b95bda1199d3c18b4fb1e4f1e720be6b4c4f9af42b8a24a62ffef0ccc7da1d5bd248c26a2461988a3e6eec2062e06cddd630aa SHA512 d3c1286ca5361a76c219dbe8bce538556c7432cdce3d32c7b1aa1e8fc070bc1289e00eaf6f703a7abcf48ae10de05767c46714d446558fb7e37411fa0a1ddea7
|
||||
EBUILD pyrympro-0.0.8.ebuild 569 BLAKE2B d5f159942d71b38e6f7b8e2467b95bda1199d3c18b4fb1e4f1e720be6b4c4f9af42b8a24a62ffef0ccc7da1d5bd248c26a2461988a3e6eec2062e06cddd630aa SHA512 d3c1286ca5361a76c219dbe8bce538556c7432cdce3d32c7b1aa1e8fc070bc1289e00eaf6f703a7abcf48ae10de05767c46714d446558fb7e37411fa0a1ddea7
|
||||
MISC metadata.xml 507 BLAKE2B 113e2122de5e84b547f329bed448b97853ad1fcbe2f917b267c146bb9a7a9c90ea33361b1b68225446865d2224624bf48fa124067ec6e3e92caa269efdaac6af SHA512 8d851c70ff684e15217e25fca10aae3c55a2a3b9fe6655b0b5e6bea77e28fd1be76051223785f4a3f4ee06791014f3047e81ee5c79b1f8309fdcfa469ed558e7
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
|
22
dev-python/pyrympro/pyrympro-0.0.8.ebuild
Normal file
22
dev-python/pyrympro/pyrympro-0.0.8.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
Loading…
x
Reference in New Issue
Block a user