dev-python/ha-HAP-python: add ha-HAP-python-4.5.2
This commit is contained in:
3
dev-python/ha-HAP-python/Manifest
Normal file
3
dev-python/ha-HAP-python/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST ha-HAP-python-4.5.2.tar.gz 314581 BLAKE2B 55cf0e3881e659d34d9902f038632aca7567577edbb7f48065972fa574fc9d58c70923640aaf9cbd2bd3be90770e4611844450fa73779a7da17dd36a7fbe96d4 SHA512 fedf693e0281145aba15769f70ac0f03420fdad1873e3a97fbfc0a89ded22338f33e933d19216c10270b5544deea8cf6c3c8cae4c3d8dde183201abf8cedd889
|
||||
EBUILD ha-HAP-python-4.5.2.ebuild 995 BLAKE2B 52ba288ea78ab0178219a881610819caf5c45bc9c3cc2c8baa3d265d034656425a2813d51bf7d4b24ebcc78917f92b01db2fe8c37967aca10399a995795eaaf9 SHA512 404e9ea9d1a9004cf44a143b4ab7d731c20e97c70a75f5c7baba3a0d4086f07b8ab9f8ab75260452a5b0992e00d7d899b0fb513e70ff78d37c41cc6d3ab5001f
|
||||
MISC metadata.xml 332 BLAKE2B 6cfdd277be1da21f2ec911cdaca851cea96eb0789ecdece7e860ec5a6e3977f57a87842ad82b1106e0464f6e9686a656a097014355339ada02b2f732db669886 SHA512 c1fab34532a8020cea758a78e236939adc88af83ba1055a353d8cfcd7d10094a9d06628c3fb67e77eeabc3d9ca372829c22ed69d748d5b584180b526a13cbdb9
|
||||
40
dev-python/ha-HAP-python/ha-HAP-python-4.5.2.ebuild
Normal file
40
dev-python/ha-HAP-python/ha-HAP-python-4.5.2.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="HomeKit Accessory Protocol implementation in python"
|
||||
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/ha-HAP-python/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="!dev-python/HAP-python
|
||||
dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
dev-python/chacha20poly1305-reuseable[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.36.2[${PYTHON_USEDEP}]
|
||||
dev-python/h11[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
11
dev-python/ha-HAP-python/metadata.xml
Normal file
11
dev-python/ha-HAP-python/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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">ha-HAP-python</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user