add PyMetEireann-0.2

This commit is contained in:
Andreas Billmeier 2021-05-15 12:20:54 +02:00 committed by Andreas Billmeier
parent 2dac066a5f
commit 30c521ade8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -45,6 +45,7 @@
* update homeassistant-2021.5.2
* add mutesync-0.0.2
* add motioneye-client-0.3.6
* add PyMetEireann-0.2
2021-05-14
* update astral-2.2

View File

@ -0,0 +1,3 @@
DIST PyMetEireann-0.2.tar.gz 3636 BLAKE2B 614087f95253a948803ab336d74e5eedb21a8c709f2c7569325b032578ec6c08451f83eafb94496e9f4698794c87090bb1cbbd8ba024cddeadefbf146e6323f1 SHA512 27ef0cb9777544a2c1f8893d095be8ff0016c43dfe09d3b3945613be7f58fda24325429aa859fc63fed3615f0bc8e9c0655ff731836daf21b7dd456f4b17a3f4
EBUILD PyMetEireann-0.2.ebuild 881 BLAKE2B 71b84a0bbe0a98e4d44ff146f1b5225b4d0dcc1202b9bde9ba3374b0af8c2b177e342aad87458f5f79d6d9c292f449f7a091ffb5053287b814ba99ca075c4104 SHA512 1fedad1c691836734aefc122b39b6b14b25b478b61794385a99834e03c201ff8b905e6febdf15179d9e5328ba7ee81b35b72d8c58cd21615912e08a4dcb92990
MISC metadata.xml 331 BLAKE2B 7376e2d24c2f4d4c07a0530014f1fad8c6b901961ba70a68314b8396bee0d950a10683c5b9da8a404f51a41be78d991de8db66f9d17591538a207f51fa95478c SHA512 d09bbfb6c56f36099727434c09b6d1918ba5d5997a3518e05cd765d49b249e3fde2e9a17715ab0d547207722353979bce09684d4220dc64acb11758ede7006e2

View File

@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="A library to communicate with the Met Eireann Public Weather Forecast API"
HOMEPAGE="https://github.com/DylanGore/PyMetEireann/ https://pypi.org/project/PyMetEireann/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS=""
RDEPEND="dev-python/xmltodict[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async_timeout[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
BDEPEND="
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,11 @@
<?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">PyMetEireann</remote-id>
</upstream>
</pkgmetadata>