dev-python/loqedAPI: new package, add 2.1.8
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/loqedAPI/Manifest
Normal file
3
dev-python/loqedAPI/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST loqedAPI-2.1.8.tar.gz 7679 BLAKE2B de226d2da6c8e63a23de8ddd5f65b6658094433f7c5f3ffc1b493fb391498d3ec4fb45496d3bcbe7c9d19d3f4fa0398600b1d20a700183b218f157940af82669 SHA512 f8746e4a44480a085354f2f94d0f528afb317dc206a3abe9915692496609230c5a2a6420a1d23e520a37cf4994e1a514f30d81108171562f86645fe88d7fef83
|
||||
EBUILD loqedAPI-2.1.8.ebuild 854 BLAKE2B 06c2ccdf5b14af12e2b478ff1d5dfc296665d61f71d6aa51329cba69d68be81871d772e0717fea28225324e376f64328b7e8b427fc51193c7a0deee3e56f0781 SHA512 51548e7d13456a1438712a82f4526b124f3062cab9f71e804253e3aa461ae8d9e06eb3eef83499f302a1d927137c85acbde8266a171d8178c3617dfaa17be6de
|
||||
MISC metadata.xml 512 BLAKE2B 4db07f1c1bbedff1f1391ca3ab77f611bc00216e2cd8d6a465370945ab215efa36626ef450bf91acdeb9b39c590fe5bcae579b8c3903c5499056d70c42565d00 SHA512 9095393e1e54573e1942e0a13f4d1596c1102f6a7edf7b43e94f09b2973ff0a340d897b37f07c22614cdb2e76efafa98c810e44523017b45a5c2ab82993dbbfd
|
||||
34
dev-python/loqedAPI/loqedAPI-2.1.8.ebuild
Normal file
34
dev-python/loqedAPI/loqedAPI-2.1.8.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python package to use the Loqed Smart Door Lock APIs in a local network. To be used by Home Assistant."
|
||||
HOMEPAGE="https://github.com/cpolhout/loqedAPI https://pypi.org/project/loqedAPI/"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/loqedAPI/metadata.xml
Normal file
16
dev-python/loqedAPI/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">loqedAPI</remote-id>
|
||||
<remote-id type="github">cpolhout/loqedAPI</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>cpolhout@gmail.com</email>
|
||||
<name>Casper Polhout</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user