dev-python/faadelays: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 11:05:10 +02:00 committed by Andreas Billmeier
parent 8a3a4e15e1
commit d27b92b77f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST faadelays-0.0.7.tar.gz 4641 BLAKE2B d364ea9946d850ef21114d284aa38c020fc087679e6c3d6043b5ceaa3621c64bc7115ce1d745cd41fade0a019ca174ae182f0613856b01be2d46f1658f1d9af2 SHA512 a0ab2f7257a3723c5b81613118160e76ef76ee47aa2cff533567c09b1119db7c0cafaa7540c8a9b915b4b461571e8fbdef3ccd6f759331c8def1b8e0a828d254
EBUILD faadelays-0.0.7.ebuild 697 BLAKE2B 27e6c35a253d3102450d87bf81856f7cda3c8613edb67cd448a5e60ab7a8da83b42d2caa65c223229cb44fe6920555c0f6646ec5be9a0722152d9fba91d19d78 SHA512 812dab75be30146f60d730d0efa825074d762bcc9cab4f394d2558b25a515cf5f554f99ef2289a803f7fa4ff51f51807763625f01669afd042a24aaef7adad11
EBUILD faadelays-0.0.7.ebuild 642 BLAKE2B 9b8d1c37c5ef0af90aa0764b3138431adcc804a4072cb49561d0578e48bdcdba7824ac55cd17ae5404a9654e9496cc40cbd17e8aefc04302389d8be7ca259b91 SHA512 40c5306249b72f8cb9dc7a1f01287d4ff91999d3d24f68b15b5a6fca7b54136828cbeebd7e244fa372839f4a34621c5eaeab6569d73c1c79137ec1bc9660bfa7
MISC metadata.xml 514 BLAKE2B ba75bd9846dc41afd4de0715537d94782b5cd515f7783e8b5940e6120a0bc6054ff3fbb9600f0ea0a89d463efa57baeb8c3c0396bff8bad2979ffbe2ec16cb17 SHA512 80d659c3ce1596ae8d8c4dc2ea2a05285cd6ef1da232b031b3e7bb85e3968fba312227544e6481235fafc7282b4e72bb52c4d81a336d457cb83e8c086675e0b2

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package to retrieve FAA airport status"
HOMEPAGE="https://github.com/ntilley905/faadelays https://pypi.org/project/faadelays/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"