dev-python/aioqsw: drop 0.3.2, 0.3.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:09:28 +01:00 committed by Andreas Billmeier
parent 282a597544
commit 5d360634b1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 67 deletions

View File

@ -612,12 +612,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 1640 Ebuilds in total, 1629 of them have in total 1643 (40 different) licenses assigned.
There are 1638 Ebuilds in total, 1627 of them have in total 1641 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|944|
|Apache-2.0|345|
|Apache-2.0|343|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,3 @@
DIST aioqsw-0.3.2.tar.gz 15904 BLAKE2B f85cad8b2297aba02579caab2d1f2022d5dcaec235faf31205232d8bccbe88d2479c971000a9118fcc8eab7a9528c22db9874be0c00f10850e53dff38e4bafe5 SHA512 bc9ba7fe6781505b6c3b651cf6e108f6140e426b8884663e93cd5e37225fcd65b379354aab653eb2bcba6d0c68e1f23799eacbbd3086a5336967e613b26b2e90
DIST aioqsw-0.3.4.tar.gz 16784 BLAKE2B d9083b33913c0bb100ba68de605ff183f91db7cfda094ec692a74469ab018ad9fe070cff9773fd6edbbca3f47e3997bd0e6873a584d9213751e9bd92efd40487 SHA512 1de5b9bb1ab4a2a8009e7c1f1030fafdb38b0442f8bcf343ea6da6d48641451a2653894a0de20a556f4bb6ac2244b72bfcf4c1da51921826d79bbb7e0a98bb29
DIST aioqsw-0.3.5.tar.gz 16828 BLAKE2B 8a9a6e824d0d97d52e203862e543feeab11524122beb8e6c9582fd36c890e70d61c2eb6bf5d3bed1c39335c512c149b8848757b8414d29c46cc392c15cd2481f SHA512 76c718b24e4a63987baf856083db9898835f8f2bc3694c36baa87bafcdf988d0b29503f6400bc78841ea001c390f9457f700c0ec2f828df96b788907af3d73dd
EBUILD aioqsw-0.3.2.ebuild 675 BLAKE2B 3e07664705ea5e3971b3bf027ba6ddd0d4c945ec0a519a98d302a65d2eb5786d84ab7d65d22ab40e3a4447b5b223d9ab65390e930f175b01d9d177eac7daf355 SHA512 3e7f6f836937c5c9f4a703b76923fa7bb4b00a7dc0e26f2fcfd4e2ff6c970af2b37bf6ca4bae900e60a2c5f12d78a6c0044454d0a5cee1ac850623e7099c2991
EBUILD aioqsw-0.3.4.ebuild 634 BLAKE2B 67f87aef57b6677130ff5701efcac7ae315c751c7259a32c4d63ef69124d07b5bfd17f0ef30fed9a5649c39f46ec2a713aac9ba687ada420b1c4f68d43847af3 SHA512 41a785970fd7688eb3f27782ef6aa3f2a6ca6ea7303c33c1ac6d56ab7560cb756f4a89d71fa9376c8123501bcd5a4b62c2985d55e4a80427e7c4caf439b25919
EBUILD aioqsw-0.3.5.ebuild 461 BLAKE2B 7574cc3b0aeae8bb0fea17e710ff3c83b207bf1da5af3fbe00ea25dddeaa422e0b43c908b06c2934f266d7e0f8c639c7688d135578dd052d7ae444ff773e9c1e SHA512 cfab4130f3d6f1a42c6d560cfc488e328e598ffd5ad32a0b5144f1f650a14c90969a211a15e4082f9212ba859326e8d7801006122fbd955424eef2d24e505e16
MISC metadata.xml 516 BLAKE2B ef46e84f033d4a75fadae49fd8f131f4c9250a902c2d66fc39f3db68656b830e2799ec52804cd297efbf2f92ef495c7c35c0c623e6e01d1486eba6a9d3110a93 SHA512 fb4939d133edb29fcded998150011fa828b9a0082b986bf25a1f0ced94af7a1c1838cace67c3ee91c107904f2b8ef83daa8c1d7aa3aaedc6a8a1c7b2f90bef77

View File

@ -1,31 +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="Library to control QNAP QSW devices"
HOMEPAGE="https://github.com/Noltari/aioqsw https://pypi.org/project/aioqsw/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,30 +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="Library to control QNAP QSW devices"
HOMEPAGE="https://github.com/Noltari/aioqsw https://pypi.org/project/aioqsw/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest