add bluetooth-adapters-0.1.3

This commit is contained in:
2022-08-06 15:40:42 +02:00
committed by Andreas Billmeier
parent c6fd7f885c
commit e02a449e58
4 changed files with 60 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
DIST bluetooth-adapters-0.1.3.tar.gz 8719 BLAKE2B 8243fb2b101e4b20662fc33598f7d5df6d5738bf52a840cf17ca935874addc0e7a6a02168796c3214620eaedb7dcca91615fd66dc9aebf31a3e61a4119e7f92d SHA512 60428ff5b639ab505979bce6d759c394216d605d540e594ecaf1bbca822f2d13b4003f41f6170cd9f0bd193c77251987300a24ed1f37d7276607cec8f4c94669
EBUILD bluetooth-adapters-0.1.3.ebuild 851 BLAKE2B 1d588cbf5bc8a787648e143b1a2dbba5f99fa29b194c2deb8d925c48eae371bca08409ee48fa8d96cd5f8f3cc0dca8d40c3c9be960951601c4196a1b3862953b SHA512 bb49a854065217378c8a2b8fc9151d666b649a5ca936b87bc17f89f561b73a1663651085de2601985e5a1d2a2003e28a623926590aed98c1a433febb172c92e7
MISC metadata.xml 460 BLAKE2B 30a90670a9de8bbb401b306bee83dfb8a1b41e46871547230d7b305cb8bfcf2827c6a1e5203cf7e4fc77ebb59dc18134e8b7bc8d1f9ecbde2bce0ae370a623bd SHA512 4dd87508f9462dd85062f8a1cbbbb11104fd6dead151c4d94f224d7a9c696a2657e1d65e048073aff07faa473a15cf84d65ad261433896642a1bbe218cfa34c3

View 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..11} )
inherit distutils-r1
DESCRIPTION="Tools to enumerate and find Bluetooth Adapters"
HOMEPAGE="https://github.com/bluetooth-devices/bluetooth-adapters https://pypi.org/project/bluetooth-adapters/"
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=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View 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">bluetooth-adapters</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>