dev-python/aioymaps: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 12:53:15 +02:00 committed by Andreas Billmeier
parent a820308b09
commit 716b03cf8b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST aioymaps-1.2.2.tar.gz 4259 BLAKE2B b513785b1772440e66c61c1b84695b0d62abd28b3af7230acd3c2bf0680b0c4d9c4eea43fe47f96825e9d450f72b5969f9eb14e1f51edca2448d48c4b297847d SHA512 5728b6e7d6ae536ff2ce816aca4bf824907ac184d970b4e6a10a9305f64c8bf587db034d4af0c8d630fa0f600d897fab720378f55e7e77c022187350f99ae5b9
EBUILD aioymaps-1.2.2.ebuild 689 BLAKE2B 79785208e71923a17ec2e95cd70ba6e1d1892ba65e12259134cdf1b08fce33d154a0405be2c3d74a5e9eaa1c2cd296beda7a39b408920a47f07dea6a00f07402 SHA512 ee2788b88fbde3416a4f0a9b840becbc0cc5a222af6bac252c5e0f3101ba47b9e5040fe909a4a71a7249446e7c755a3a99f16326d4eeecbca6b14fdc8344b7df
EBUILD aioymaps-1.2.2.ebuild 634 BLAKE2B b499f4a84a1154455873d2f5ca2032b98ca04ca027f597d03b809793e341b0613fbf3f86427430d195b0c3f36d3dae5917f1cc1e0f0b05fd2a6cf31833954942 SHA512 a03b77ef355d806f77f5499a0f961ceb0d2ba8ddaae1ed836fb8dbda584f50ff4e65655ae9cb186caa2225791852793c775bbdaffefa7797da6edc445a237d10
MISC metadata.xml 519 BLAKE2B 52875e2737da7eb1dfd8feb279f9c1da3582001c6b67cbb39fa811fbebd8a7aabd2a39f3e761fd3568eda44df518b5837d4ad058c2328be91a678c986507cd72 SHA512 f6a1047189c50f81992522f52e02e5c2cd0f3538bb1b3d220e3c31da94f62e89368e62468fd2526fdbad242dcb8b7a6ca95aef54391900777808167ab62cd59c

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="Async client for Yandex Maps"
HOMEPAGE="https://github.com/devbis/aioymaps/ https://pypi.org/project/aioymaps/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"