dev-python/coronavirus: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
bcc99fdf82
commit
74278a5dbf
@ -1,3 +1,3 @@
|
||||
DIST coronavirus-1.1.1.tar.gz 3102 BLAKE2B 6eb35a3c478b2d6b0f93b1459e67d7324ba2db6e31c5a4b207bc6d849e1af76ea87497229bed5ce8e5f667c5ca09ee38b290dc2e683d5ec6f5ceac19237fabcd SHA512 3b290081f508b97b8ad4a29c534bd7312ba1cbbf0f55966596c31c67d976654431aa943a3c24cbedfe6271dd68c7ccccd174bf2545eee1152d316f4396e7d0d9
|
||||
EBUILD coronavirus-1.1.1.ebuild 716 BLAKE2B 72049ef56a6761e80aabc5caf6c78f6e8dc724e99114591b10e1d3b0413536d8046beac36ae06111f2d5f573cf9afc349d33d8a6e1336bfa9af0f66671b27966 SHA512 ff97fbf2ba25fe52ed480b92e3a330397756e15d11f40b928c0e209f9e5664688fadca4b823cd4929641292c9d554a06baba2d32d8382fe56c58ed38558ea6c3
|
||||
EBUILD coronavirus-1.1.1.ebuild 559 BLAKE2B 22a0183f2f14532bccad31e014f76c15e6816a911195632c460af223542ea246eca68f8810ddd5df1b1f7f658c9f53439e9f6652683d63b2f134e833670dcffc SHA512 3bdb6b47295d382df2bb988896442943d41cc294a619e4b3e1a0838f4f1e15b569b416d546ac132ed6ad2bc5da17f2e5f977815f93aedb896f5d6b856162b3f1
|
||||
MISC metadata.xml 518 BLAKE2B eef535ca3f2cdd54ceb91b15d1b92a8912b6040775d8fb5ff8900165412b0fa3e03ec6ecf3dfe47edb4a76b1396c4682bc1e656f31eae3a5589493fe1ad0c223 SHA512 a2b93aa4d3d539aae934bd1c43c49540ea6d316968241643070de4a9cbd9be7f2d6ef4b641f08e217fd896524ee63056d1b43d11de461eb1b6e9db8f4a90135e
|
||||
|
||||
@ -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="Asynchronous Python client for getting Corona virus info."
|
||||
HOMEPAGE="https://github.com/nabucasa/coronavirus https://pypi.org/project/coronavirus/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user