dev-python/motionblinds: add 0.6.17

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-01 19:47:46 +01:00 committed by Andreas Billmeier
parent 176b150ba8
commit 916d1a7d8d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 26 additions and 2 deletions

View File

@ -573,11 +573,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 1764 Ebuilds in total, 1753 of them have in total 1757 (34 different) licenses assigned.
There are 1765 Ebuilds in total, 1754 of them have in total 1758 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1029|
|MIT|1030|
|Apache-2.0|381|
|GPL-3|108|
|BSD|93|

View File

@ -1,5 +1,7 @@
DIST motionblinds-0.6.13.tar.gz 23992 BLAKE2B 64eda5a528cae43f126ef9574b8de1f76f8005f0fcdd17c8bbde2dcff8feb95ab6ad25909f40562fc7bcd70450a636df1234568801b269ddafea12a81bf8939e SHA512 1ce18ac8548ff907cc9b845a50f8153590d581c7543af8f6fdb858d955effa0370af72b6632004137619e3e9774c7aac586ba31b3b1cf89b6b3abccba4ab7a6c
DIST motionblinds-0.6.15.tar.gz 24215 BLAKE2B 84c4e0e84c2804274aca064c9958241997b5a29d489e0aa290f5837de8603eb9be34835ff1a105e8852517d0eeee29c63a90d8b45dba90e3025949f389f2b0d3 SHA512 ad9e7534e5ffe2d69e8fa03e178dc5f70d88816e5ad776a1257159975356f5f1d400a750ca3c0851e8e6b644231dddf0e412dcc1a07e1b66245d1e29acbe6c3f
DIST motionblinds-0.6.17.tar.gz 24373 BLAKE2B 4bd2f0d2d8a1ed2156ccf80d5dbfdcb189f2c3c2c1a2406e80138dfb7f7ee4af986f07daf1b2ee466651d08b20df3794a099dfc2453be2b3adb3e4ae27ca66bb SHA512 211aecfa46bb2e0634eba3f88b84152d51a31a7293a5354758cdec28a21345bab80f8b8e21d3b30f21da78c2d97e0d44d9ab22becf83a8299acf5ce83d80d24f
EBUILD motionblinds-0.6.13.ebuild 721 BLAKE2B 058417e51b67d82d2f69e11f151963b0c7a52a1d6d46f842e35c38298fae12d3a3e3b816659a81095defc23ae24e8fbb420167bfa32f23679d2a2d2807248256 SHA512 9d3e43f168333b026733ad2992406baf021b3feed05afe8d5cff14899645ebf047a0fd13dde7ef1712dbc53f148cd5465f314e535b55e19cd4e1acd92bc4a380
EBUILD motionblinds-0.6.15.ebuild 752 BLAKE2B 9571f939121e23ab1aa55a486954e60de2c123a5058a5b65aedbf922bda54daab2440eb6b2e2e9bcf2df0f8f08acf4e58721d29e0f8f9751c5d6fb7a96da3d49 SHA512 2321d4cf0b6fe67adab68050df2af6f1b5e4818202b6f6610f2d63d29d6a114a1e4249df45c3e1463a0ae924a8c620cb3b4e022d50eaba45d0604029ae3e844d
EBUILD motionblinds-0.6.17.ebuild 560 BLAKE2B 49bc1de3615a4aff5e79f8d8c10702efb5da0c6675aaf288c8941c4b754478b42c43d4f2ceae959fb3ca1b8c6c03ead644cfa7ef47c5db507fbe564f10447776 SHA512 901cc50440489fa457d937249c874ce943503d9f568331f4d51ae459d63ac560f8108072178192ecdfdfa32b243155afe537d742a0f484c03e0344167ff80e5b
MISC metadata.xml 528 BLAKE2B a04fc2954b712b8fe9de0022bc46074596d620a1530de3617ad5eb428d488f348dd77a4ec3da29feaedf8de98a68e041e8c9a12f8acc52663b61def2f740f599 SHA512 7c6f51f287c50864f7423e0ba438fa0ed32ca902987b3747654a6bb480fdbc4bd867628c4b0410feb91e83b3a54a573a141c1c4e4a103f6590e059da8fc57e12

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
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/"
SRC_URI="$(pypi_sdist_url)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"