Skip to content

Commit c855e4a

Browse files
committed
dev-python/pylitejet: add 0.6.3
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3881 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 001622b commit c855e4a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2085 Ebuilds in total, 2074 of them have in total 2101 (42 different) licenses assigned.
609+
There are 2086 Ebuilds in total, 2075 of them have in total 2102 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1205|
613+
|MIT|1206|
614614
|Apache-2.0|470|
615615
|GPL-3|127|
616616
|BSD|111|

dev-python/pylitejet/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pylitejet-0.6.2.tar.gz 12969 BLAKE2B 64603e727db14b42c65b0b09524b07125f824132a35ede063c416b1a8070a466550d2dcc8370ee9faf6567bbafa222be9f608f6fca0490588645e45ba7440f62 SHA512 b93bdf09df941da6382354e5fd21d9bc171ac697e0c2d83e1b7d7c0f367814b80f5ff7ee6788f2961b8af21178b300912532bc2c0c6bbdc10b5f11b37f7b0a0d
2-
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B c74ae20263feba7fc22a0d4dd8bd6710cc8b58e1087434114f9c02cd7a88a1ed7a72006f7a65f7acfd16ce16e00c03752ff1a9161761c34c60494dff39e5204c SHA512 709ef56eb111fbb2ba7d1771b68f0ad2c209f8f9d4b85ad166655e77582cf1a60b6965a3ea5a2181f32aeee1705eeb24e29d8dd8e70953d656e11f345317d501
2+
DIST pylitejet-0.6.3.tar.gz 13305 BLAKE2B d8a9cf46230de34d98a2c0ad0e10bc74c01d7d9edff4ea5cd177dfc2bae5e618e26b630dd1e9c8a170e59f2a71ba70d8a7fb844a9e1dd65cb45b6642f779c9c4 SHA512 e06a9012eebb511997a309dc281e93839ede9de2b75bad628007cfdb9a6629abab8d4c7551e9358b57edeb4a309bc0c3c2a955f1c46e0dca41cbe2b5bba9443f
3+
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B e95349dda0f5b71c346ebcb09a807b335c29511970cf11d30c9d3b46a7f83258aca1e96e01b6aaee4712c7e536e27e8c13e855d735426d335935de75669e3237 SHA512 51a2f527738352dd0813fd9ed6a5799dea168d34adc469f415b241d259459620854480d7c3f4b9ffc407c256bc39baab231db88b7b58f0908cfbbeefd139de8c
4+
EBUILD pylitejet-0.6.3.ebuild 549 BLAKE2B e95349dda0f5b71c346ebcb09a807b335c29511970cf11d30c9d3b46a7f83258aca1e96e01b6aaee4712c7e536e27e8c13e855d735426d335935de75669e3237 SHA512 51a2f527738352dd0813fd9ed6a5799dea168d34adc469f415b241d259459620854480d7c3f4b9ffc407c256bc39baab231db88b7b58f0908cfbbeefd139de8c
35
MISC metadata.xml 513 BLAKE2B 71435f856bc2691a9a12d1b0041e6c3147d82a21a24325ecbf01a7a050c6ff7188de3d5549b0c8447277641e022fad4a91a8a90cfc87ee3d2bb55f41ede05b72 SHA512 5bdb1719ff77fb059c803aea25362dee0359010b3200381710ca538085098d4e99137a143f9333cc26e815e6243a18431c9add963610d1395ee5e405297a83a3

dev-python/pylitejet/pylitejet-0.6.2.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A library for controlling a LiteJet lighting system."
11+
HOMEPAGE="https://github.com/joncar/pylitejet https://pypi.org/project/pylitejet/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)