dev-python/pylutron: add 0.2.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:18:31 +01:00
parent 43cef0a8a3
commit 6384b87b82
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 27 additions and 4 deletions

View File

@ -617,11 +617,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 1716 Ebuilds in total, 1705 of them have in total 1724 (42 different) licenses assigned.
There are 1717 Ebuilds in total, 1706 of them have in total 1725 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|975|
|MIT|976|
|Apache-2.0|378|
|GPL-3|115|
|BSD|97|

View File

@ -1,3 +1,5 @@
DIST pylutron-0.2.12.tar.gz 14595 BLAKE2B 2ad6ac3ca6fc7ac30060f84bde51ccc82c6bcc4fc0c15a96236b78c66efc74844cabf444544c53a2eea072f0c79fe864f783f40408d448d0508e48bf9d0d9107 SHA512 996458033158f608dfd0818ef982e8142cfbd55b0bc1e99f83dd4832808c250189fbd8668fb387e91ab699d087c29797ba59e227918733d44a77aa8180976de4
DIST pylutron-0.2.8.tar.gz 14213 BLAKE2B f2d57861d6085d98d2f187ea1293039662fee512a086fd87ffdcfdffc3eade00831269b7e3ffc47ef76f2615418358603b52543225ef135f9a6a08f5694a1768 SHA512 d53292a78d180fa8dcac613b07884c71ba700d106ab0d2f5f06bfcdbbff20cdce5d878feac6d8fe9f732c5a77ae8ebda97debbed6dad102031d8fc6c5ec6ae15
EBUILD pylutron-0.2.8.ebuild 483 BLAKE2B fe283427acdfaca3cdf7d295f9c60f326434d40ae2c1b57a26dce8e6bc39df74ef41b5f30e6fea6cd0be44cf48e5ecdc879f960d4410951952390b7092eeb1ef SHA512 0cb5b05e36d7e4d9e9624d205df01a27adc37bbab9bcf7c2f308a7e6e4eb2643c3e9bab3c89f32f6ddb27e80c35efe5f949efddbee2f87fe56e6c8021134d9dd
EBUILD pylutron-0.2.12.ebuild 483 BLAKE2B e33021eea0be308ed223fe80361cef1c35aa841dc52b0524c63f99dd3cce433cdcf4fe2207aadddf87cb688bcf58b105386b0601c6d9087fae1395563b1d4bd2 SHA512 8833783d45852ca0bd932c242d00a5d49c9d83dd3636bad947d5b4dbaa7619058bc4c37894e632c3551c504da43b1c8d15d10bad3154c055823ca403c5dcb4a9
EBUILD pylutron-0.2.8.ebuild 483 BLAKE2B e33021eea0be308ed223fe80361cef1c35aa841dc52b0524c63f99dd3cce433cdcf4fe2207aadddf87cb688bcf58b105386b0601c6d9087fae1395563b1d4bd2 SHA512 8833783d45852ca0bd932c242d00a5d49c9d83dd3636bad947d5b4dbaa7619058bc4c37894e632c3551c504da43b1c8d15d10bad3154c055823ca403c5dcb4a9
MISC metadata.xml 508 BLAKE2B b402911197296ef4aecdcfd6abfa76a50a5c486d6a04290bac4494dd05642ca0436d4a064da0e4b0fb743c2c208c6ef132882451b12eef7f7a481973eee394da SHA512 85d7d64911dbdae9a4abcd9e305a6e2d60db66acfa73f3a3e0cc999bb2663f1674a1a1e3f481b5dd7da16065b12060326a9fbb5ab1735161f5c8206b4838bcc8

View File

@ -0,0 +1,21 @@
# Copyright 1999-2024 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 Lutron RadioRA 2"
HOMEPAGE="https://github.com/thecynic/pylutron https://pypi.org/project/pylutron/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8