add csrmesh-0.9.0

This commit is contained in:
2019-11-22 15:53:48 +01:00
parent fba183d45e
commit 7262460e24
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST csrmesh-0.9.0.tar.gz 6074 BLAKE2B 91ce75b8776c404e658db30783a25be975d61001652ccb2f33721b4271b9eb07e518b1e87ce357a0e6af31bfacb030d4a7fe5d732c23ff64473516e368842679 SHA512 be38b07849ed45f3d1d7462745563114aa0d6b46ece8b1cd131f07b18297163a3f5eaa2579f8d91c54112c118ad4e4fe115f99104235efe2702c3f532099ba4e
EBUILD csrmesh-0.9.0.ebuild 776 BLAKE2B bf777be885f89095ce0ff134ce2fd23296e1d607cb9b5b39b84462d9819d4751f78295b70ad5fc19c2cd382c153507177b83f03eda838639d1ec729874403959 SHA512 604f2ae048bdc6592615853125ec514034354ff1cefb73f5342c11d1858403dd145d9c4e346fd393c7fa582ce74aad189fd69393f56a25a8f16106bfc3b11925
MISC metadata.xml 511 BLAKE2B 15fb724f2ce13844e9f4a37c526dd12671aed7a54b1df887faeecb931b8c91549bccc8a9e65e0a7e82e19c63dc88ac67535b036579e3522a45677b24050030ac SHA512 515e355e7778d0ebd70139a0ce1c047831f568629fd37aaf7d8681723f44205a9e14badc5c736908cf696a638f47eddbc374a043a24f7f5c7c88fbebc7980136

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Reverse engineered implementation of the CSRMesh bridge protocol"
HOMEPAGE="https://github.com/nkaminski/csrmesh https://pypi.org/project/csrmesh/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/bluepy[${PYTHON_USEDEP}]
dev-python/pycryptodomex[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">csrmesh</remote-id>
<maintainer status="unknown">
<email>nashkaminski@kaminski.io, tomas@salfischberger.nl</email>
<name>Nash Kaminski, Tomas Salfischberger</name>
</maintainer>
</upstream>
</pkgmetadata>