dev-python/xknx: drop 2.7.0, 2.11.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:35:32 +01:00 committed by Andreas Billmeier
parent 0d7dbf3eff
commit f6bf735215
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 71 deletions

View File

@ -612,11 +612,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 1756 Ebuilds in total, 1745 of them have in total 1759 (40 different) licenses assigned.
There are 1754 Ebuilds in total, 1743 of them have in total 1757 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1015|
|MIT|1013|
|Apache-2.0|372|
|GPL-3|103|
|BSD|100|

View File

@ -1,7 +1,3 @@
DIST xknx-2.11.1.tar.gz 144786 BLAKE2B 0c8bde140fe20389fb23ce8a21c0b65ba63241d53427ec44ccd89b1ef015388e302a178b3b57a145fc954e718eb5be939ea434e439533c374d5779618f42f0ed SHA512 67aa9cf3348923f87e7376b40ccc8510f6d6cf4dbf1e4379a48c5c326887cf81e66af78a7b78f72151bc18b8e0199c12501afe28ae9bc0f0ba8ec7ea1d2eb4a4
DIST xknx-2.11.2.tar.gz 144861 BLAKE2B 25a35dc0eadae8772625fbd8f20fbf380b6b7c093370a22b32e9f2fec69009bf7b87854d86287b5331f89827aa6c9c7c7e501aa99d4cc209a82223ddc47e705e SHA512 97d2f9d99d80c89019c3e8360451d91141f1f04b7a43530d7d5a16bb915da7ad6e69f0f85c7dec96c5b6b35ec3270eecccb64d98538b6dc684b58ccd95d4cce4
DIST xknx-2.7.0.tar.gz 142882 BLAKE2B 9312b65e7049ff22b8757a6d58105e6258f7ab7c4935827665aa09d5eab9ceb52a96ee2de90c2cc8204919b5ac923f2b0d54915d348ddea5a93c1d082de8ba85 SHA512 6d48d3f89252f5d97fb43e1806dbac000985d997b1335cb1f6437e320571013142c36549467d46ee6295dc26a14e911a8d54f044f940b98ea28a2cb58cdfced4
EBUILD xknx-2.11.1.ebuild 792 BLAKE2B 688739c77f87c05a6beb609873b56fbdedd4c00df98420bc10c4956f2781d2799be472399aa1427ca99fc6ee459129d3745b651b21a8bbb20c7365c707d63be8 SHA512 c9be7c1128859566fe80241a183a364c0d7fce599685622374cf495dcf9170ee8af581fcda4ea6fc2d4f0a27645206aabb71c33e134008e547faa25b92fdae02
EBUILD xknx-2.11.2.ebuild 833 BLAKE2B a54de7324dae72481ed7e864c4af2108d217a636316e60d2449bae5d4517a422b9425f17edea3829ce8bae50b63ed7ac8faf7efae1707e57093a810f90d67fb8 SHA512 0e43b834a9c743f570a0367d02d2eb2a7fa4e02df95b4ed65722724d810895cce239695d8821f7d1bca7b15271dd0f515239e76a99797e34e941bb0168996b04
EBUILD xknx-2.7.0.ebuild 740 BLAKE2B b962765fb0dd68caa9dda81e5f990ff4f3da1ce361f0ccaaeb806cc2808a0e62fb65984456e59dea7a88611df8ba70fbd67037900713de96166e3414e1f3ca04 SHA512 58a183b6ea446c1d8ac67b48aed6263bb3dda4007734d1c94034658750e2094922fb092d7f9930bc638609ea55ebd83241f212e157541fb66628c4e037869abc
MISC metadata.xml 510 BLAKE2B 10a531dba58acfdf465f4ff131e3a8934225a6582670e6599a8c1c158c9da6e7d82fc94d1341fd7bb17cd8435cc65024852a3a9dbac77428c040fccb4f6697c6 SHA512 d35d251f559ecb225f47aca7e5ed3896b077843d0dcb4a6cfae8e144a468158d97a50ebb3255a3e780ddf07875b2c13e3111d0afb3ddcccf5ab505915297d5c6

View File

@ -1,33 +0,0 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/"
HOMEPAGE="https://github.com/XKNX/xknx/ https://xknx.io/ https://pypi.org/project/xknx/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/async-timeout-4.0.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,32 +0,0 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/"
HOMEPAGE="https://github.com/XKNX/xknx/ https://xknx.io/ https://pypi.org/project/xknx/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest