dev-python/asmog: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 14:38:40 +02:00 committed by Andreas Billmeier
parent 5c4d334848
commit 617015d543
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST asmog-0.0.6.tar.gz 6942 BLAKE2B a31396b1201a149e382bd56ddc23319202abe3425c12cab59bc86d45d00d502499bf3952f7a1527f8e6b4f8e93e7b165a163d63b861e7490ff751a2c4cb8a826 SHA512 dbedbd5d9770da996124a842afa708d8b8fef8175ec070eab2c7182cf8e5bb2fb59ea39f2666a23c9c9015f05dbde5ebafe1ca0c97daec18c5d4996aac7fec9f
EBUILD asmog-0.0.6.ebuild 729 BLAKE2B 454ff7c2fe5905586d412c66cb60385ae8517fec2875cce0dee543b1aa062dadfd6b3871b1af31a028c41ed94783e30d0809073e07acfdcad508b5357c552fe1 SHA512 6d642fe02daefb1aaa532ef4a5984cb56f12e2b3a4fd8b735b717e437db10b2523644a98dc58fe45b36d25f75a042842714c0527eb4410a6508279921fc69f50
EBUILD asmog-0.0.6.ebuild 673 BLAKE2B 6f947d7c3a98f3b5ef755b78dba803ffd73f6166be2b20984f6693a32f4c63323922b12739d47caee1feb1d8a1d44f73aa514facc3aaa4ae36b30a0be5efad0b SHA512 9091c5bfc287482c868357bba7cc28d498bab7332d922b795db2a1c8c25c61d66d12f9139175865770fb023cdc08212fded67d7dba2fa4f370d46d85130074c1
MISC metadata.xml 525 BLAKE2B ab760b5f74b9ebd2ccf3ba74de89e80a67389efc94cc524fb5ddbc45bfaa735f930a2986dd700ba722e4910842cee5759e61c4f4d43a4e0873e2c51e2d3d918b SHA512 8b781c45dbf816ba940d7dd610da724c44f0b7ed67f6b274b1c08ec90c78d3eecf20f03f25ba36583bf6271cf1ee0d9a8d8006d5f3ae49e79052053c5b56db5e

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="Python API for Ampio Smog Sensors"
HOMEPAGE="https://github.com/kstaniek/python-ampio-smog-api https://pypi.org/project/asmog/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"