Skip to content

Commit 2d83198

Browse files
committed
dev-python/aiobafi6: add 0.7.3
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0929418 commit 2d83198

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

dev-python/aiobafi6/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aiobafi6-0.7.2.tar.gz 23353 BLAKE2B 2d7eb178634f650c6afc1c51489694e620a9440f7a70570c1d81139e77de0bde80750bd99937828026b7ec42e01d1eabd3e3c7703692c6f4a2a34b86d62b43dd SHA512 464de8da84321521724aaefe762757c49c45efb33bafb041a8999ac3a1678355721b4ffdc18583057286936a590e00719b6998d2f212b6cc51d4c97d31663587
2+
DIST aiobafi6-0.7.3.tar.gz 23340 BLAKE2B 295bc5813d3497c015e85805bc710171596620caee6bf7df0fd1340127ab89607eb8107e52192a46edbc629f683f29edcfc82e35a71296431d6bb6369ac93af4 SHA512 97ef13d2cf167807e907e480f9dcd84e11bc6e5cc87730f063204fa1a8092b08e416722d6dad2acfee8473b28430b7f8e1fd0ed0662596d754c11ff820626217
23
EBUILD aiobafi6-0.7.2.ebuild 859 BLAKE2B 81c838c65e8db6dad5fd2f3636f8f8770c3f6b9df49466f8164d595d6ac9ccbc70b46fa97e8857b59b8e526083a1dc2789e21f89a0033e2203e6ebc777261170 SHA512 a99325d6efef6b9b03629c2a22cb1ab709b1cc184737293e86e9595581ff225196fc84069582e2ce1cae1bff28030a762d0c6ff0ddb843f3914f3f7b741fc379
4+
EBUILD aiobafi6-0.7.3.ebuild 858 BLAKE2B 5ea837d39f5b44be2a9717ec8d99858e492152f7e090f11dc1612f55932586d263ffb308fa882cf5e801d1b401b6b48993dba795a2e13be07dd3c05925277476 SHA512 bd21e2213ac0043dcf0aafeda1b517132a2f09b34599fdae6c648e2193fd5e80cca03fa002a4782695fce04b433a5ffbe45fc265c81f34a8351ff1eb6e51e0c3
35
MISC metadata.xml 508 BLAKE2B 5200519b0df5da2e0664b0e150ed15cc81ba87d6f7724f9e61727da214a6183fb65a1e66756d58c41a8256a21fcd0868c3d6b53dc238599f2a987151479ad4aa SHA512 ca2bceabf3dc43ce69f84f72bc1fe191be2949edda426b83d9f3bd071465b0191053b0f64278978a45cbe87d37bc81990bbca715462463aa22bff19e34ff9e19
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
DISTUTILS_USE_PEP517=poetry
6+
PYTHON_COMPAT=( python3_{8..11} )
7+
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
11+
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
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/protobuf-python-3.20[${PYTHON_USEDEP}]
23+
>=dev-python/python-zeroconf-0.38.0[${PYTHON_USEDEP}]"
24+
BDEPEND="
25+
dev-python/setuptools[${PYTHON_USEDEP}]
26+
test? (
27+
dev-python/pytest[${PYTHON_USEDEP}]
28+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
29+
)"
30+
31+
python_test() {
32+
py.test -v -v || die
33+
}
34+
35+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)