dev-python/aiocomelit: new package, add 0.0.9
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/aiocomelit/Manifest
Normal file
3
dev-python/aiocomelit/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiocomelit-0.0.9.tar.gz 10378 BLAKE2B 571a4f723d53b94720ab347f1e849290ac22ba9e1f6f9c80a9db9da9965936b448bb95cf31c8b9dbc3f4a5f2ea47a11448c2794c99b69ed2dc384f8c3360d531 SHA512 aa5904546d02f70bba0a7bdf5e2a7c6a4e63dbcad9de01257ae4dc627e0b4c3a8ad8a6695e2d60c347a21bfa16a7337ce430c3aa908d76ffc2e0f949bfc7414f
|
||||
EBUILD aiocomelit-0.0.9.ebuild 686 BLAKE2B b44b4476bca86beefa5db4b2d847cf3c0ea5ba276e09e20ffdc68b5abd8b57f87f369a0bc85e8970692ec816da7f9b902c7c7fc758844297c9ede55ce991e262 SHA512 c0c5b8bd0d4a6f8f314919402a725cca588da6db4d114dc87cd14eb4c7fa74abf9c506b3c94e3d2dc8442630984e36bef241b880a5baca617075d8db75754149
|
||||
MISC metadata.xml 526 BLAKE2B e881eda6f14d770099b26d586470417c055f408fdbdf85f99584120e34872d54151bd99a58d33ec26fad47365bcbca4950caf95bda282cd028f2653ab4b6f619 SHA512 6dc1af34601187f8eb14486ef42c46589c29eea456a5badcd7e14e2271eb33d8ad39c4f2729568d8020f4c44d85fcc2b39d8adbb74280d48f31262a7fc5aa092
|
||||
32
dev-python/aiocomelit/aiocomelit-0.0.9.ebuild
Normal file
32
dev-python/aiocomelit/aiocomelit-0.0.9.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2023 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 library to control Comelit Simplehome"
|
||||
HOMEPAGE="https://github.com/chemelli74/aiocomelit https://pypi.org/project/aiocomelit/"
|
||||
|
||||
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/Pint[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/aiocomelit/metadata.xml
Normal file
16
dev-python/aiocomelit/metadata.xml
Normal 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">aiocomelit</remote-id>
|
||||
<remote-id type="github">chemelli74/aiocomelit</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>simone.chemelli@gmail.com</email>
|
||||
<name>Simone Chemelli</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user