add aiobafi6-0.3.0
This commit is contained in:
3
dev-python/aiobafi6/Manifest
Normal file
3
dev-python/aiobafi6/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiobafi6-0.3.0.tar.gz 21266 BLAKE2B 53191cd7661af6cfb7f99bd802c0747b46ff5dc154ca4aec3ce68d0f5545d16c8fb876fa5bbd4d9d8568c0517cef5bbf822439a3f70146cc926babaa4907a34c SHA512 8b199fda337b551d9d22943fca827313147f5569a421ad5afcae54043fd06389d201b1dfb23bd578aaa0339c95808930d2c5b438e7e7a8e4a80acab403186228
|
||||
EBUILD aiobafi6-0.3.0.ebuild 916 BLAKE2B b82961fb58482f2c775f80bf1fe855b5d473c2733c84645467eb483c983e011e51495221ba70d70077e1eaff2ff2d232cd493cbd4e1782be7af44d22f886f492 SHA512 2896946a11e757b4bac96dfe49351bbbe1f77158d5ea6a0eb182c3440610ef36e571f49f8fda4aeaa452d4af79ae48cd7773193dc1d34060adcf0215c2fb6640
|
||||
MISC metadata.xml 452 BLAKE2B 755f4bb3cd547a142ab4fd958486a666f68cf868d0cd3c56d9075cf469586a227fa4cb8e8b86db534bf6c11ed07374dcbaa0b694ff4ef2f30a374627f68eba75 SHA512 a4fea8dc6559c18485d30c85129c0e3da3d3f542acc0aa5660d7a64667d70072aae5b9522f62b0bbc8bd0198b6588dc83e7fe1da9aaa7788b68ae43807fe24dc
|
||||
37
dev-python/aiobafi6/aiobafi6-0.3.0.ebuild
Normal file
37
dev-python/aiobafi6/aiobafi6-0.3.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
|
||||
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/aiobafi6/metadata.xml
Normal file
15
dev-python/aiobafi6/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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">aiobafi6</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jf@devklog.net</email>
|
||||
<name>Jean-Francois Roy</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user