dev-python/sisyphus-control: drop 3.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:10:55 +01:00 committed by Andreas Billmeier
parent 47d9ef6431
commit 0899e8ac47
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 41 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 1586 Ebuilds in total, 1575 of them have in total 1592 (42 different) licenses assigned.
There are 1585 Ebuilds in total, 1574 of them have in total 1591 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|911|
|MIT|910|
|Apache-2.0|339|
|GPL-3|99|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST sisyphus-control-3.1.2.gh.tar.gz 13829 BLAKE2B 5a144bdbb4f2c2db52ef15059e05f9d940b950018d7bb2d41b194bdcd4c6aeb769ad33e3f1e64fc78a47c58a2e670fe9c41d8a20a99f35bfff266f68c8c164ab SHA512 9083f93724a5f2f67f780ea6bfb03b2f327f50ff9cb41d8baa39a82af8f1e8031e836dbbeb6f37153353df81823065a1f848373ce9ce46bab876cb5aa8a597ac
DIST sisyphus-control-3.1.3.gh.tar.gz 14080 BLAKE2B 3fa0a73f531980eb7878cf2df95a7f3b63b5842f9bd49c57c5ec2133edde8989c8e49ab49eb6163c8532f985cfa3bc53f2d030018f7cd5d41e092f60c9363638 SHA512 93eba153707e8c3dbf521ede232dfe281f1c8a384d203ae1545e18f0cbd26a4224bf2748eacb4d0a4a6d439c904516b11a4ba80027eef11dee62c11835fbe008
EBUILD sisyphus-control-3.1.2.ebuild 1057 BLAKE2B 3120fac0721f301004ed2a45500fac967963051ae48b852efc29e931f3347983cd711334880b071c5d3185e4b9245c479349728a93003f5ea16af98fc2ef05d3 SHA512 187019c89cd86e6ffadfb054a2a5c17c812d74c40aa85e31262343bf937e7f7829d0aff9a99d5da5a4203443c30a20314025f525281254a547ca9b4a5a9765a0
EBUILD sisyphus-control-3.1.3.ebuild 1089 BLAKE2B 66fea636b488b20955be53a87f26a9ae4ef8f11d3c7bf19f25509244ed2792fc802a7345eca172a83827a5a0b86804afdd25125852d72f19ab5d330992b372e2 SHA512 492294bfa948f6539189a40cc9ee96cc205aa4d4e3a032d778c51bb2a1678509b17b39c9e356d606242a572003b56bf56045530796dc1652f0c9f08386d132c4
MISC metadata.xml 400 BLAKE2B 65b8140dcdbc50fc882e2c5a6037e418129031ffbd8d21cb5bbc604a8511a35bd18d74fdb78573ca774a17fd2b5f4f43388145f32d261650671697cba20a7e2b SHA512 badc259a6f278f0b0d339c5fc38b61c1ab95542df1def984ed3036464476ec7c76e989a33fa389aaa573e3d0fc07913bdde7ffe2a104674d0a4a66067111ecd7

View File

@ -1,37 +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} )
inherit distutils-r1
DESCRIPTION="Control your Sisyphus kinetic art tables (sisyphus-industries.com)"
HOMEPAGE="https://github.com/jkeljo/sisyphus-control https://pypi.org/project/sisyphus-control/"
SRC_URI="https://github.com/jkeljo/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
# https://github.com/jkeljo/sisyphus-control/issues/6 pinning to old version
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
>=dev-python/python-socketio-4.0[${PYTHON_USEDEP}]
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
>=dev-python/python-engineio-3.0[${PYTHON_USEDEP}]
<dev-python/python-engineio-4.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest