dev-python/pylitejet: add 0.6.2

Closes: #2621
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 11:41:42 +01:00
parent e169c14f7e
commit febf1cb40b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 27 additions and 2 deletions

View File

@ -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 1603 Ebuilds in total, 1592 of them have in total 1607 (42 different) licenses assigned.
There are 1604 Ebuilds in total, 1593 of them have in total 1608 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|921|
|MIT|922|
|Apache-2.0|341|
|GPL-3|102|
|BSD|88|

View File

@ -1,3 +1,5 @@
DIST pylitejet-0.5.0.tar.gz 10018 BLAKE2B 6dd895a6abd99b262604c75647a24ba27c88b28e3bbf3da670e7284ecd4feba71f163e3ed3438b7988f5705c92e42e5264831805afa615f22268fad5d09d6a30 SHA512 7d4cf231fa5214d5352af1d00c600803abc637b048c094380209267ca707912a1ee4f3ff98108b75a5c8692fd4ff0936b5822b3df5cbd822379dda712d5a8cb8
DIST pylitejet-0.6.2.tar.gz 12969 BLAKE2B 64603e727db14b42c65b0b09524b07125f824132a35ede063c416b1a8070a466550d2dcc8370ee9faf6567bbafa222be9f608f6fca0490588645e45ba7440f62 SHA512 b93bdf09df941da6382354e5fd21d9bc171ac697e0c2d83e1b7d7c0f367814b80f5ff7ee6788f2961b8af21178b300912532bc2c0c6bbdc10b5f11b37f7b0a0d
EBUILD pylitejet-0.5.0.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B f918aeb05fdbcc40a4f6a50dd6fb2a7f93a04408d1de3ae9b9b7aae1a5fd7151d20b9472eb2187af5613c2862026a9849150c4a9cf66e5a23e98322c4a4042c4 SHA512 4697aadd1448a1d6054dbcceddf2c8bbd00adb8537f90d44cd4d789737de467c21da460380702cd9025c0cecbd4792521a1de1c387a7ad578533881b65b7c040
MISC metadata.xml 513 BLAKE2B 71435f856bc2691a9a12d1b0041e6c3147d82a21a24325ecbf01a7a050c6ff7188de3d5549b0c8447277641e022fad4a91a8a90cfc87ee3d2bb55f41ede05b72 SHA512 5bdb1719ff77fb059c803aea25362dee0359010b3200381710ca538085098d4e99137a143f9333cc26e815e6243a18431c9add963610d1395ee5e405297a83a3

View File

@ -0,0 +1,23 @@
# 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="A library for controlling a LiteJet lighting system."
HOMEPAGE="https://github.com/joncar/pylitejet https://pypi.org/project/pylitejet/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
distutils_enable_tests pytest