Skip to content

Commit febf1cb

Browse files
committed
dev-python/pylitejet: add 0.6.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2621 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e169c14 commit febf1cb

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

README.md

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

613613
## Licenses
614614
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.
615-
There are 1603 Ebuilds in total, 1592 of them have in total 1607 (42 different) licenses assigned.
615+
There are 1604 Ebuilds in total, 1593 of them have in total 1608 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|921|
619+
|MIT|922|
620620
|Apache-2.0|341|
621621
|GPL-3|102|
622622
|BSD|88|

dev-python/pylitejet/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pylitejet-0.5.0.tar.gz 10018 BLAKE2B 6dd895a6abd99b262604c75647a24ba27c88b28e3bbf3da670e7284ecd4feba71f163e3ed3438b7988f5705c92e42e5264831805afa615f22268fad5d09d6a30 SHA512 7d4cf231fa5214d5352af1d00c600803abc637b048c094380209267ca707912a1ee4f3ff98108b75a5c8692fd4ff0936b5822b3df5cbd822379dda712d5a8cb8
2+
DIST pylitejet-0.6.2.tar.gz 12969 BLAKE2B 64603e727db14b42c65b0b09524b07125f824132a35ede063c416b1a8070a466550d2dcc8370ee9faf6567bbafa222be9f608f6fca0490588645e45ba7440f62 SHA512 b93bdf09df941da6382354e5fd21d9bc171ac697e0c2d83e1b7d7c0f367814b80f5ff7ee6788f2961b8af21178b300912532bc2c0c6bbdc10b5f11b37f7b0a0d
23
EBUILD pylitejet-0.5.0.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
4+
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
35
MISC metadata.xml 513 BLAKE2B 71435f856bc2691a9a12d1b0041e6c3147d82a21a24325ecbf01a7a050c6ff7188de3d5549b0c8447277641e022fad4a91a8a90cfc87ee3d2bb55f41ede05b72 SHA512 5bdb1719ff77fb059c803aea25362dee0359010b3200381710ca538085098d4e99137a143f9333cc26e815e6243a18431c9add963610d1395ee5e405297a83a3
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
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)