-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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="HomeKit Accessory Protocol implementation in python" | ||
HOMEPAGE="https://github.com/ikalchev/HAP-python https://pypi.org/project/HAP-python/" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm arm64 x86" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
DOCS="README.md" | ||
|
||
RDEPEND="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/pytest[${PYTHON_USEDEP}] | ||
)" | ||
|
||
python_test() { | ||
py.test -v -v || die | ||
} | ||
|
||
distutils_enable_tests pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
DIST HAP-python-4.6.0.tar.gz 258559 BLAKE2B 4468f3b3c93c3a5a5aae8d6ed6f465715f05f7b6503f47f187d39248c5a5b677395fd804aea78b1479bd2d7ed283572a9ccf3364d7725f459d5c5105c0828719 SHA512 83f06a2ecbcbbe78a0007a2c52fe829a0191ea49cb40b8cc446d85d39645fc3ee47a2e368d8b1d660eaf6e009d20e0e228f6fcdac8af2fdf62be3f1c98b841cb | ||
DIST HAP-python-4.7.0.tar.gz 261382 BLAKE2B 315b7abf30cf4ab94f99b4a797f3b2e72fe8f0d9b1fbb46b33fb1f5fb8103ef6c072cc9993d64f7c4c1949de5d1f0a06c8f8d20821f044e4c78419b2f2d3c66c SHA512 3cd675ad71f4bdb774467a1d2174048d50bfd3bdedb033ac57403ec31adf1980269797ad499aedcd7a49730ee0d7c3b085f444dd862b666ce57acd6d94c7e010 | ||
EBUILD HAP-python-4.6.0.ebuild 909 BLAKE2B 5086e4a1be37d09a8514fd99a8c3e864168709f27cab8c46a57228b744269f721a9f3b27076c45c2ffae4544418c74d5680a0e51d77ea69b5ca97d83a8042e36 SHA512 64ae8727bb4ee85032a89ea944c587125d7e689cc49b9056eda2b2ffdb8b6e4b8828bbccb293ea8e9987a57226ce588eb7724a5b93910bb132caa38b56413049 | ||
EBUILD HAP-python-4.7.0.ebuild 909 BLAKE2B 5086e4a1be37d09a8514fd99a8c3e864168709f27cab8c46a57228b744269f721a9f3b27076c45c2ffae4544418c74d5680a0e51d77ea69b5ca97d83a8042e36 SHA512 64ae8727bb4ee85032a89ea944c587125d7e689cc49b9056eda2b2ffdb8b6e4b8828bbccb293ea8e9987a57226ce588eb7724a5b93910bb132caa38b56413049 | ||
MISC metadata.xml 390 BLAKE2B 33ecbfd8a7cb9957eaad9d7ccfe2a013e682192a1a8f10a963b81a351eb25c5ece04f433e7ea8769a9f29861e796367114fee54d393c0109f0fa00e5f34e00df SHA512 246969e9a7f3db5527f2ee641713d318878a213903c5fc9556ca8f01d3bf3cc2bb644650740022b9ce01e8a1f89cd7e9053184eac2d4a1cd55b6677baed2cb39 |