aqualogic-1.0

This commit is contained in:
Andreas Billmeier 2019-11-22 14:48:29 +01:00
parent 211cf86584
commit 6a62e95a50
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* add anel-pwrctrl-homeassistant-0.0.1
* add apns2 (incomplete missing 'older' depencies)
* add apprise-0.8.1
* add aqualogic-1.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST aqualogic-1.0.tar.gz 6059 BLAKE2B c3f3b6a2cc4a9ac52a317bf823da153ffe1e061f45c502a0cc0ac3ec61eb2be4c61119e5b7014adad86730db2e55157cd9c1fbaa9e4480947ddbdd6e9abd9080 SHA512 7ab74ffc2092e79f93c8fcee43983fb3ddc27ede81c9c1198799e25497351d99e761056169f7de15720d5590a898639c79b432a983d66f43e747714f19708d86
EBUILD aqualogic-1.0.ebuild 715 BLAKE2B 4fa4e2445950ee6cf0a8d4fff20ffddb9cb5ce13856fd4216cc1e045b9bec0402eb732c74741c8a59b5542afee8207d3bee83b8e836af47898a2a2b9bc0b33ef SHA512 2c05e93d0eb2b195fb6459c5ac23687117bb4d3973d706a1e1a55b2b4d3c1504ee9b1099cb6b4f46ed90827ab5d768e69550d4570cca4ed10742879ed7724345
MISC metadata.xml 459 BLAKE2B 0b3ea7a98e35da49083a201c3a939f43e705b1ae4a996d0336ff30709124cd862b8a6d4f0165aa336f23e1e1adda7960833224fd2377aef8bb27be686fd17895 SHA512 119ed2a6f0159c1818fc40b1e4b7088ed34cd14a92e94b3a4b86675bf3de0f6e21d0c1b856063acbb249e743b3c88ae731c41f48084d1c72e49dc306d7ddcb59

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="Library for interfacing with a Hayward/Goldline AquaLogic/ProLogic pool controller."
HOMEPAGE="https://github.com/swilson/aqualogic https://pypi.org/project/aqualogic/"
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=""
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">aqualogic</remote-id>
<maintainer status="unknown">
<email>sean.wilson@live.ca</email>
<name>Sean Wilson</name>
</maintainer>
</upstream>
</pkgmetadata>