dev-python/airtouch5py: add 0.2.10
Closes: #3542 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7d27393b52
commit
da3b3b00eb
@ -606,12 +606,12 @@ 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 1964 Ebuilds in total, 1953 of them have in total 1977 (42 different) licenses assigned.
|
||||
There are 1965 Ebuilds in total, 1954 of them have in total 1978 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1129|
|
||||
|Apache-2.0|441|
|
||||
|Apache-2.0|442|
|
||||
|GPL-3|114|
|
||||
|BSD|113|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST airtouch5py-0.2.10.tar.gz 18072 BLAKE2B 8f70c82ecdf4153c3a0c6bd25265a8c842e880855c338499260bcae6f50a541be6de20c57227fafcab5494e0e2fd2f7c5cdacf74bd8787fcfc9c9e3e1549ecbf SHA512 68e21ac640f17a005ff63ffcc09d99e2f3681a57802dfcbe40ce9b45528506cf21a18e0c626ae9dcc83faa299ab1d3a7a6022c216d130202fcd33e0b966717e4
|
||||
DIST airtouch5py-0.2.8.tar.gz 17879 BLAKE2B 778949e3ecdd75214d3ef92f90e16235157d819551dbb68d22d54063a0bc4bafabf9437a710a72f32b3b84a9cd5e183fa4d162589a7eb6cb1d1772cc1399837a SHA512 284b5eb53e1d2468a040525df680cdd388c59226289ed3dd9edef653832708af78025c118c0760d5597f82c0e1e32e8c3977a84ac5398ac0ba7c5d78f5fce750
|
||||
EBUILD airtouch5py-0.2.8.ebuild 533 BLAKE2B ec3c3eeef385bf0d12db6380a12fe7fce2fe3dad3869f400d9ee7375ad9b828ed8eec7f8b503267328204a89dffdbf596765a481333e67019d2f185263eb64f6 SHA512 2554996991d2f0d826a0980180a20b5d4ccf7440cc33ab4b4ead6c1e512b4f7f458a764b448d5119b98e1967c0e369cf17f26f5784e7567f030f8aa2fb096f24
|
||||
EBUILD airtouch5py-0.2.10.ebuild 533 BLAKE2B 723bae5636da5a793f785848a041cd5a1606c5c69a596f31a634a191b801e423df9de2a45ad2460c9de3912ef745b0f20d9fa38e5a39fc77b3b4978429b682be SHA512 6e12cf2fe9caec470d53cc24f8887efcc479fd977a787be6a6812bdd88ea3d7c717ad0024942686fdce0b6a8d608b116abd8573610bc2a09a3c2912defd2e0ea
|
||||
EBUILD airtouch5py-0.2.8.ebuild 533 BLAKE2B 723bae5636da5a793f785848a041cd5a1606c5c69a596f31a634a191b801e423df9de2a45ad2460c9de3912ef745b0f20d9fa38e5a39fc77b3b4978429b682be SHA512 6e12cf2fe9caec470d53cc24f8887efcc479fd977a787be6a6812bdd88ea3d7c717ad0024942686fdce0b6a8d608b116abd8573610bc2a09a3c2912defd2e0ea
|
||||
MISC metadata.xml 459 BLAKE2B 67005ae8ddf627c7aec36085b4a161ce456225c1edd2a4c035e44434ae4c98d3ff3e58d152ed9faaa074bc6f0e3bbff96413f7f3655555bd0f487a1bb66a9e2a SHA512 9c233ed891785064902bb31e49b7436dd841dd9de4490319108a93c93868caf888837b5b580d059011440833ebbe20463bed05017310d4052e38d18131bb6a68
|
||||
|
24
dev-python/airtouch5py/airtouch5py-0.2.10.ebuild
Normal file
24
dev-python/airtouch5py/airtouch5py-0.2.10.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python client for the airtouch 5"
|
||||
HOMEPAGE=" https://pypi.org/project/airtouch5py/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/bitarray[${PYTHON_USEDEP}]
|
||||
dev-python/crc[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user