diff --git a/README.md b/README.md index a597b1726..c8858f9d5 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/airtouch5py/Manifest b/dev-python/airtouch5py/Manifest new file mode 100644 index 000000000..59cf57bd5 --- /dev/null +++ b/dev-python/airtouch5py/Manifest @@ -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 diff --git a/dev-python/airtouch5py/airtouch5py-0.2.8.ebuild b/dev-python/airtouch5py/airtouch5py-0.2.8.ebuild new file mode 100644 index 000000000..85dfca319 --- /dev/null +++ b/dev-python/airtouch5py/airtouch5py-0.2.8.ebuild @@ -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 diff --git a/dev-python/airtouch5py/metadata.xml b/dev-python/airtouch5py/metadata.xml new file mode 100644 index 000000000..0c00ac981 --- /dev/null +++ b/dev-python/airtouch5py/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + airtouch5py + + danzel@localhost.geek.nz + Dave Leaver + + +