dev-python/pyenphase: drop 1.20.3
Closes: #4219 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c97bb6d598
commit
e9ab65238f
@ -606,11 +606,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 2379 Ebuilds in total, 2365 of them have in total 2408 (43 different) licenses assigned.
|
||||
There are 2378 Ebuilds in total, 2364 of them have in total 2407 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1357|
|
||||
|MIT|1356|
|
||||
|Apache-2.0|556|
|
||||
|GPL-3|148|
|
||||
|BSD|127|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST pyenphase-1.20.3.tar.gz 27254 BLAKE2B 312ee716a8803f1198b737e8374a49801ea6d3197dbe6a4cd0d77eaeba1f680722891d3bec5f5d4ca04a83457e1a68133c09939c3cabde691e57b2472a723377 SHA512 10c4e2067ee960962b17a321dd523f482bb8c29a70fb1b34666138612d3f490bb42ad6af1b67669b9eee21b122e2cfedeca7efbed03367f0b00c281cfe493867
|
||||
DIST pyenphase-1.22.0.tar.gz 28065 BLAKE2B 9c6726acc22ee5f22f900e61d661c31adbef5c0080d5ce149e3639a96f90204f945a8b7140d757172bdde34e47cbb6d3294c40d88ea1eb00b24b563d7d69fb5f SHA512 ac3b31c1b568ee7169bc0f1c96480e9cb516462843d99624719f185fdc3aa16ca71b4c7aca40ad985feb430b406159e1b3831cfb22a91868f5e95fa36763eeb5
|
||||
DIST pyenphase-1.23.0.tar.gz 29381 BLAKE2B 507bd1d4d494ee71762696cbda60e7229cd56968a76076cf389b1e53486234880d9743c16cf89312d24ee05a27a1d93f240d9904405b7200aedfd7e3434a3ee1 SHA512 b3cb2b3f1e735efb6d2bda5eb431a45d1f2a71cc7eee71a18f7ae434ff57d2addbd2039ba21f4f155b62fe8dc34b6c1d83fb9195bc6f203b55c105fa0d8885fc
|
||||
EBUILD pyenphase-1.20.3.ebuild 1003 BLAKE2B fa40c896e0fdcab3ecddfe4446f32c63681d4431d9d0ac5e0e757583fc5dc35a362dfd594852ed18ae83de50be291d2d3e6cb2968b42cc9a9111095d22fb7f97 SHA512 8711c80d73e7d2a33f849bd0a9dd8f35a982ab5c1517de9953a304a2f56690bada1a511ffa31baf45cf44c2d5a38de2a81197f0bf3ef78398c82ad9fa2bdf22b
|
||||
EBUILD pyenphase-1.22.0.ebuild 1003 BLAKE2B fa40c896e0fdcab3ecddfe4446f32c63681d4431d9d0ac5e0e757583fc5dc35a362dfd594852ed18ae83de50be291d2d3e6cb2968b42cc9a9111095d22fb7f97 SHA512 8711c80d73e7d2a33f849bd0a9dd8f35a982ab5c1517de9953a304a2f56690bada1a511ffa31baf45cf44c2d5a38de2a81197f0bf3ef78398c82ad9fa2bdf22b
|
||||
EBUILD pyenphase-1.23.0.ebuild 1003 BLAKE2B fa40c896e0fdcab3ecddfe4446f32c63681d4431d9d0ac5e0e757583fc5dc35a362dfd594852ed18ae83de50be291d2d3e6cb2968b42cc9a9111095d22fb7f97 SHA512 8711c80d73e7d2a33f849bd0a9dd8f35a982ab5c1517de9953a304a2f56690bada1a511ffa31baf45cf44c2d5a38de2a81197f0bf3ef78398c82ad9fa2bdf22b
|
||||
MISC metadata.xml 510 BLAKE2B c1ea76d35278c77ed49f89616822abec43c8f23d52b18c00112ea306b8eb2bc5128e497b1dca8a241c5e6ec480f929db55a2274cf04482e177e8210187386b93 SHA512 448d6e3aa70e385b30bb2b2e672cbe053a3cb7157e25b3506a53cf21808596e4389eff5dc3edb2ce345124b5215e3092860ce5d7fd48e09216cc4aa44fa8e747
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library to control enphase envoy"
|
||||
HOMEPAGE="https://github.com/pyenphase/pyenphase https://pypi.org/project/pyenphase/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.9.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tenacity-8.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/envoy-utils-0.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.9.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/respx[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/syrupy[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user