dev-python/advantage-air: drop 0.4.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:57:33 +01:00 committed by Andreas Billmeier
parent ddf254ab93
commit 3839110199
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 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 1764 Ebuilds in total, 1753 of them have in total 1777 (43 different) licenses assigned.
There are 1763 Ebuilds in total, 1752 of them have in total 1776 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1026|
|MIT|1025|
|Apache-2.0|374|
|GPL-3|110|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST advantage_air-0.4.1.tar.gz 2806 BLAKE2B 1932e1f598c29386fdbb4623506ded913071f494fd867b4ee13369e5b8b45b121d849279a92b1d7bf805bcf00368cf852f3a47bca0c39384df447b929e279945 SHA512 9dc9c1d9ff4329e73155eb29f992991bbad91fdff9c38400d2769afcb46f3eb19a0d54b9e9fc68cf6d8323354b3cadcf336ac46ce0affb39d761848dfa8e4127
DIST advantage_air-0.4.4.tar.gz 3946 BLAKE2B eefc757570b02c24ad7111732cfde75eeebffbcb5702bd881863577e00db37eaf23a1a1d0827d2835c83d3f99515dc9ec0fd0dfea5076a63df24c7a4b3596980 SHA512 5708cf5b60668802b60abae1e7f44a5166fa15c76d3b5f9dc58de6f3cc7d4e01676782f943bc501f4d13937db37d665e8be514758ac4cbe47c9c10ab59c47944
EBUILD advantage-air-0.4.1.ebuild 655 BLAKE2B fb3ff164ab9beba5daa2c1e739f2e9b66f32ce809120c721127bb7eae14f2e6202e44c8285a77258d6487e9a00d4ba975d8ad487d95ab41653d99d82c316026f SHA512 ed4edd80c3cbf685c3eedeaf47bc54493824aed0018b1728eec2ad8cdec21dd3a1fde4ca7106b471455b0d5436e4e04211d684317099d6fdb396632cd0e01a45
EBUILD advantage-air-0.4.4.ebuild 655 BLAKE2B fb3ff164ab9beba5daa2c1e739f2e9b66f32ce809120c721127bb7eae14f2e6202e44c8285a77258d6487e9a00d4ba975d8ad487d95ab41653d99d82c316026f SHA512 ed4edd80c3cbf685c3eedeaf47bc54493824aed0018b1728eec2ad8cdec21dd3a1fde4ca7106b471455b0d5436e4e04211d684317099d6fdb396632cd0e01a45
MISC metadata.xml 512 BLAKE2B 75db0752e23a2989b95a1a60407231c9e40162a29c387f0bf25e5006f1ae24b3998f56a5629f1ba29088901134ca6e70aaee9978797570c916e591dd1e39c4d0 SHA512 ecf3c2750b2e2a1d26bb68f15e112c89161c7e2cdfc6115dfcc7e2a002b0e4bb22832cea2067a8f946e0b3c42dfb5d251ce74eef6c4885798181d60f09d2a2bf

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="API helper for Advantage Air's MyAir and e-zone API"
HOMEPAGE="https://github.com/Bre77/advantage_air https://pypi.org/project/advantage-air/"
LICENSE="MIT"
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