add airtouch4pyapi-1.0.5

This commit is contained in:
Andreas Billmeier 2021-08-28 18:08:46 +02:00 committed by Andreas Billmeier
parent 250b1ad1b3
commit e7116424fe
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD airtouch4pyapi-1.0.5.ebuild 859 BLAKE2B f10b22038dc194d5e4503ebf73ac3b139ffeda1e82f948f27fb19b74eb33a65c389cd23dc973461222c9678c802c7c6ebd32afb9dcaae347d88e621ac47b20d1 SHA512 3fa6050572f04c84fc7db1cdbacd6f2170a0ae1f3eead578c338deb15fffb32a54fd7a049349017becb187c766576ad0a4923ed0e21531e2a59f132a0ac6fc34
MISC metadata.xml 462 BLAKE2B 1e983dd7d206316d149a544e6707e33252a4d9c5354c578c4cb63bd1dcb6f61162e87979089779f3c87b511f580629dd69f8910383ea113acf848bee863d7d8e SHA512 22349054979264de427edcb1e00a0c1ac1a4a2ab0eefa45daf46f3b7fb280b307da1987dee9e6a152de91d08db73b4b120915c615cfde27345b524d4699ea983

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 git-r3
DESCRIPTION="An api allowing control of AC state (temperature, on/off, mode) of an Airtouch 4 controller locally over TCP"
HOMEPAGE="https://github.com/LonePurpleWolf/airtouch4pyapi https://pypi.org/project/airtouch4pyapi/"
EGIT_COMMIT="34783888846783c058fe79cec16feda45504f701"
EGIT_REPO_URI="https://github.com/LonePurpleWolf/airtouch4pyapi.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

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">airtouch4pyapi</remote-id>
<maintainer status="unknown">
<email>samsinnamon@hotmail.com</email>
<name>Sam Sinnamon</name>
</maintainer>
</upstream>
</pkgmetadata>