dev-python/pythonegardia: drop 1.0.40

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:03:41 +01:00 committed by Andreas Billmeier
parent 03c4ad14da
commit 3eae175c87
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 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 1605 Ebuilds in total, 1594 of them have in total 1612 (42 different) licenses assigned.
There are 1604 Ebuilds in total, 1593 of them have in total 1611 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|926|
|MIT|925|
|Apache-2.0|340|
|GPL-3|101|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pythonegardia-1.0.40.tar.gz 5706 BLAKE2B 1ca05fa97faac4900c7dec19fb50d40de1d37857c4625b88985fde7a29a9218d683205675d89d8148ec8a3a34afcea8617b0dd7fd19cfa2f693d7abc14b0f94d SHA512 270085def87fa66e1287fe7fa9afe9852fafd2c321d8cf222612e3799618bb4dc53e8340a365a300806a9d0907b574f0d94f37f3da371b4eb9b6a5d5cefe0701
DIST pythonegardia-1.0.52.tar.gz 8223 BLAKE2B bfe15c927b155077a5f6b0da5daded9c1755dec59b382d7dc9d11a609c8191e7398cd58e78993da3e21a5cc2240f87ccc14008cb210d1ca03438b8f744bf92c9 SHA512 cd9c99889dab0145af5d175f73708c220845134115f17d01aa3812d4c9637c3c55db26e8fd9867ebce2087531f5388d0d2c7a70138faf0465bc4b12312f35762
EBUILD pythonegardia-1.0.40.ebuild 707 BLAKE2B 8f7880869d4273905134724645298a65a76c2c147a71d7afb80f7ccef62dbfcdce60a1ac0b5dc8b5d9fe66b561e8313bea14652c323ac484a730787e476b92a2 SHA512 bd10284df9c58ace132ac3d7ffe3e4390adae7612b7c831aa68ecfe71a75eaee6d8e7c1e0ab006d710e9e5d5a9d1b23703d40291f9294a330c8405362efbbe7a
EBUILD pythonegardia-1.0.52.ebuild 707 BLAKE2B 8f7880869d4273905134724645298a65a76c2c147a71d7afb80f7ccef62dbfcdce60a1ac0b5dc8b5d9fe66b561e8313bea14652c323ac484a730787e476b92a2 SHA512 bd10284df9c58ace132ac3d7ffe3e4390adae7612b7c831aa68ecfe71a75eaee6d8e7c1e0ab006d710e9e5d5a9d1b23703d40291f9294a330c8405362efbbe7a
MISC metadata.xml 404 BLAKE2B f8e2de57d6704ae1458705085a1c5d5e9a607c30f0c3d298f3310977895ec36443e25dafc7c95ee5887758c4fac256dd873b0c6fa5aca64598372b2cccb2d7e2 SHA512 bdf87e371c6652f0c4fb9d14504b0c389a76e44b9f4749acdf413b020cc5f821b6ee99ae8d96df2a628413535eef51c0cbd4e2e8ed809f3c8e04871ec9b10e55

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="Python 3 support for Egardia / Woonveilig alarm"
HOMEPAGE="https://github.com/jeroenterheerdt/python-egardia https://pypi.org/project/pythonegardia/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest