dev-python/motionblinds: drop 0.6.17

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 17:33:56 +01:00
committed by Andreas Billmeier
parent 23f2748318
commit c269119b3f
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 1672 Ebuilds in total, 1661 of them have in total 1679 (42 different) licenses assigned.
There are 1671 Ebuilds in total, 1660 of them have in total 1678 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|969|
|MIT|968|
|Apache-2.0|349|
|GPL-3|108|
|BSD|92|

View File

@@ -1,5 +1,3 @@
DIST motionblinds-0.6.17.tar.gz 24373 BLAKE2B 4bd2f0d2d8a1ed2156ccf80d5dbfdcb189f2c3c2c1a2406e80138dfb7f7ee4af986f07daf1b2ee466651d08b20df3794a099dfc2453be2b3adb3e4ae27ca66bb SHA512 211aecfa46bb2e0634eba3f88b84152d51a31a7293a5354758cdec28a21345bab80f8b8e21d3b30f21da78c2d97e0d44d9ab22becf83a8299acf5ce83d80d24f
DIST motionblinds-0.6.18.tar.gz 24416 BLAKE2B 35c2d5d299583d5bb3df046bef4e447c74644c6f0121e2b67d111ced25f41519a56a362a14ce6806098dc0f3417544d400a9d02906f5a0fb51520a3978bbea74 SHA512 d7e21861fe0c385a5e16821240c5a193d90f303d3cc1d728d2076bebf3bf85204d8325f5bbf59a62e368af679b2fecac727aaa1401aca893c53f3e510a5d6d3e
EBUILD motionblinds-0.6.17.ebuild 533 BLAKE2B e234da16f4406c51d3fa0f60a0691e5feccc227460a0850d140816a721f5e80f1550ffd8ee5b38fd29ca4bd2126b699aa83cf422f778651417a9a48794aee7be SHA512 e464a85297c1150e7b7ed3d1fbc89f6513c5d5516c8d710ac958c28324522a74b12a8c7a87db5839d5d58538ff61ebee4618fc098e32cbd84388639fbea492dd
EBUILD motionblinds-0.6.18.ebuild 533 BLAKE2B e234da16f4406c51d3fa0f60a0691e5feccc227460a0850d140816a721f5e80f1550ffd8ee5b38fd29ca4bd2126b699aa83cf422f778651417a9a48794aee7be SHA512 e464a85297c1150e7b7ed3d1fbc89f6513c5d5516c8d710ac958c28324522a74b12a8c7a87db5839d5d58538ff61ebee4618fc098e32cbd84388639fbea492dd
MISC metadata.xml 528 BLAKE2B a04fc2954b712b8fe9de0022bc46074596d620a1530de3617ad5eb428d488f348dd77a4ec3da29feaedf8de98a68e041e8c9a12f8acc52663b61def2f740f599 SHA512 7c6f51f287c50864f7423e0ba438fa0ed32ca902987b3747654a6bb480fdbc4bd867628c4b0410feb91e83b3a54a573a141c1c4e4a103f6590e059da8fc57e12

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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library for interfacing with Motion Blinds"
HOMEPAGE="https://github.com/starkillerOG/motion-blinds https://pypi.org/project/motionblinds/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"