add bluetooth-data-tools-0.1.2

This commit is contained in:
2022-08-16 20:39:11 +02:00
committed by Andreas Billmeier
parent 80f31d565c
commit b11497cb87
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST bluetooth-data-tools-0.1.2.tar.gz 8489 BLAKE2B ae73159c6db87c73b0e69dd6f21e7a94fa3e5e333f6cc239b40a17f646df11f23984d56d929113b7bb0271f9a0c5a0a48dba7e0f903072b0b4d8461432c0f823 SHA512 738e75c6261646903527cbfcf3d15474d190eb30fc9a241fe90867af8faf082f92f70941221a588facc3edd64102439fde4f85c7420e4dea8e9767acf3a93b56
EBUILD bluetooth-data-tools-0.1.2.ebuild 757 BLAKE2B d5e9ec6f6d831a64be1540ccde6d5083e797a2e5e229065f5fc2f88583a162d6f88ef2ab20c686cba22ef92b060001ca8b434d85cdd20c983cb0b651aa1a0d77 SHA512 1cd233e48abfa3cd8118ba0c6cc5e6fe88701245a396500998cd9e535da92dbf46db50961c4d28b23d7e0ef82fed375b5f1a44a0cc7c908fc331858d74bc2ca6
MISC metadata.xml 462 BLAKE2B 30fbf347058f1d46ec5c4fecbe0ff0b25e5e8b301bc6bfb4454d7fc06190fbcb7b172f1d26eea698c3bcc409bd94a6a961506e542fa3b8cfe34852fb5b84d528 SHA512 89f91140a79a84b4d77001db9e854cfed30fed3f95142d8b934187a594b1456b052b090947bfec6f091284d2572d5608217d86ea5e8253b78008e7882f485756

View File

@@ -0,0 +1,35 @@
# 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 for converting bluetooth data and packets"
HOMEPAGE="https://github.com/bdraco/bluetooth-data-tools https://pypi.org/project/bluetooth-data-tools/"
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}]
)"
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-data-tools</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>