add hkavr-0.0.5

This commit is contained in:
Andreas Billmeier 2019-11-15 10:32:59 +01:00
parent 4b5125977b
commit 6a726ae5c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* add ipify-1.0.0
* update pytest-5.2.3
* add python-blockchain-api
* add hkavr-0.0.5
2019-11-14 homeassistant-0.102.0_beta1
* add MIT License to total-connect-client

View File

@ -0,0 +1,3 @@
DIST hkavr-0.0.5.tar.gz 3400 BLAKE2B 9eada289e99584cf55c128801eb3a03ab69ea233a71e29314034bebe31f7f2f930771918d539b8e43738c70a502132e6f7505115bf1dbb2443e3e0d1b5d2a7f9 SHA512 73a3025fa31272450a2956b2dbed8f3b9030e94fb061554fba395942d62500e6d1c33d6433d14b76b31bc334d3612ac0fe42ea9cfb2e90b98e962326c316369f
EBUILD hkavr-0.0.5.ebuild 705 BLAKE2B 230bec5a5110900829eb55bf88e81c11e326d74f29b96e91379a83498fa7f3d87ec993272f4857af58d60478b81e05ac8724a667ae4e4d60c23573d09369b85d SHA512 042bc9e0a3128f30e7aa55ee47ce6a61a0b779db83b14437e7b93dbf98dd5d78ba6a27266f744e72fcc91f6e757ab59f63814499bd20307b58567e2ae956641f
MISC metadata.xml 454 BLAKE2B 35a7179416e61a353e86cf70d005010fe3f9df1bd74de9c557dcdfdf109adfcafeeefce7143a2131252a0d0dc84db98208d0182ecc6a1c8e30dc7b3d4f077623 SHA512 4a0f477c0d2042800dd6686eedb709f3792ca4b1a6f8eababa22ce5d734dc2f53583bd10fd26205b739b6405c8b0962de0019b6eb8b96c0a0f726293155bf0ad

View 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,8} )
inherit distutils-r1
DESCRIPTION="Library for controlling a Harman Kardon AVR"
HOMEPAGE="https://github.com/Devqon/hkavr https://pypi.org/project/hkavr/"
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/requests[${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">hkavr</remote-id>
<maintainer status="unknown">
<email>s.geerts@live.nl</email>
<name>Sander Geerts</name>
</maintainer>
</upstream>
</pkgmetadata>