dev-python/aiocomelit: add 0.3.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8d90a2cfc7
commit
e484456261
@ -1,3 +1,5 @@
|
||||
DIST aiocomelit-0.0.9.tar.gz 10378 BLAKE2B 571a4f723d53b94720ab347f1e849290ac22ba9e1f6f9c80a9db9da9965936b448bb95cf31c8b9dbc3f4a5f2ea47a11448c2794c99b69ed2dc384f8c3360d531 SHA512 aa5904546d02f70bba0a7bdf5e2a7c6a4e63dbcad9de01257ae4dc627e0b4c3a8ad8a6695e2d60c347a21bfa16a7337ce430c3aa908d76ffc2e0f949bfc7414f
|
||||
DIST aiocomelit-0.3.0.tar.gz 11007 BLAKE2B 2879cf50ab747620ff486661cd10c74da22c1f169a06e5a9ff8ba28e519b3612525cb3b36ead16eac69db664b053b222717407804c075937950695cd27b6d2ca SHA512 ec4ee6ff77345b1409a3acc6f18e861703fd4a665b0f5332a7adaa1146887138c53a72993839246042bd8f5726b412f16924d09579d6e67b3803be007adc9ff8
|
||||
EBUILD aiocomelit-0.0.9.ebuild 686 BLAKE2B b44b4476bca86beefa5db4b2d847cf3c0ea5ba276e09e20ffdc68b5abd8b57f87f369a0bc85e8970692ec816da7f9b902c7c7fc758844297c9ede55ce991e262 SHA512 c0c5b8bd0d4a6f8f314919402a725cca588da6db4d114dc87cd14eb4c7fa74abf9c506b3c94e3d2dc8442630984e36bef241b880a5baca617075d8db75754149
|
||||
EBUILD aiocomelit-0.3.0.ebuild 728 BLAKE2B 824b1f0c034d28add08d27a313116927af31ccf02af06f8c9a6de08bb7bd6f1645d9f0b969db43beeed07e43a0d914a997505623a4c0637004804460259b1664 SHA512 8175d0115cdfb67ab06fc993684218fdd264f8f333745ce3351171bf900fea2ca3b6e83e6f49e81dd50846c9742ebbb9ac1adbe7705fdb4b41648b62f371560f
|
||||
MISC metadata.xml 526 BLAKE2B e881eda6f14d770099b26d586470417c055f408fdbdf85f99584120e34872d54151bd99a58d33ec26fad47365bcbca4950caf95bda282cd028f2653ab4b6f619 SHA512 6dc1af34601187f8eb14486ef42c46589c29eea456a5badcd7e14e2271eb33d8ad39c4f2729568d8020f4c44d85fcc2b39d8adbb74280d48f31262a7fc5aa092
|
||||
|
||||
33
dev-python/aiocomelit/aiocomelit-0.3.0.ebuild
Normal file
33
dev-python/aiocomelit/aiocomelit-0.3.0.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# 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}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user