add pykwb-0.0.10
This commit is contained in:
3
dev-python/pykwb/Manifest
Normal file
3
dev-python/pykwb/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pykwb-0.0.10.tar.gz 5000 BLAKE2B 344581404b35b0f9fa9bb39e039b60f9570a00d4274742c14d60eec17e56d4b1a2cc54f31bc60572285b7efde1bd32466886a6540aa866e334132df302d0b771 SHA512 b449245d27a0d257a0eb42f86838259ef941b06d479e3d12ed5f7ac5c07f7b49e8e046b007c77bc26e4872909f336c6e354d95e964665e3d6de15161f0b449fb
|
||||
EBUILD pykwb-0.0.10.ebuild 733 BLAKE2B 73b453fc0bf8cfa3ab9bbb9b34836e8b9b5f2db6a4eda8300df6e9d63b730ad8b8c5e16b9e2bf6750cbe1feb2947b1961fe4a26dbac6f694802e2fc678233f6e SHA512 4986e209611cafe94e7ff3f7a5deaa29cb41d9564edcf09f1c9b094d1efc3e4d8a45c1f81a080c94c649084edff9b32bc936a7bbe142df0ae59bb531b2e49b43
|
||||
MISC metadata.xml 452 BLAKE2B 896a08cd043a57af2049cc40c79c5e9ce5d732059e7127bf1dd9f608f7448d7448fb412f904536e1a701f06f32ee966cc487ca847d7d937582aebf1d8b930e50 SHA512 54324c0544ec9550cf862fe37a71efbecc47f5282e6f373ec599b87d0995580a67af7104ade4bf5b1462696f6846a8caf3bc9e98163ed30801972ee103386e02
|
||||
16
dev-python/pykwb/metadata.xml
Normal file
16
dev-python/pykwb/metadata.xml
Normal 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">pykwb</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mpeter@emdev.de</email>
|
||||
<name>Markus Peter</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pykwb/pykwb-0.0.10.ebuild
Normal file
30
dev-python/pykwb/pykwb-0.0.10.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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="KWB Easyfire serial library, for inclusion into homeassistant"
|
||||
HOMEPAGE="https://github.com/bimbar/pykwb.git https://pypi.org/project/pykwb/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/pyserial-3.0.1[${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
|
||||
}
|
||||
Reference in New Issue
Block a user