add griddypower-0.1.0

This commit is contained in:
Andreas Billmeier 2020-03-13 18:42:17 +01:00
parent cabae6c0a9
commit 37333d43dd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* bump zigpy-xbee-homeassistant-0.10.0
* bump home-assistant-frontend-20200311.0
* bump home-assistant-frontend-20200311.1
* add griddypower-0.1.0
2020-03-08
* bump frontend-20200306.0, remove olds

View File

@ -0,0 +1,3 @@
DIST griddypower-0.1.0.tar.gz 11584 BLAKE2B 6791fae32ca02a6c67e9b06c054f7a54ab2d76e3fbe822352c67db0876f9bf6c1daf8be2582a31995d2beb62bbd79dfd68e9d3edfa9b854613a8e251c43b0970 SHA512 836088539ad57edc3ca71c4de32d213be991c7d71be387f926d2507e788b27741802b1fa38bab8d6e90a08c5fa4d8f12d628bacb941a980d71535c071a4623fc
EBUILD griddypower-0.1.0.ebuild 769 BLAKE2B 0916adaa3782b28427fad1e82db9dbeeae69dda26a2b9a6314592812b50559ae651648b62b8cf9ec3da1179bfb5b0d5fe26c2c3afa2afeb2630297d249159642 SHA512 15a37c07778b33181151238319147f9b40e053975642b231a067901f196d25197c1e2dc7971231915f3119dd094ee41f572b90689ce70c3c6cc69480266d0a64
MISC metadata.xml 453 BLAKE2B 693e46f904d966e26e61f1cd8ac952cabfe660e43d4309d6b9058444ae85b1691d8ef143e17fa5453c54793e9b77fb50c25731e24972c0925ee2cace199b2ef9 SHA512 72c01c6c667384f584f8818d22684f50c0aa741882ca2e7264c9879fc4ccf99d5f7a830da28ed8065f4013071875fb8be613c6b281c068b610beb1d2ad53d40a

View File

@ -0,0 +1,31 @@
# 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="Python API for Griddy Wholesale Electricity"
HOMEPAGE="https://github.com/bdraco/griddypower https://pypi.org/project/griddypower/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-dateutil[${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,15 @@
<?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">griddypower</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>