dev-python/airtouch5py: new package, add 0.2.8
Closes: #2742 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
039e5bbc67
commit
77ec1e843d
@ -617,12 +617,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 1683 Ebuilds in total, 1672 of them have in total 1691 (42 different) licenses assigned.
|
||||
There are 1684 Ebuilds in total, 1673 of them have in total 1692 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|959|
|
||||
|Apache-2.0|366|
|
||||
|Apache-2.0|367|
|
||||
|GPL-3|113|
|
||||
|BSD|95|
|
||||
|LGPL-3|24|
|
||||
|
3
dev-python/airtouch5py/Manifest
Normal file
3
dev-python/airtouch5py/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST airtouch5py-0.2.8.tar.gz 17879 BLAKE2B 778949e3ecdd75214d3ef92f90e16235157d819551dbb68d22d54063a0bc4bafabf9437a710a72f32b3b84a9cd5e183fa4d162589a7eb6cb1d1772cc1399837a SHA512 284b5eb53e1d2468a040525df680cdd388c59226289ed3dd9edef653832708af78025c118c0760d5597f82c0e1e32e8c3977a84ac5398ac0ba7c5d78f5fce750
|
||||
EBUILD airtouch5py-0.2.8.ebuild 533 BLAKE2B ec3c3eeef385bf0d12db6380a12fe7fce2fe3dad3869f400d9ee7375ad9b828ed8eec7f8b503267328204a89dffdbf596765a481333e67019d2f185263eb64f6 SHA512 2554996991d2f0d826a0980180a20b5d4ccf7440cc33ab4b4ead6c1e512b4f7f458a764b448d5119b98e1967c0e369cf17f26f5784e7567f030f8aa2fb096f24
|
||||
MISC metadata.xml 459 BLAKE2B 67005ae8ddf627c7aec36085b4a161ce456225c1edd2a4c035e44434ae4c98d3ff3e58d152ed9faaa074bc6f0e3bbff96413f7f3655555bd0f487a1bb66a9e2a SHA512 9c233ed891785064902bb31e49b7436dd841dd9de4490319108a93c93868caf888837b5b580d059011440833ebbe20463bed05017310d4052e38d18131bb6a68
|
24
dev-python/airtouch5py/airtouch5py-0.2.8.ebuild
Normal file
24
dev-python/airtouch5py/airtouch5py-0.2.8.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_{10..12} )
|
||||
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
|
15
dev-python/airtouch5py/metadata.xml
Normal file
15
dev-python/airtouch5py/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">airtouch5py</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>danzel@localhost.geek.nz</email>
|
||||
<name>Dave Leaver</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user