bump PyMetEireann-2021.8.0

This commit is contained in:
Andreas Billmeier 2021-08-20 15:59:19 +02:00 committed by Andreas Billmeier
parent 02fc60b989
commit c3292e4329
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 3 deletions

View File

@ -1,3 +1,5 @@
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
DIST PyMetEireann-2021.8.0.tar.gz 6025 BLAKE2B efbd2a52e02f1bda8cac8676bd4bfbdc9c9907a4d01bb56106a8ecd96c53101b6673f910ce5731686621af6c3353b5bd2f4d12a242e8badcdac8a2a3ef79beaa SHA512 430dcb6d1351ca551c541e6e257805ce33e88396d0ae67d1f904947031bbd0522e90cdd609976c74e59a0f65e592947a53a2135bc0a52ecd340197b8622e18a0
EBUILD PyMetEireann-0.2.ebuild 882 BLAKE2B 7b6b9927dee1c8ad69e5285e33c8261f86b5e1f0c5789c9076b1a60b106750c3db229813035366f0d5a40a3ee41f668c902cc8bd40895659ea035449579b9c90 SHA512 baeb04fefabeac3c9491db149be03e43dbb27e13f0cd91263912f940d3f79316619f9e780913d95a1cdb04f89aa770cda55c8038f984ebd8f014bd5cf6da9d7e
EBUILD PyMetEireann-2021.8.0.ebuild 891 BLAKE2B 307ab4438f5b3132f1fe9261ebc7642dabec1e5536e571f180a56855e6eadaa4e2e7c0860597087e154673dba74d95ddd790973f4c8e0d0cbd8e09e9aa707170 SHA512 b552bf81cb287065acdac0136860c48a39561957768f10b203b3bff8a8049cfd54750519a24e97e05e4c64bc9a052b715cdd9ccc661e67e1e1724aa2108c487c
MISC metadata.xml 453 BLAKE2B 59631d58fc677e024c1c91bc26ed90e7329769a5a1ebaf889e7a0aaec78c85002a0dd0344ed28def59b2666319f955ad8007d7f9ca4e20f64a42b0d3506e2d3c SHA512 718a94d27ca03e5e147cf7cf099d01d333ed950a5e32740511ff1cfd9427a9bb7eadd8f9a614695f65e1c5f9088acddeb86cf08911bac98bd0a0bba08aa41f33

View File

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1

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_{8..10} )
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="README.md"
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

@ -7,5 +7,9 @@
</maintainer>
<upstream>
<remote-id type="pypi">PyMetEireann</remote-id>
<maintainer status="unknown">
<email>hello@dylangore.ie</email>
<name>Dylan Gore</name>
</maintainer>
</upstream>
</pkgmetadata>