dev-python/screenlogicpy: drop 0.9.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
78c1cf1ca6
commit
a66bf39286
@ -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 1592 Ebuilds in total, 1581 of them have in total 1598 (42 different) licenses assigned.
|
||||
There are 1591 Ebuilds in total, 1580 of them have in total 1597 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|915|
|
||||
|Apache-2.0|340|
|
||||
|GPL-3|100|
|
||||
|GPL-3|99|
|
||||
|BSD|87|
|
||||
|LGPL-3|23|
|
||||
|GPL-2|20|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST screenlogicpy-0.9.2.tar.gz 64736 BLAKE2B 3bd6a25051e305b7ab844c210488d874775d146075fb8b79a3810b7ef8cc00c985caf0f3efa63ec606f9506984479503cba55dd12ae56b8bf7db7faee06c77f3 SHA512 cc7a05652b0e0c1ae9399c7e6b6f9cd89b2e7221d898dc090a2a9d4ba21438de0a6861572908ef94c5f58cdf9ab695391a0de30debe071d1a4f0ec934f6f48f2
|
||||
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.9.2.ebuild 735 BLAKE2B e1d10b48c54ce8a32b108a144ed6a5e2b78cce3e6a2c1bb1915b1cb3d117d54510402c0287548dddec44ca673ea7299eaa29fe92110b461b193777795798a81a SHA512 563bafbdd8b8d49fa61f2da1463a71f06ec1df0e57c45618abb880084f09300a7b5d94a109525d0f58ba699d0fafa5ff65f94fce64c25a3011284ee6842297fa
|
||||
EBUILD screenlogicpy-0.9.3.ebuild 735 BLAKE2B e1d10b48c54ce8a32b108a144ed6a5e2b78cce3e6a2c1bb1915b1cb3d117d54510402c0287548dddec44ca673ea7299eaa29fe92110b461b193777795798a81a SHA512 563bafbdd8b8d49fa61f2da1463a71f06ec1df0e57c45618abb880084f09300a7b5d94a109525d0f58ba699d0fafa5ff65f94fce64c25a3011284ee6842297fa
|
||||
EBUILD screenlogicpy-0.9.4.ebuild 735 BLAKE2B e1d10b48c54ce8a32b108a144ed6a5e2b78cce3e6a2c1bb1915b1cb3d117d54510402c0287548dddec44ca673ea7299eaa29fe92110b461b193777795798a81a SHA512 563bafbdd8b8d49fa61f2da1463a71f06ec1df0e57c45618abb880084f09300a7b5d94a109525d0f58ba699d0fafa5ff65f94fce64c25a3011284ee6842297fa
|
||||
MISC metadata.xml 527 BLAKE2B b92a05c3c474447beb9ff50f1d4ac5bc1c2bc397145205073b1be02f0a0c4a322ca060cba3e22db125aa8f19eed9aeb56858239f4cbe8c9b2504726e5cf96094 SHA512 522a1aa75efbae355032a267914ad16f12287f668981ff5336b4a30a2b6b4631476be4d53e46eda6babc391477d705a72c9769d3c5d6480b64c6380db1419083
|
||||
|
@ -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="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
|
Loading…
x
Reference in New Issue
Block a user