Skip to content

Commit b6c8cbf

Browse files
committed
dev-python/HAP-python: add 4.6.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 560ca41 commit b6c8cbf

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{8..11} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="HomeKit Accessory Protocol implementation in python"
11+
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/HAP-python/"
12+
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13+
14+
LICENSE="Apache-2.0"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
23+
dev-python/chacha20poly1305-reuseable[${PYTHON_USEDEP}]
24+
>=dev-python/orjson-3.7.2[${PYTHON_USEDEP}]
25+
>=dev-python/python-zeroconf-0.36.2[${PYTHON_USEDEP}]
26+
dev-python/h11[${PYTHON_USEDEP}]"
27+
BDEPEND="
28+
dev-python/setuptools[${PYTHON_USEDEP}]
29+
test? (
30+
dev-python/pytest[${PYTHON_USEDEP}]
31+
)"
32+
33+
python_test() {
34+
py.test -v -v || die
35+
}
36+
37+
distutils_enable_tests pytest

dev-python/HAP-python/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST HAP-python-4.5.0.tar.gz 257858 BLAKE2B 57c5b3b56fcd37b2d3de4d998a6306a2d7ef827d8aeb2d45217e2e728c1dc2f01c7003f7661bb4244a7a75dca74786951b06f9a8a591fb47441c3d5baa98c62d SHA512 741fdc50e946bc0f8c0362b6f7ee8964cc5dcd980ef1ce6fad4b9a9635bcd56ed1211e60ba74dbac8ee337d099c196eb62aa9a815f4d6cf2d3f71db596e4b260
2+
DIST HAP-python-4.6.0.tar.gz 258559 BLAKE2B 4468f3b3c93c3a5a5aae8d6ed6f465715f05f7b6503f47f187d39248c5a5b677395fd804aea78b1479bd2d7ed283572a9ccf3364d7725f459d5c5105c0828719 SHA512 83f06a2ecbcbbe78a0007a2c52fe829a0191ea49cb40b8cc446d85d39645fc3ee47a2e368d8b1d660eaf6e009d20e0e228f6fcdac8af2fdf62be3f1c98b841cb
23
EBUILD HAP-python-4.5.0.ebuild 911 BLAKE2B b5a22c7fa26d9a45546e00e144746741666d1cee5d89e857466e07ee5f14cbc0e3ad7fcb71550e7ec12e93cd2a151ff935922de92a945e3c16bba5fa763b518d SHA512 728f56314c35afb863c0875bdb74c10254a63eca9019b698e272c501bfb9da679b8ff2c110786107a7c65ce2ef4684f20bd0a66965e05e76b5ab4d901b9d611d
4+
EBUILD HAP-python-4.6.0.ebuild 942 BLAKE2B 9a13bee59ebe78d7787340ce11c3e6304a0d856e93ceba6d763cd31fa77c49d7258c4df2a4f65bfc31f25c6ddd30baa66328e5235963159f93051dde8b7800a9 SHA512 e45e6670fe0106ace3225494b1fdb93e52eb5cdb3493ed5bc0c19e69b0fd1448f89b5b9a9a8b97479305a61ce8b9e50866e817005ad948cb1dfda6b546c2a10d
35
MISC metadata.xml 390 BLAKE2B 33ecbfd8a7cb9957eaad9d7ccfe2a013e682192a1a8f10a963b81a351eb25c5ece04f433e7ea8769a9f29861e796367114fee54d393c0109f0fa00e5f34e00df SHA512 246969e9a7f3db5527f2ee641713d318878a213903c5fc9556ca8f01d3bf3cc2bb644650740022b9ce01e8a1f89cd7e9053184eac2d4a1cd55b6677baed2cb39

0 commit comments

Comments
 (0)