dev-python/motionblinds: add 0.6.19
Closes: #2553 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
9648d973fd
commit
f39d0751fb
@ -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 1560 Ebuilds in total, 1549 of them have in total 1566 (42 different) licenses assigned.
|
||||
There are 1561 Ebuilds in total, 1550 of them have in total 1567 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|900|
|
||||
|MIT|901|
|
||||
|Apache-2.0|332|
|
||||
|GPL-3|95|
|
||||
|BSD|86|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST motionblinds-0.6.18.tar.gz 24416 BLAKE2B 35c2d5d299583d5bb3df046bef4e447c74644c6f0121e2b67d111ced25f41519a56a362a14ce6806098dc0f3417544d400a9d02906f5a0fb51520a3978bbea74 SHA512 d7e21861fe0c385a5e16821240c5a193d90f303d3cc1d728d2076bebf3bf85204d8325f5bbf59a62e368af679b2fecac727aaa1401aca893c53f3e510a5d6d3e
|
||||
DIST motionblinds-0.6.19.tar.gz 24540 BLAKE2B 03c0636f2a74c32afdad7efbaebb2b52a74172b60cc632a92d2265f6d04dabeb7776891392dc2fae17e661ba3437d1279126ba14f5d6b482f615733a0530a98d SHA512 dd885f8603e3fa6d5b7d5676c698e7f8cea8870937050d89bebe0d43229a549d8936c8bff3121aa99eb746ea26e98814dc2d973e995991b6b86849ce90e91a6b
|
||||
EBUILD motionblinds-0.6.18.ebuild 533 BLAKE2B e234da16f4406c51d3fa0f60a0691e5feccc227460a0850d140816a721f5e80f1550ffd8ee5b38fd29ca4bd2126b699aa83cf422f778651417a9a48794aee7be SHA512 e464a85297c1150e7b7ed3d1fbc89f6513c5d5516c8d710ac958c28324522a74b12a8c7a87db5839d5d58538ff61ebee4618fc098e32cbd84388639fbea492dd
|
||||
EBUILD motionblinds-0.6.19.ebuild 533 BLAKE2B e234da16f4406c51d3fa0f60a0691e5feccc227460a0850d140816a721f5e80f1550ffd8ee5b38fd29ca4bd2126b699aa83cf422f778651417a9a48794aee7be SHA512 e464a85297c1150e7b7ed3d1fbc89f6513c5d5516c8d710ac958c28324522a74b12a8c7a87db5839d5d58538ff61ebee4618fc098e32cbd84388639fbea492dd
|
||||
MISC metadata.xml 528 BLAKE2B a04fc2954b712b8fe9de0022bc46074596d620a1530de3617ad5eb428d488f348dd77a4ec3da29feaedf8de98a68e041e8c9a12f8acc52663b61def2f740f599 SHA512 7c6f51f287c50864f7423e0ba438fa0ed32ca902987b3747654a6bb480fdbc4bd867628c4b0410feb91e83b3a54a573a141c1c4e4a103f6590e059da8fc57e12
|
||||
|
21
dev-python/motionblinds/motionblinds-0.6.19.ebuild
Normal file
21
dev-python/motionblinds/motionblinds-0.6.19.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# 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}]"
|
Loading…
x
Reference in New Issue
Block a user