add incomfort-client-0.3.1

This commit is contained in:
Andreas Billmeier 2019-08-09 22:38:56 +02:00
parent 7dcf18b1f1
commit e5c8c1c22f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST incomfort-client-0.3.1.tar.gz 5928 BLAKE2B 07eebd2531457ae7c35da22600b6d1f9ebb364bc571e3fddf7da7fcfdf262a18bbeffd9ade62c5bf3d43c26762658a27355fa4475f1809de334b1f711515e01b SHA512 77800c9e9600aaa2d6508943d225c3df0b90d93c05c2e4f7586013f2f2a607774f8c4c1aeac4855ec1c52a2b1ded580c7bce76bd35416a2daf034c17cb342b15
EBUILD incomfort-client-0.3.1.ebuild 1179 BLAKE2B fd7541c3b8803e813e45cd9d8d0ddd345c330143a2b4e933af8600e73441242d76d0e5e5d10638df99f5045d91dd2df24d22f941b9fdbc505e9192283f82bb1a SHA512 6719526b97dd8f729db3562dcaab6f470fb4d943acf73b2c00cf2eeed07c4329915f770e3081c120d0739e0a4302dc95003c577322ec55f156972e55dee533b8
MISC metadata.xml 464 BLAKE2B 504bc73906ed9482e4cd776d6b5b9ba579851f1a0a72f842bfcf1c2aa3c1931a86f400faaddedc55b52cd1e2357cab715544ff40a2dcf9e6e03e6fab04f24fa2 SHA512 6c34ea5682bf3a7668f437619d0cf4f0046ef1a9c0f364a90d264ddf6f150642479047fd36a9187b83138df2dea1bc3beaaade4f25d1b42060a10212082dbbb3

View File

@ -0,0 +1,38 @@
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="A aiohttp-based client for Intergas InComfort/InTouch Lan2RF systems"
HOMEPAGE="https://github.com/zxdavb/incomfort-client https://pypi.org/project/incomfort-client/"
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/aiohttp-3.5.4[${PYTHON_USEDEP}]
~dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
~dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
~dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
~dev-python/idna-2.8[${PYTHON_USEDEP}]
~dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
~dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
~dev-python/typing-extensions-3.7.2[${PYTHON_USEDEP}]
~dev-python/yarl-1.3.0[${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">incomfort-client</remote-id>
<maintainer status="unknown">
<email>zxdavb@gmail.com</email>
<name>David Bonnes</name>
</maintainer>
</upstream>
</pkgmetadata>