dev-python/zigpy-znp: add 0.12.1

Closes: #2563
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-29 14:24:07 +01:00
parent 71d679042b
commit 2e516b61e0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 48 additions and 2 deletions

View File

@ -612,13 +612,13 @@ 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 1571 Ebuilds in total, 1560 of them have in total 1577 (42 different) licenses assigned.
There are 1572 Ebuilds in total, 1561 of them have in total 1578 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|904|
|Apache-2.0|333|
|GPL-3|99|
|GPL-3|100|
|BSD|87|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,5 +1,7 @@
DIST zigpy-znp-0.11.6.tar.gz 117767 BLAKE2B 737c05f01b825926b2f57543a058d3670b99aeb574acf8053ca62c50b369365c6ebdab84803d7f6f177d7c7f083290e18869d9cfcb9afbe734176e58f2f4b9ca SHA512 454f1a33a01b0ac0c6797cb0c3c35f5f0329efba2853c36de7a9c069fe06ca9e3237ce97e02510ff42fef086f05c9f8940868a501a20be2d04e873415c281ae2
DIST zigpy-znp-0.12.0.tar.gz 116930 BLAKE2B a6a158cc39e006d8c78a2af5fa4280c4756f3cd885fbad06e3b5105837cd99fa2284af945b0f3ea7c62e44494e45aeffede7189b9d0bed4f94ff788c7da9aee3 SHA512 cfc8ff4cf75a59eb134c4a748ab8a5332cae8c9daaa6422875e55e790508c47b180f8ca439d599e4ada044312971b557f2ea862653a6fc2e5a7b368696b3f765
DIST zigpy-znp-0.12.1.tar.gz 117155 BLAKE2B 3698527b4621634c6a7f779cabcb49d98213d433c1f81b61f3563b2186a791556b10edf91a76b7339419f5fe22effa3cfdce776eb719291b3fa7d8f4d860b6f7 SHA512 9e4d254929831bda47918b2d6b57431358c6f64da8951ed03dfeb82c829452c15636f5c92a1a55892d49e66c11fd5130917daca714eb9adaa208bc962c30ed5f
EBUILD zigpy-znp-0.11.6-r1.ebuild 1307 BLAKE2B 705ad4e4d5ea97f0b626eaa8ece81b00b4def0c0492fb70fc551d4386d3ead6d8dce20f2785158b59ff2a78c13f00659ed66937cdef4caa196008b8d19b8700c SHA512 48e5290cbe9935dd365626dc8f5c1dcf540e407440107e8033b924b10a7aab79334b1f0542958bde263c115fe672993e4682dc40252748c682d0a29c075418cf
EBUILD zigpy-znp-0.12.0.ebuild 1307 BLAKE2B 59b68f826278ba0de8b94e9f924d08ef7844f71d2402bb2faeda11b8fa704e833c81ca8516128981b8c60c4511a492a7fb8664d8c988132d7feb40d370c8c7a9 SHA512 12b2928dd9d3a039d1b399e6f0391a993b8c1c9258fe4a3c5d741dd06f20cf1b0431a393c45a1215898774cd757923a93659e7c4225274061f6c1277851f0fd9
EBUILD zigpy-znp-0.12.1.ebuild 1307 BLAKE2B 2f8e274f25ae0b46ad54255402448e132aa0ab2be0f227c3ae9acefe21456146c24e99ddfccf2a702f3bc781a15b8325b9a53933ec0023b0819ee7f3aa6e133e SHA512 787c041fb92bb0a505b51bb9396462dff0e9ac7497300b28332d1e9fbc08e6f2f5dc66a43a6dd1aa95d3778e8484a3ff3080e71229c915f68ecefaf4f0f2b898
MISC metadata.xml 519 BLAKE2B d6c1f99a4aa6bab7bcf09908aecd3c0912693da76815801656edfa7d84f1d2202077450be9a31937ce62ecbe6371249f5d41441e3846819a9a158a3cd000c541 SHA512 bdfae4a2621cd7fe444c7ced55703ffd01f510aca43e4e38756fa8aa84cb44a5abf86d718ab2bc70c50973122cda4ab3b915e1d1bdfae01a265aa91cdb73cef7

View File

@ -0,0 +1,44 @@
# Copyright 1999-2023 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 library for zigpy which communicates with TI ZNP radios"
HOMEPAGE="https://github.com/zigpy/zigpy-znp https://pypi.org/project/zigpy-znp/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/zigpy-0.60.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
dev-python/voluptuous[${PYTHON_USEDEP}]
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
src_prepare() {
# remove dynamic-versioning
sed 's/dynamic = \["version"\]/version = \"'${PV}'\"/g' -i pyproject.toml || die
sed 's/, "setuptools-git-versioning<2"//g' -i pyproject.toml || die
eapply_user
}
distutils_enable_tests pytest
# TODO: Make symlinks for zigpy_znp/tools and add TOOLS.md and docs/*.pdf , but only it is in github package