evohomeclient-0.3.3

This commit is contained in:
2019-07-09 15:38:49 +02:00
parent 450a47ada6
commit 372383f113
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST evohomeclient-0.3.3.tar.gz 12582 BLAKE2B 23192d94d2d468b9597cfa1b66b79a11a6424b0b667c3a7a6aac4592d122755d472fad24976817257aebfa62115409dc08131a497ada229f5c1f3ae81de7e675 SHA512 18a8e0ec34e02b2554d28fe0098c5f1c378cbb18a650b8f93114a0d83c85c838ce19693d8fc33db82006f1bd86b29d0494d695a90f2fdb592eaece79d568dc5a
EBUILD evohomeclient-0.3.3.ebuild 747 BLAKE2B c7b4892bada4909a3ffd9f9443f71dfd273227f38dc852ad92a47126cfc1f9eadb07f863b27dffa6cde476b18484031f29cc4023dea34fe4fd230bab424b92f9 SHA512 a95b9b49288920d24c1118cfd0c6b355865d6fe74b16b0935b2e301c789f64812e9c651622db7cf7b949c7d1bc412d9d443203b6b31ad94ee8698c55e9883a93
MISC metadata.xml 469 BLAKE2B 5092be2c5c4a2ae37acaf5b0f07650ffd87a4776ecd306261fc870c115861e6af508a7f647409453f22c4291b7626d2d70208f346fa56449fd52d16cce10beb4 SHA512 1b933e934a6396be8364f7cd07f42e1615c2e4d5e4799c4a521fa4319743df975e1774c3c11320bfda949b4db491b29cc60ef42b1ccc7839960ddd986371027a

View File

@@ -0,0 +1,30 @@
# 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="Python client for connecting to the Evohome webservice"
HOMEPAGE="https://github.com/watchforstock/evohome-client/ https://pypi.org/project/evohomeclient/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache 2"
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">evohomeclient</remote-id>
<maintainer status="unknown">
<email>evohome@andrew-stock.com</email>
<name>Andrew Stock</name>
</maintainer>
</upstream>
</pkgmetadata>