dev-python/garages-amsterdam: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:19:26 +02:00 committed by Andreas Billmeier
parent 0ca48daa87
commit 47f8ee48b6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST garages-amsterdam-3.0.0.tar.gz 7751 BLAKE2B b648518002411c60cd83c4711ea5f03051a5b1516305b36946d00eae16095b321b27e46596eeab3950d1af03328a4dd2d4b1a7f073404a30962261fc77189549 SHA512 a31bdeda691bad369d150019ae2bf81370590210940261897cb0e6fe32b51de30403907ecc65fa5dac4c06fd6cf1cedf6d1e7efb245fc6ef84cad106d4128ebd
EBUILD garages-amsterdam-3.0.0.ebuild 802 BLAKE2B c0c7a2910442d8beef2511f6ecbefe096f56e4805911ad4768bdbee259d9bcbdf96eea3d4b9b5aa41a03b4378e7fee62af5372b8f63c014953d61f79f428761e SHA512 e6487e4b7ef87caa62f9418d48f51ead5794879bf6152aa346a4f55cbb9e6064fe66a1501458e3ce447e27e0f6d75e8dffd5d39d49305cbeececc233cdc1e388
EBUILD garages-amsterdam-3.0.0.ebuild 767 BLAKE2B 89a8b85fcf473cfcfac2f68c4fd6d5e109fa8cf0bf4ee4ba59a6a6c85c4134a1968e7819cd90c9ac9b2e42975de5f75d63eaa4e49491ce29e6a74e6e0df3a10f SHA512 7b9c86e7a57a902af3262268e0e87700b41258cf11c0ed20f6eab92574018a6622f706eaa6d46d3f68f6f309eb8c27aa100d90d196855b89a86f5793abf6c07c
MISC metadata.xml 549 BLAKE2B c12a126315cda8ba441665430cd621b0adde3a16577232a8cf7e0f2cf4bfea787a35e0a4f196ca5b8718e2ec04a3cbb8b59f28ed07cb7f93770d11f1882ebaf4 SHA512 335575c3211e35df3fce6ccf06442d876484377c113b9795fedf10a0028fd6cf7c2689f81ffda3b86b2497927349a9a71ba0a62396a9ef21a3d7525500d0168b

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for getting garage occupancy in Amsterdam"
HOMEPAGE="https://github.com/klaasnicolaas/python-garages-amsterdam https://pypi.org/project/garages-amsterdam/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +22,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"