dev-python/screenlogicpy: drop 0.9.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 13:10:31 +01:00
parent 80addc891f
commit 795ba90680
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,13 +612,13 @@ 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 1620 Ebuilds in total, 1609 of them have in total 1624 (42 different) licenses assigned.
There are 1619 Ebuilds in total, 1608 of them have in total 1623 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|931|
|Apache-2.0|345|
|GPL-3|104|
|GPL-3|103|
|BSD|89|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,7 +1,5 @@
DIST screenlogicpy-0.10.0.tar.gz 84100 BLAKE2B aa3381efa3896136ecf645b79cb0b6260c7bb027a84eacd0d2faea52acc9a02ccc8343c17b0efbe5bd3e568d7d4d6f2bef7c35d2a6fb24fd88095c8f5b5df72b SHA512 06f800fa1d99a94bcbcb7cbbdb152b3c0b5174ae3ff86d1b0ec8a681c266f84efa4c463e0555ed8e639be5e750bac766e4e34fa2e7ff044a8e34df2b48307f96
DIST screenlogicpy-0.9.3.tar.gz 64747 BLAKE2B ac36bf59aa735b75be59c07df823111507bf976ce31e508acfcce48db754f02a775b5bd30ddd998c4793482dc19cbc839fd7de9313ccda43a077be6d2ef58858 SHA512 f02ad84e1d1f6408d0207ec46930cd2a0c40e1adc97c0830b98965cb70f8affde862915dc119c5b7c28b1961d853d6309f252a9a2c8e0e4580f41838c8caecb8
DIST screenlogicpy-0.9.4.tar.gz 64797 BLAKE2B bc1f7de1ad9c3167ebde9cc4ea174b8a0abfc5f0ff1d40ec926814f186a4dcccde68506fdabfc29aa82166074e18a57927e2106cb7e74690ab44c911f51b088f SHA512 579a0277ef389ae410b0197c458b7886ddd8290c6f86b496231205376ed5e5114b71859774cb73d66f24a9648f62b2960513d688e9485d11632aee69b840db3b
EBUILD screenlogicpy-0.10.0.ebuild 694 BLAKE2B ce79c029cf6a72ede90b9da0e99fa17382d33d66824067ae9ab081e554f4a1fd5687c5b1e0ed74183db5c5f603ede5017f2cf94b5bd714c75612a0ef2051681b SHA512 86dc3bd28d444c9fe78c90b5ba0c56a03ba1259bb0a114b06ac0d3686d8f353b6bb87ea05bf637e70c286b303cfa2dc6463c0371d4aea0d494c1d354a919e730
EBUILD screenlogicpy-0.9.3.ebuild 735 BLAKE2B 809c512d9b9fb00f54288e24ba41e5046954974626b2dd7f8461caeb01a5201751f5719233366997f210439c9132237b96215226fd1c7fa1ce3040d8c2faecc3 SHA512 af09f524adc663c09f3ebd3339ae0c362505b3b713a24afeae930a8eed73991e6725907a7c69b4949384085be9391c5111f65f0692d1e006a88ed00b8757f018
EBUILD screenlogicpy-0.9.4.ebuild 735 BLAKE2B 809c512d9b9fb00f54288e24ba41e5046954974626b2dd7f8461caeb01a5201751f5719233366997f210439c9132237b96215226fd1c7fa1ce3040d8c2faecc3 SHA512 af09f524adc663c09f3ebd3339ae0c362505b3b713a24afeae930a8eed73991e6725907a7c69b4949384085be9391c5111f65f0692d1e006a88ed00b8757f018
MISC metadata.xml 527 BLAKE2B b92a05c3c474447beb9ff50f1d4ac5bc1c2bc397145205073b1be02f0a0c4a322ca060cba3e22db125aa8f19eed9aeb56858239f4cbe8c9b2504726e5cf96094 SHA512 522a1aa75efbae355032a267914ad16f12287f668981ff5336b4a30a2b6b4631476be4d53e46eda6babc391477d705a72c9769d3c5d6480b64c6380db1419083

View File

@ -1,31 +0,0 @@
# Copyright 1999-2024 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="Interface for Pentair ScreenLogic connected pool controllers over IP via Python"
HOMEPAGE="https://github.com/dieselrabbit/screenlogicpy https://pypi.org/project/screenlogicpy/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest