dev-python/airtouch5py: new package, add 0.2.8

Closes: #2742
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-02-11 18:02:21 +01:00
parent 039e5bbc67
commit 77ec1e843d
4 changed files with 44 additions and 2 deletions

View 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

View 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

View 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>