add dovado-0.4.1
This commit is contained in:
parent
c7082f011b
commit
360fbdba37
@ -57,6 +57,7 @@
|
||||
* add dlib-19.18.0
|
||||
* add pizzapi-0.0.3 and pizzapi-0.0.6
|
||||
* add pydoods-1.0.2
|
||||
* add dovado-0.4.1
|
||||
|
||||
2019-11-21 homeassistant-0.102.0
|
||||
* bump homeassistant-0.102.0
|
||||
|
||||
3
dev-python/dovado/Manifest
Normal file
3
dev-python/dovado/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST dovado-0.4.1.tar.gz 3295 BLAKE2B 70e0774667a9ea54d55a233b4448f7a991842418f3f1d9468f19da8a052c9ac4f5a159b71afbb56bfcc3bc1995ceba10777558be43208d862d96218fd3845722 SHA512 ec3560c90beba1c5e50e746d3cb4cbcde8c99e35155d133cbb6c460a86ea3349b1c5d064634f020388e8022bddf2263008ae6f026d626de43cd44424836e34f9
|
||||
EBUILD dovado-0.4.1.ebuild 694 BLAKE2B 39607f930d44c22aaabdd5fd4ba4e325c6bd8f4f9afcdf0477b97b18f00fd398ff955aaa88a0cf3d0ebe7d5858bab9361da40932824ef21e9d607de98e7bb5a0 SHA512 dd3944faf2e4b214508a1b5d24e8e69bce93b7d56c517d1ff5250614c640226dde6eb1172d9472062551a6c20ffeba5b8444d1dc8ae2400d2f9656946eae69c5
|
||||
MISC metadata.xml 434 BLAKE2B 0d3b70539c2971de9a06acece6659f1c957b68371659b03a57924ed2aa497313d1cb6b5f1de42e5d7dd86287789696e8c9518181ab65c738329922ab027098ed SHA512 6feaa75eb7f9582aa557b26acfe88634c23f4d8d444a33b83a3391b89d42aa6844c07ad02e4173ef0c20a520608549cc09f90fff39065ab78ea053c617e51b86
|
||||
30
dev-python/dovado/dovado-0.4.1.ebuild
Normal file
30
dev-python/dovado/dovado-0.4.1.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="Communicate with Dovado router"
|
||||
HOMEPAGE="https://github.com/molobrakos/dovado https://pypi.org/project/dovado/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/netifaces[${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
|
||||
}
|
||||
16
dev-python/dovado/metadata.xml
Normal file
16
dev-python/dovado/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">dovado</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>Erik</email>
|
||||
<name>Erik</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user