dev-python/pyswitchbee: drop 1.7.19

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:59:04 +01:00 committed by Andreas Billmeier
parent e87428c796
commit 31f155c924
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1619 Ebuilds in total, 1608 of them have in total 1626 (42 different) licenses assigned.
There are 1618 Ebuilds in total, 1607 of them have in total 1625 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|936|
|Apache-2.0|341|
|Apache-2.0|340|
|GPL-3|104|
|BSD|88|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST pyswitchbee-1.7.19.tar.gz 16753 BLAKE2B b7f721795c27fcdb09324258c0583a0c38d5b4650a9422dddd8f16b349138ffaa865db314b3efaf552c7e9d6bf3348f9948682713f7e7b84651f4ace872113f9 SHA512 963bda1988c66e8feee85dbe82f54acd42cc456933dfd339ac7aac5db49306335e145199ffe1f21278b25785d01b913db4193ccc3bcbde514a60595daf0d53ca
DIST pyswitchbee-1.8.0.tar.gz 16805 BLAKE2B 4e2196905dc4762a4dea2f7a628e660b5f596561c117a74870ba31adb7444e70dc03eef82ad7ed5f2008f84d681e388c446548c870765d46424db4d390aef68d SHA512 e5bcfff5769eb46a3f1b346a81af705bb8fefc625f10bb80a1867098f4c90a1773d9f2b7721d731b25e889e7f1c29781fee20af11aca4192074a61a574867ce2
EBUILD pyswitchbee-1.7.19.ebuild 696 BLAKE2B 8909316a13551f6c7e99cb0ec06a3e9b89a52df47c8f6eee6cb2c1cd92057ebab40ec2a78ba30c7b632175908df738cbd1ce304fb6aaba5d59998c8e6df7a3e1 SHA512 41e69a3e9ad25c9e00d215adcbf444b6adbdd44f9ac419d3ae8a8ba213adf437d2d5669082bc5bf5fd5856da36dc279c316ce48f496be052332da5a5c7c27385
EBUILD pyswitchbee-1.8.0.ebuild 696 BLAKE2B 8909316a13551f6c7e99cb0ec06a3e9b89a52df47c8f6eee6cb2c1cd92057ebab40ec2a78ba30c7b632175908df738cbd1ce304fb6aaba5d59998c8e6df7a3e1 SHA512 41e69a3e9ad25c9e00d215adcbf444b6adbdd44f9ac419d3ae8a8ba213adf437d2d5669082bc5bf5fd5856da36dc279c316ce48f496be052332da5a5c7c27385
MISC metadata.xml 520 BLAKE2B c2c83b645837dc7a666fd172ec118ec63f9a564061af66c0af4bb9a29de529a5db62c9c3979c9e34366bf688bac7128ff2b26a27857fd00eb2eb084009e1eaa0 SHA512 9bf60cb3f8f0350caa98d2f6736b02514071cfcd4a86253b6645f53c105d5c197babceb00a5d53f1fdff09ad1c7db31e01d9cdcfad8c3373355490cf32359c56

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="SwitchBee Python Integration."
HOMEPAGE="https://github.com/jafar-atili/pySwitchbee/ https://pypi.org/project/pyswitchbee/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test ) mirror"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/awesomeversion[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest