dev-python/RachioPy: add 1.1.0

Closes: #2840
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 20:21:21 +01:00
parent 86317875e3
commit cc673cf471
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 26 additions and 4 deletions

View File

@ -617,11 +617,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 1749 Ebuilds in total, 1738 of them have in total 1757 (42 different) licenses assigned.
There are 1750 Ebuilds in total, 1739 of them have in total 1758 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|996|
|MIT|997|
|Apache-2.0|382|
|GPL-3|117|
|BSD|100|

View File

@ -1,3 +1,5 @@
DIST RachioPy-1.0.3.tar.gz 5733 BLAKE2B 522d6e3b6bc3d952802a0dd9d319c0f3abcde987ce1fabb15eaba53d20bb683cc072d88715708911636273b9e3ba22a334c1e2c56ad918e2616c3cceee49508f SHA512 b9feafec9ca8feb6b049b5d53df9843f42bc35aeea191fe750b783f79935d90a6f2d6a058df55a7cb40cb21c0fe1d248174542d8b51ed9dbd682c33c1a248558
EBUILD RachioPy-1.0.3.ebuild 657 BLAKE2B bd8af1fe9d220d561431a4fabdc0f0a95e51352bb77c2367febbc792de307416830ab83e6e4b8d01c5d91124c89581f6969443c565743e7e07e46b19c22b24de SHA512 a48a2c3c0711f4f40660c27abfbe81cb124b1cdac1f4059094df71c76388f39bbdd6362f147c412af1990d1ec878e8e032c77b52ea4d03e752234b00bc0705e4
DIST RachioPy-1.1.0.tar.gz 12117 BLAKE2B b10246b73b2c6cf6f424373773e41404ec582b4f0067a26b32c769fadd69d0cb866c3b0d1106cc2f9e02afd16c7a423d182230f0bfcfea83d81c258fb7924ce6 SHA512 a978f3e7050bda22fc14698291187c29774fa89da703c19cf1678091775556d63e0747f3e310890d3804064ce8935db56bc2fc131de76a01ea93f2e948279aff
EBUILD RachioPy-1.0.3.ebuild 657 BLAKE2B 1847f4fc360f57ca5f81349be8c78685c9b5a77757851585fe5af58b700d353ddb4972e5b54ec12d6d4f318fdea0f3b95d45109ed12e490a154c82336546f2d4 SHA512 1a149e7acfbf30f05349eba081dd874a7d11587a3aa5780833d10788446ff5ff3ac200cfffb4d68f9937e37a945700c8ef3eb9b0b4c6d70316417d0fbfdb5285
EBUILD RachioPy-1.1.0.ebuild 552 BLAKE2B 0a4d2d2f8953add4d2167bb5be618d21bfa64937301bc8b26e8637c7c9ab517fb790a54194bf8aaa19479ff8749ff1dfe2745fbf558cd8e936b6315002791e96 SHA512 3f3b4b22d10265a72d229fcdb604b46356631c5be3f1f8ae1344b1e17a1fbbda63035ebd94451cf9cb22b17869cd8d70c4d37a763fde6192ecc53fab4fca06a4
MISC metadata.xml 525 BLAKE2B 6a3136aa3f4d1ba5fdc828be5ae536abaa75120557e9e2d8fdc0c173e4896ac260f964186bb7eed361b5b63e4ae0656e2df5e0ae8c7656e9cbe8d03c006172cb SHA512 d6784e052fc98152881814a83d01bd64cef93c176e3051eb93cf3eaa4df54300b61e06047f036c6cb28b25c6a25bc40a23109e3bd3e537df332bca1a65d60dc8

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,20 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A Python module for the Rachio API."
HOMEPAGE="https://github.com/rfverbruggen/rachiopy https://pypi.org/project/RachioPy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
distutils_enable_tests pytest