dev-python/pyfritzhome: drop 0.6.7, 0.6.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:42:49 +01:00 committed by Andreas Billmeier
parent e9d06e320e
commit 9af6fad7cb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 68 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 1705 Ebuilds in total, 1694 of them have in total 1708 (40 different) licenses assigned.
There are 1703 Ebuilds in total, 1692 of them have in total 1706 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|980|
|MIT|978|
|Apache-2.0|365|
|GPL-3|100|
|BSD|99|

View File

@ -1,7 +1,3 @@
DIST pyfritzhome-0.6.7.tar.gz 14492 BLAKE2B e54585455ee594d1effeee8ffa09b9f7fa3fb8ca253c3891710bd15919d0055ff5477d6da025147a1acea41b93da39fb4f7310042d8c6929b7967e7439480215 SHA512 e4cd85302bb02ef1a5f2f1bc9a303439e5b1214868ebd9ae4659b1fb0c202851911fc53f63693a584d4a26e96209797d55c2200754e06d2a88c6ea85129d9ab5
DIST pyfritzhome-0.6.8.tar.gz 19867 BLAKE2B 2614c0efc47b717d3c277a1e6e6615c320458e8561ff9822fa6d411c807e496392116832e1fcd19349fd0e453679e4aacf40f0cf7d47822d7a7760d0588e8b60 SHA512 25c2bc2810177f4732347de2b1446fd72f7f03242c54223f3b4e0f298676b8a239ac0b617d9280e6e736521ef6b2f0eb8ea0b4191b3781e9af3e5a597c9e02f8
DIST pyfritzhome-0.6.9.tar.gz 19923 BLAKE2B 334f22cba95e0c33a7d6597ee4f2e2915647bd783dd5b43914136fc942a95ae571ec82dd34264800b16ad12921d616aca2926196dbb6ad8fa551ab41fe361bcf SHA512 aa2ac187f4f98e3a47c17b2e9bf2c0296bbd0033030445b1294feedb959ae2d2613fbbfaa6419c95304d569f92b4f294d1c871b18fc1e5271d77a10fd70f429e
EBUILD pyfritzhome-0.6.7.ebuild 644 BLAKE2B 35074358ad92edbeeed14975877556596fb7b45b2e86ca362f1fc56e980c24f71363ffc989012eb3f1add2e31bbfa3c0ca1e3b5924fa72f770328c24c1f828dd SHA512 938eb1573964664ccc7ab84939ff1a40a7c0fd65300f486bd5fbae3caf4bd33dd64f22401b45dfb577cdebcda9f362c970440e72b4a58c194db241f6f3527e4e
EBUILD pyfritzhome-0.6.8.ebuild 644 BLAKE2B 35074358ad92edbeeed14975877556596fb7b45b2e86ca362f1fc56e980c24f71363ffc989012eb3f1add2e31bbfa3c0ca1e3b5924fa72f770328c24c1f828dd SHA512 938eb1573964664ccc7ab84939ff1a40a7c0fd65300f486bd5fbae3caf4bd33dd64f22401b45dfb577cdebcda9f362c970440e72b4a58c194db241f6f3527e4e
EBUILD pyfritzhome-0.6.9.ebuild 644 BLAKE2B 35074358ad92edbeeed14975877556596fb7b45b2e86ca362f1fc56e980c24f71363ffc989012eb3f1add2e31bbfa3c0ca1e3b5924fa72f770328c24c1f828dd SHA512 938eb1573964664ccc7ab84939ff1a40a7c0fd65300f486bd5fbae3caf4bd33dd64f22401b45dfb577cdebcda9f362c970440e72b4a58c194db241f6f3527e4e
MISC metadata.xml 524 BLAKE2B 5696c822cfc4459614979cd6ecffd15226f9bc9a6e80c0d9b1f963f7b93965c76651b25aa4c9858a2e77ae31b519a39e878418a0518d8999b7eed262e4bbc299 SHA512 1ba9d75c02d765f67018413e72522c7161ec76b4ac890f705f042e721e7b81893d4dc84b72b396fa3079ec8885a9897ce3b43d39a71614140cfb3819595ec95b

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="Fritz!Box Smarthome Python Library"
HOMEPAGE="https://github.com/hthiery/python-fritzhome https://pypi.org/project/pyfritzhome/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

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="Fritz!Box Smarthome Python Library"
HOMEPAGE="https://github.com/hthiery/python-fritzhome https://pypi.org/project/pyfritzhome/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest