dev-python/zm-py: add 0.5.4

Closes: #2727
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-27 10:52:37 +01:00
parent 70063299d4
commit 35dc182bd1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 42 additions and 7 deletions

View File

@ -617,12 +617,12 @@ 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 1675 Ebuilds in total, 1664 of them have in total 1683 (42 different) licenses assigned.
There are 1676 Ebuilds in total, 1665 of them have in total 1684 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|954|
|Apache-2.0|366|
|Apache-2.0|367|
|GPL-3|112|
|BSD|94|
|LGPL-3|23|

View File

@ -1,3 +1,5 @@
DIST zm-py-0.5.2.tar.gz 12746 BLAKE2B 10905456f5e06addac22c3cf72eb2ec7c3425a2597305c369363c40055c17391d778d270ef508e2a886f0ec3af8d15e92a396844e8997bb5420ca8b0eed7dbd8 SHA512 4946c02d2e3a230d3113f68bddec7bd03da5f6b3e8334b84c5fcc943e5856089488dc1692e9e13f3e149d299e52887c02cc8a9b95615e336ed1588291193ef90
EBUILD zm-py-0.5.2-r1.ebuild 1047 BLAKE2B f171540bfe78d78cb5856c1e7e552ab388ea449cd934e766b980253e1ebf3db6a00e98f3598aee1b0286c80dad7481bf60318384bdd77e4d38cbef00dd4d690c SHA512 eeab1de5f4b94500503e57b81021ca11872d8e23d8dd1a6fa1b0e012b6a12af984d4c3a67db2fe13b842002f635fcdb6cc005fbaeeb1df811d2a23e37e07be44
MISC metadata.xml 513 BLAKE2B a4d74212b4290f137adfd71271a532e97255c129586b1e56dc5694406247d04db710c28f226d6bc726c2639e7f07bef75dde851ed2d0b1cf987eeef18e67cff2 SHA512 c6b5fbca9fa6b81c0263441675ca4aae95f845612e990e1392d6e080ba2d08beb658a6579c990b2c30854508d0c31fd33f5b51d68880ca2d7ccaf3623a691aae
DIST zm_py-0.5.4.tar.gz 13322 BLAKE2B 3af9b012b0c7f9964e3d68371e7619fe0923ed48942dcc01c3ad94c6b572254690b536f1fa07ef73cc28e6af2eec712ecb4e52c93976b178f727f1b8b7bcd1dc SHA512 14a4bd3c43581c581d63e887f940f81af8864429afb941affa5d66bbce15fcd2d3be3a6388db61862dbebea0ecfa8f08de982f5611210422331e84fcb3dc6b58
EBUILD zm-py-0.5.2-r1.ebuild 1047 BLAKE2B 485f21847798eb9bd61b23680182247829fb9fe813ce518e834216ba0f95c8917f3b9042265f6f643078135bd8cceffe886d6174e6d811c340424a5da1e898c7 SHA512 1a402899b8518f619247b64fb4eb0718ea20d350e3ffcae72a6b8ec0aed0d793c8d2ba7f6a2fc242c0bcfc5f572a8f3d4f658364f658e4835f5517e35b1db37d
EBUILD zm-py-0.5.4.ebuild 863 BLAKE2B 6e85f9ad67a841717768f6cf0f092b3c2bb970a25d7cbacd75a7717a9e1cba0fcf4bf7ee2240425a608c0bcc9b9af1a9f9032c75033830afd6ad7a47ef2ab054 SHA512 cc5d954e594fe7f2896b151e3adeaa677dff709742954cb9b087fd10f96782c2d9546daef38f9ea9b2779e22b15717dd2530033e57dfcd2a58f4769d72146194
MISC metadata.xml 499 BLAKE2B 3fac6d6182a0af9e05d1f616b6854bfe0b6f4409612c082dae3cc874c4fe2e0c7fe35e241e4ce60de430bc7183ee375a52fd90ecb50b4122d26872dd5be30cb3 SHA512 644a7995c6fffe05fe4cfb57d72488307f9edd54dbe4dac7c62634c51504ae99f1e0cff4a75aa8693356db78b74388ae08cedbe0c9849629378075e6723af027

View File

@ -9,8 +9,8 @@
<remote-id type="pypi">zm-py</remote-id>
<remote-id type="github">rohankapoorcom/zm-py</remote-id>
<maintainer status="unknown">
<email>rohan@rohankapoor.com</email>
<name>Rohan Kapoor</name>
<email>nic@boet.cc</email>
<name>Nic Boet</name>
</maintainer>
</upstream>
</pkgmetadata>

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,33 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="A loose python wrapper around the ZoneMinder REST API."
HOMEPAGE="https://github.com/rohankapoorcom/zm-py https://pypi.org/project/zm-py/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/colorlog[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/flake8[${PYTHON_USEDEP}]
dev-python/flake8-docstrings[${PYTHON_USEDEP}]
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/pydocstyle[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest