dev-python/pysignalclirestapi: add 0.3.23

Closes: #3021
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 18:39:42 +01:00
parent e2cb52d902
commit d924ffae80
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 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 1882 Ebuilds in total, 1871 of them have in total 1890 (42 different) licenses assigned.
There are 1883 Ebuilds in total, 1872 of them have in total 1891 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1062|
|MIT|1063|
|Apache-2.0|433|
|GPL-3|124|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST pysignalclirestapi-0.3.18.gh.tar.gz 3353 BLAKE2B a0dbe841eede5e3329743356b7774c255c9cad6b6612141e77eb5ab4bdc073d4db4345a0c7cf648fdb2e04e32e6505a2779a4415ccd2c3f600506dcb5abf3c36 SHA512 8b8b0112e8d439d86b8556b85bbbac4ced2204055aeb15f82cf86c87d1339efc1381281ab617379ebe4f797615b737199a48c5863679597b3e14bcd2ff558795
EBUILD pysignalclirestapi-0.3.18-r1.ebuild 655 BLAKE2B 060ab717d87e07749d88f6e55e4cd2921e33627ededbf8d342c6b24e56342eea4b47e7f4d0ec70c65f1fdbc63bc070d35899eb5bb797ad7132dd8c38ca64561d SHA512 aecd34ae8cf4bdf48c0e2b5d4101bf6dfce9003e36a07aa287fd2c22e39c18d3dbd080068ee8f02e4adffa1a4e049bfe6ca2b8b2fe7ec397d0abc79e7ae59258
DIST pysignalclirestapi-0.3.23.gh.tar.gz 3943 BLAKE2B 25f35b483c2fdfc8c315cd2815ffcab511301f8318442c907703ff813246b7e74b5de35a0dd2a46a027e6ed53b241f5e478849f815dc73a7faa1a58fd2006587 SHA512 ba008582add7c11bdf942fc575fac3f4d692a1003ab905402b920172d6af7ea8f1f1814b9d67a19458d572bab1652c7f892d28f2e2813843544a6ea4339f7891
EBUILD pysignalclirestapi-0.3.18-r1.ebuild 655 BLAKE2B f954565620aff7ca194664b6acd4a0d88a9ef5e49e31442caa42a87ece3a980080c498ba973fcb3eee75384d8d1ddd56186c36cb1e564d9933f8df5be009b7e8 SHA512 97db6cbaf56552a4a567feea80ea8a6a64097943be96cb35f3bcc5b066e487817e366c358ed78394ddd608970bcd504fc95fb5eeed3b556dd075dc199f73e14d
EBUILD pysignalclirestapi-0.3.23.ebuild 689 BLAKE2B f4916464f8e300f15ecd02a2daab1d0c7121253f38f9a38f89f477b6612b0264b7c22a9b7857e1138398b992f4304431bec2a1afd7fd297dadfe2201b87ddae2 SHA512 4c6f631cf4a06366412edd6f393b6d3cbbb0fd633b6ad51e0d3e90ad6c8516f97e259ef00644e642f152189f9380ecac3bf5bcd8a6fdd5d48496c6349eff5009
MISC metadata.xml 537 BLAKE2B 3c03fe6008b5b60b805a6dc3484697a124a5b195a2093e4d81907150ba25303273f1f4f5884dabbd65d596aefbf7f98803bff9371a4710243f218c97cfbe4296 SHA512 6f2afd784a621ca73852c87e4e68f17a27a0e1c14e75567954cfd1db5451e2465f334c67a7bd1d07d8a47b10952503700325e6b454d7f376f4623f13cc6c61ea

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Small python library for the Signal Cli REST API"
HOMEPAGE="https://github.com/bbernhard/pysignalclirestapi https://pypi.org/project/pysignalclirestapi/"
SRC_URI="https://github.com/bbernhard/${PN}/archive/refs/tags/${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/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
distutils_enable_tests pytest