dev-python/uasiren: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:50:31 +01:00 committed by Andreas Billmeier
parent a85a2af7da
commit 900b05e238
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST uasiren-0.0.1.tar.gz 3546 BLAKE2B f19f65d8109d0c65bfdc8b319beb0d722149583662402e6650215ab90fd85d850b8af7f10122b6e084e742634611499c56329c4629339683397452ac6c57c52d SHA512 9a4684b78532c483ddbef85a6e55e45e1d63709d8d90dbd23ee89fbfc3660902c04476c9110e27c107bb3e2f28b066f108c8b28585926d7f3cf0aff1f2a90774
EBUILD uasiren-0.0.1.ebuild 783 BLAKE2B 548a8cd31f797690c2039af067ad33e565e06d2f2f16b9776e63c2a3c9e6f43ab257662e90546621488fbfe49f274dc6575e69c8686fa51d5021aaf65d727c2a SHA512 d0697893eddd176157c2f6262b8037ed904854fba16026d7e4c8bf23dfa1bcb0c34e3a11c2d318513f98416dd1db66fb672169e8e9d66a162e599ad93c8609df
EBUILD uasiren-0.0.1.ebuild 727 BLAKE2B e75c491ccfd76055b4ff5853aa0e154db12ab5170a3a1fc1bcb86ef873941fc01115ec1fa3a386d53b0c47fed0b0b32aeb7054bd75d010c9b1db229265ca7ebc SHA512 3b18b9f3e4373b9a1e804d7a1734c58146671f8c5a3339000e7178690f9484665cd8185180bec1e431a316ba79dffdd65ff6871e2cc0a0aa55203b7b3967f31d
MISC metadata.xml 516 BLAKE2B 7788b05d4a08ab56c979fc20f4576cd669c48f141b1fa1780e1f0120b9c2e947b30290eed1543c1c174590440ec1cfb7f6e91ccc3dba78723c2d3c61bea4059c SHA512 d2d767f9780d1e0ce46b086d2346b0402813455513c901ea260fb4f159386fdc5e5f8b8ff0a4e4536d4ad008c755a9030a94d130217572492fe4b124de8f202b

View File

@ -1,15 +1,13 @@
# 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="Implements siren.pp.ua API - public wrapper for api.ukrainealarm.com API that returns info about Ukraine air-raid alarms."
HOMEPAGE="https://github.com/PaulAnnekov/uasiren https://pypi.org/project/uasiren/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"