dev-python/aiolivisi: new package, add 0.0.14

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-12-08 09:12:23 +01:00 committed by Andreas Billmeier
parent ee282c0f19
commit 9f532a918f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST aiolivisi-0.0.14.gh.tar.gz 8639 BLAKE2B 5af3fa4c93ca5c271864dfa2824246ee22f841ecb3d8581c0ce5f593649095699b4f31b0b18e0da1c52a6753f66380550f2658f0e26c37a0d5bb191b98097157 SHA512 4ca28f6d60dc9797e6e67e70a835ab37fc0d9cb4c33ae9961429d46ceedc327130db84f1b0240a649892245f2aa53689026463b4bad5694bd7aa0012791d4e9a
EBUILD aiolivisi-0.0.14.ebuild 973 BLAKE2B 791a663c900cc2511f4b56baa61cd165a47b126ec4cadcb0d1528b3f57a65523c6616566b2e170064406cf0a69ec25b345485dee108c34567a22e6f816f746f6 SHA512 5f631c021b0a36e8254b9dcb73c3f5b5c1e83103a5860b5ea1883f1a9455d7b83fbcb8286b3adc252d94ea9c6a27387d1a7d8a3e689ddf1baab89b6b31beab32
MISC metadata.xml 532 BLAKE2B 65d5d63524e35c37f9d7f326d6ed64f685f9e227ff548fb1fcf49f2140590a82210537188f2cee7fe97c4d0a8544d43d35b6c7f2bcfcb5f71f246347a13a1c85 SHA512 123fa7823be951b12466ef965626e7a5b8da909174f1676de1852ca59ff7d7ce33b4b5dfc2f9d63259c36259568f25d04225202aca418fd1f51a3f87622a5cec

View File

@ -0,0 +1,38 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python module to communicate with LIVISI Smart Home Controllers."
HOMEPAGE="https://github.com/StefanIacobLivisi/aiolivisi https://pypi.org/project/aiolivisi/"
COMMIT="975ffc8e3c824b75bfa21de1aab89b6467a078b0"
SRC_URI="https://github.com/StefanIacobLivisi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/websockets[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?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">aiolivisi</remote-id>
<remote-id type="github">StefanIacobLivisi/aiolivisi</remote-id>
<maintainer status="unknown">
<email>stefan.iacob.extern@livisi.de</email>
<name>Stefan Iacob</name>
</maintainer>
</upstream>
</pkgmetadata>