dev-python/python-myq: drop 3.1.11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:01:27 +01:00 committed by Andreas Billmeier
parent 0835a4f12e
commit dc23877d56
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 25 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 1613 Ebuilds in total, 1602 of them have in total 1620 (42 different) licenses assigned.
There are 1612 Ebuilds in total, 1601 of them have in total 1619 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|932|
|MIT|931|
|Apache-2.0|340|
|GPL-3|103|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST python_myq-3.1.11.tar.gz 18895 BLAKE2B 02e7a006e58f75a317e95f7dae9a4083351be0395274a30373f4ee5bfbbff79ae677bd75fb9336e368bf9fd6fab52d644f0fe9d799859ac18dc8af075d0bd065 SHA512 a336bcc4689972b7a9b6cbe513c8b5bdc84b16c4698941c8acdeb16ad0914e6cb42a3e7ca8220533c423b7ac78704333db0ece8ee04d27e481de8a46dd3b628b
DIST python_myq-3.1.13.tar.gz 19024 BLAKE2B 3840583fa455e8b6de60c0727d1e730561c73e2e11ccb865d539cfe26438f0a568ced49c77871d651e7d5f5622c58c2c550798897fd426919cf0142256bbd280 SHA512 8777d5e8e84dd2ba5eee2bfd062d547f134e713f2afd8219ceae18a58ca44c0aad752ce94a7eb2a300dfda85813778059283d89d3f82b35047cd15cb5b103b23
EBUILD python-myq-3.1.11.ebuild 603 BLAKE2B 90e8c407c7bfded9386fa92375afb36039b12455f1213f7179aa92a43288f546c35bb47144e1f546bb673c3dee73f001f79494cdd692ae57864ecc03fb376596 SHA512 c664cb0715c9fc3bc348e75b088789b82cff240bbf594c452e8c2b07be1459f939e0247ed59e255fb5a5be6c8cf1023c537bd649442964ffff32531dd5b28123
EBUILD python-myq-3.1.13.ebuild 603 BLAKE2B 90e8c407c7bfded9386fa92375afb36039b12455f1213f7179aa92a43288f546c35bb47144e1f546bb673c3dee73f001f79494cdd692ae57864ecc03fb376596 SHA512 c664cb0715c9fc3bc348e75b088789b82cff240bbf594c452e8c2b07be1459f939e0247ed59e255fb5a5be6c8cf1023c537bd649442964ffff32531dd5b28123
MISC metadata.xml 515 BLAKE2B cf8da62e26cbd1fc7191651924748b3701d4be260a174b6c59f4243c48210c715e9f719592388ac15857e398a4472c3357bd13e96569951c334e10f34eae612e SHA512 14b67fed99b73339605dcdb17a2260bcf3e1ea145d20c8cbc31a13ffcbde7be5e04ded18df3dd62200d1af46be69c18c26a9463f92eb3f546c556c166ae73950

View File

@ -1,21 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python package for controlling MyQ-Enabled Garage Door."
HOMEPAGE="https://github.com/Python-MyQ/Python-MyQ https://pypi.org/project/python-myq/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND="!dev-python/pymyq
>=dev-python/aiohttp-3.7[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.9.3[${PYTHON_USEDEP}]
>=dev-python/pkce-1.0.2[${PYTHON_USEDEP}]"