dev-python/pylitejet: add 0.6.3
Closes: #3881 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
001622b42f
commit
c855e4af67
@ -606,11 +606,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 2085 Ebuilds in total, 2074 of them have in total 2101 (42 different) licenses assigned.
|
||||
There are 2086 Ebuilds in total, 2075 of them have in total 2102 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1205|
|
||||
|MIT|1206|
|
||||
|Apache-2.0|470|
|
||||
|GPL-3|127|
|
||||
|BSD|111|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pylitejet-0.6.2.tar.gz 12969 BLAKE2B 64603e727db14b42c65b0b09524b07125f824132a35ede063c416b1a8070a466550d2dcc8370ee9faf6567bbafa222be9f608f6fca0490588645e45ba7440f62 SHA512 b93bdf09df941da6382354e5fd21d9bc171ac697e0c2d83e1b7d7c0f367814b80f5ff7ee6788f2961b8af21178b300912532bc2c0c6bbdc10b5f11b37f7b0a0d
|
||||
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B c74ae20263feba7fc22a0d4dd8bd6710cc8b58e1087434114f9c02cd7a88a1ed7a72006f7a65f7acfd16ce16e00c03752ff1a9161761c34c60494dff39e5204c SHA512 709ef56eb111fbb2ba7d1771b68f0ad2c209f8f9d4b85ad166655e77582cf1a60b6965a3ea5a2181f32aeee1705eeb24e29d8dd8e70953d656e11f345317d501
|
||||
DIST pylitejet-0.6.3.tar.gz 13305 BLAKE2B d8a9cf46230de34d98a2c0ad0e10bc74c01d7d9edff4ea5cd177dfc2bae5e618e26b630dd1e9c8a170e59f2a71ba70d8a7fb844a9e1dd65cb45b6642f779c9c4 SHA512 e06a9012eebb511997a309dc281e93839ede9de2b75bad628007cfdb9a6629abab8d4c7551e9358b57edeb4a309bc0c3c2a955f1c46e0dca41cbe2b5bba9443f
|
||||
EBUILD pylitejet-0.6.2.ebuild 549 BLAKE2B e95349dda0f5b71c346ebcb09a807b335c29511970cf11d30c9d3b46a7f83258aca1e96e01b6aaee4712c7e536e27e8c13e855d735426d335935de75669e3237 SHA512 51a2f527738352dd0813fd9ed6a5799dea168d34adc469f415b241d259459620854480d7c3f4b9ffc407c256bc39baab231db88b7b58f0908cfbbeefd139de8c
|
||||
EBUILD pylitejet-0.6.3.ebuild 549 BLAKE2B e95349dda0f5b71c346ebcb09a807b335c29511970cf11d30c9d3b46a7f83258aca1e96e01b6aaee4712c7e536e27e8c13e855d735426d335935de75669e3237 SHA512 51a2f527738352dd0813fd9ed6a5799dea168d34adc469f415b241d259459620854480d7c3f4b9ffc407c256bc39baab231db88b7b58f0908cfbbeefd139de8c
|
||||
MISC metadata.xml 513 BLAKE2B 71435f856bc2691a9a12d1b0041e6c3147d82a21a24325ecbf01a7a050c6ff7188de3d5549b0c8447277641e022fad4a91a8a90cfc87ee3d2bb55f41ede05b72 SHA512 5bdb1719ff77fb059c803aea25362dee0359010b3200381710ca538085098d4e99137a143f9333cc26e815e6243a18431c9add963610d1395ee5e405297a83a3
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
23
dev-python/pylitejet/pylitejet-0.6.3.ebuild
Normal file
23
dev-python/pylitejet/pylitejet-0.6.3.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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
|
Loading…
Reference in New Issue
Block a user