add ecoaliface-0.4.0

This commit is contained in:
Andreas Billmeier 2019-11-22 18:24:12 +01:00
parent f1d842df8d
commit de82814ced
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -61,6 +61,7 @@
* dsmr-parser-0.14 and PyCRC-1.21 added
* add pydukeenergy-0.0.6
* add pyebox-1.1.4
* add ecoaliface-0.4.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST ecoaliface-0.4.0.tar.gz 4858 BLAKE2B 30deebd2f4a53fcee7f26723fbe1648b5160886ddb5d20f04ccd32480a95c21f1e58e9e45baae4841800a714a273461182bffc5e6815b0c64349c6f6f6d01012 SHA512 aded5450d2b2c9e625328e08c607f7a5968d09cc817c941b5e90741f2a364d3e18be36da3e2c3e6e7dd4552e2af298fa5417007fdf745ec10cd654918cdf36e6
EBUILD ecoaliface-0.4.0.ebuild 729 BLAKE2B 6f3315ce17fc70046c8d2bdfa3350c21c0a575959723e7d1df914fc3e61916df1b57c38ae69b32ddd2df108ef2de40ce793933bec1d1425d12ef362687468f26 SHA512 c285ef5209e885af477e85819733245a61dfcfdcdeb1401930aacf61ba73e23437c07896ab16116b9651969ec4a5c28968579e887c9d5430bec1377607ab8ec1
MISC metadata.xml 473 BLAKE2B 99c1c6240c319739dc66615fdf5fe75adaa6ecebf5a7ab141e20cc6fb12e5a8278c860db832436efbc171d4d41d8f2a7e56fd2433e6762e74e2dbb792d29e4ec SHA512 cb30611cff6cd5d2ee8308476a2ea7c664c61aef1987475afe6b475415a23b6ba45d7d1280e1f9d9373df01de21f2a86b2adb2475903d2de4c33a3db6ad02d4e

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} )
inherit distutils-r1
DESCRIPTION="Interface to eSterownik.pl eCoal water boiler controller."
HOMEPAGE="https://github.com/matkor/ecoaliface https://pypi.org/project/ecoaliface/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
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">ecoaliface</remote-id>
<maintainer status="unknown">
<email>matkorpypiorg@ant.gliwice.pl</email>
<name>Mateusz Korniak</name>
</maintainer>
</upstream>
</pkgmetadata>