broken braviarc-homeassistant removed

This commit is contained in:
Andreas Billmeier 2020-09-08 21:03:46 +02:00 committed by Andreas Billmeier
parent aaaa108c66
commit e67faeaa8b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 1 additions and 44 deletions

View File

@ -25,6 +25,7 @@
* update requests-cache-0.5.2
* fix aioftp-0.12.0, update aioftp-0.18.0
* devolo-home-control-api, fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/126
* broken braviarc-homeassistant removed
2020-09-07
* update geopy-2.0.0.ebuild

View File

@ -1,3 +0,0 @@
DIST braviarc-homeassistant-0.3.7.tar.gz 4696 BLAKE2B 892b4c2cfd19b96df44c96521be0bfef4ec5a435eeb2bb308ea854f72a04ca2ed761f4af78aebc5ec6bb40d43806607e898e6a9859cefbab0153ba91bf245505 SHA512 97e1e0d94cc3859cb7157fffc98ed1e2b915a6dd306758f405f07889e6d0c87ae95e036a59db09f079bc831a916c08a7c5b50310aa3d8ef10ae0b8796dfc69c0
EBUILD braviarc-homeassistant-0.3.7.ebuild 736 BLAKE2B f6dfc640fed26106440bcde89a0c981cc9a3761a23617c0365a5bd34348c9f2d43ba847c2654fa545fac5d29f1b326a4d44757b3a3d55d39b2fc4c3a937c1e97 SHA512 cb5626c430d39162c4b1062e7853e906b56c845c9143557b600e20cef214b6ce07968f3df7fc90d719f5c4606837a73093b9e76db078ec051e2be930e2489c53
MISC metadata.xml 341 BLAKE2B 595b99f29eb1aabd24d9828a0996ab76a136912efc67a2841c14d2e2b3f990698136ff611f519990f3a2337413e8703cc2c6c563734232d9db74afdf14f3120b SHA512 44711ba892ff5b4a113ebc826d58b82e1df1edc7da0655fb7df77318d699700b879ade21ea2e61b190ecf7022bdfed7cb65f218d114f79ce94d47bdcfbb8695d

View File

@ -1,30 +0,0 @@
# Copyright 1999-2020 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="# BraviaRC Python Package"
HOMEPAGE="https://github.com/aparraga/braviarc https://pypi.org/project/braviarc-homeassistant/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.dev0.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~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

@ -1,11 +0,0 @@
<?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">braviarc-homeassistant</remote-id>
</upstream>
</pkgmetadata>