dev-python/zigpy-xbee: drop 0.20.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 16:03:39 +01:00
parent 90099db3f2
commit 8e4ddce14e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 40 deletions

View File

@ -606,13 +606,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 2390 Ebuilds in total, 2376 of them have in total 2419 (43 different) licenses assigned.
There are 2389 Ebuilds in total, 2375 of them have in total 2418 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1357|
|Apache-2.0|563|
|GPL-3|152|
|GPL-3|151|
|BSD|127|
|GPL-2|28|
|LGPL-3|23|

View File

@ -1,7 +1,5 @@
DIST zigpy-xbee-0.20.1.tar.gz 43969 BLAKE2B a0f3cccd3b67a1db5ba68c7386bc20cea18ce8e9ddd1df63e7447c7ef0452a4982b3d377060f7f06ba08ec61e8b886d12f6a95fd866d4057c5823f290c62f62e SHA512 518674124823d2568ddd93d26919e467c7149676420222d744cfcdba87ee07d77144647da19765431b11c80ad29829547ff017ec656b3b815b6bcb35be931cbe
DIST zigpy_xbee-0.20.2.tar.gz 43985 BLAKE2B f2fe2a9acdce04ae09e7d14b71422b046583bdd5a624d0921325dd5d5a35bf9e5321255a67c15004cbd3a0d4824f72c81cfaf42e39c3434ebb75d34c2ead066e SHA512 85b83f533e5d6ce712cb0ddd1a3f9af5d94d4e62c6055d5e3d8f93da5f44ae7232a78be547190910e8296cc79906f0f59a34848a5060045381166c05d58270e1
DIST zigpy_xbee-0.21.0.tar.gz 43228 BLAKE2B 69b5326940e58d63c9dc2b7d904e5d1c1dc179ce87ad6f5cc850b061c1e60e76173c813434a111f6be97aff226f509bd92712a865475be1820f2181fda972ed9 SHA512 1478ba14b5090ae184a67e8eeb99357b5e07887819fc96769feb758395b5a82754e4e7d59e713c74a467e09f9df0a89cc9977d081932fa485d95d1993670181c
EBUILD zigpy-xbee-0.20.1.ebuild 940 BLAKE2B 11d0efb0741e1300f97de3dd7b7578b67b1a892bf9d4f864c4271b04d109c1fe1781a6653c6f0b3864041edd2ee4796736efbfcb5450526cd03571bcbac5c774 SHA512 a7b6adab2e2c8cfd3cd509c442ef7141de9e263420ded5e9b5b86d8aa48b857a81c5765c148d5f57a00a182632408d035125118208f03d26279296e65dba177f
EBUILD zigpy-xbee-0.20.2.ebuild 920 BLAKE2B 71bbe4a88c243c0857454507119b5d693631be17cdf0f09ef86719df4d348297ecfb741ec73393a954d3f0a9e243abcd5223b5d282457840ba992ed3b60c6949 SHA512 d8acb269de2c6790ac5424931f12651a62b24e7a79bc4743bd05573eb62a020d052733510e9e2acc8f0d17960a37a8405d6ced7b00edba026558ddf03e7ae2ba
EBUILD zigpy-xbee-0.21.0.ebuild 920 BLAKE2B 670969ab4348dc5608ef85ee0bdb491c3afea9877ac7e01530fa56ea99aed7a7c8fa97c85da27fb795b4b6f9b52fbd576a26395c48c98086fb912192038bbf2a SHA512 c5183bd9099dc57aa47fbaa3bf941e85311305acdebc7985a1d61610c8fc553aec143a87b0fba131d4a8739c9044891eed71723a4bb786b1d0d20dc6d6b9cec3
MISC metadata.xml 512 BLAKE2B 0ec2ea229c830acf617c79b448621314805024a55f77ba34236816ab5da35452d9363c4f9eb8b5f0afe29f8ae3b56c574b920a888b93c38b557ab37b120b0af4 SHA512 5ab21bc616519b62afe32482b89e0eeae2771fe954fae4d45608c2a634603cf9c636b3a52ce8402caea9ddd05fcf59780e6fe6c36b2e14fe12fde6e8c30ac461

View File

@ -1,36 +0,0 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library which communicates with XBee radios for zigpy"
HOMEPAGE="https://github.com/zigpy/zigpy-xbee https://pypi.org/project/zigpy-xbee/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/zigpy-0.60.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${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