dev-python/py-canary: add 0.5.4

Closes: #3505
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-23 18:36:11 +02:00
parent 73bc8ce4d6
commit 97311076fe
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 5 deletions

View File

@ -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 1914 Ebuilds in total, 1903 of them have in total 1926 (42 different) licenses assigned.
There are 1915 Ebuilds in total, 1904 of them have in total 1927 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1096|
|MIT|1097|
|Apache-2.0|430|
|GPL-3|112|
|BSD|109|

View File

@ -1,3 +1,5 @@
DIST py-canary-0.5.3.tar.gz 6899 BLAKE2B b4632b555d5725bd56d5c5440dda2113a6db2321b910b94fa14201aa057556b6c10bb2df24ea89e4a7b1c2ea72f635ae486de9fa28435361d965c71e046a9b00 SHA512 538f354a09f8b908cdec22c9a5be60127941a84465be541fa740c99171d51e2511e105c1de524511f6bcacca6fe687e9d84ab5ba8c075218967c0433f1ae5d30
EBUILD py-canary-0.5.3.ebuild 657 BLAKE2B bcdf271ab1f9fbdee397f4e52f8e3dcfdf78b21cb21e53cc8d0efed1276bf1765c8d968a329979ebfe4b46600446ba599b8c7be71c8c69cdcba1438866f5910a SHA512 5c0e3e222bd63eee094a933a49b2c0a046b92a849bba87afbf430b8b89066612e0fda6a11d4f1fc325098cb88d727bd9a13c0e9c197aecade6d748370523c333
DIST py_canary-0.5.4.tar.gz 8312 BLAKE2B 528db7b390ccf18c2d6b9333b4dc3a17eeed5017eece0e49d110aaca55f1f075248148730d42df7f5f375421f048e27145d61997cf64f1c4bc6efa907b3c5c7c SHA512 616d2f2ed82358b0a04a9018c735f44ba74979d1bc399ac9d4bc6a3ee3889531ec097d0fd3edaf307536cec9407de172f955d7c30d9465f61049966984a17ffd
EBUILD py-canary-0.5.3.ebuild 657 BLAKE2B ce248aa4528de5a16fc85745a5ef0aee88a77d965404f34d9a488ae953185d421d72ccac3039d76ec0e3ab6f0c7dd5ac8e78b0d3dd4c3daa4df25278dc68b5bd SHA512 50abd8ccc9eec6a2baea69a6865c66a3a61517470d651d2ad73d8801b55eab9b13479321dbfd427fabec92bbe40f5a5c575d0a09fbfd877754b57f04a7a4c059
EBUILD py-canary-0.5.4.ebuild 535 BLAKE2B a85459d5a6886acfce87a90cd10cb85009e6fd6211b85a510cda3cc8b4961687e055970d9a369a45690dac8024a9f56bec4b4e8841875c14118f9a3af65aa0bc SHA512 b7d77233e750e8cbfe287e21fade8c43c449bd437db3c680588d18c5ceae2766dba5cac7d72b82a4358679ef0c853dff75d9fb3ba3a29f151ec56e95d85779d7
MISC metadata.xml 505 BLAKE2B dd5141603dff07c6de478a748c07ae823a50db80959d17a0f93fe79adf6bfe11fdfecf59f5ee1b42c9daf03d1f24181fa22b3bc30049d2a0bbd5e6de4d89ce4b SHA512 6c1e076d79b257122f2ea9dccb497ca1648d93c04c580eec73a82bbf40e0c62a0b56b661a54be9c2d6234e882cd408ec0db4da53379659580b2f608ae915837d

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,23 @@
# 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 pypi
DESCRIPTION="Python API for Canary Security Camera"
HOMEPAGE="https://github.com/snjoetw/py-canary https://pypi.org/project/py-canary/"
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