dev-python/pyaftership: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:07:14 +02:00 committed by Andreas Billmeier
parent fd3f7ba36b
commit bc4d95b515
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pyaftership-21.11.0.tar.gz 4435 BLAKE2B c81ba4ffbe686e61c08ebf6f9f068de12a00d8a2d7c109c17550d96433802533261a0dbb7353245b05fe833414147bc9dde8a58db6614727e8379f0ced2cc45e SHA512 e09e96dcadf639edb5d572bc39e4f61e87a0f4606271331b7db124dbf44858cbf17ec69f1a904a8f5a1b6e8b316adbf3bb3efa0486afd9e102dbe0a7be3efeb6
EBUILD pyaftership-21.11.0.ebuild 834 BLAKE2B dfe2d5c9d8a21f6bd6f528535b9a7549067fb537b322beeaec3354926a5a997b3efb84ebf24343b379c870c03e93bd48a12585cf0556aa47bc48b006cb7fdd08 SHA512 ac507624a0bab9836f95b641bf0222aa37563fd66aa09b481abb03adb402b5c661e255e7dfefe0283f0082fee36d6e63a6a8a4d6e3be27654625bc65be48e832
EBUILD pyaftership-21.11.0.ebuild 779 BLAKE2B d5c9f3fbb8527f80f581c90c612a81e92afbb78e719d992f1ad021cf58b505251749f47b4e229b3bdde7c13f2760bf729850e958f2cbc773d44d7777b0b03cc6 SHA512 c32179f2ad21010cec11da41f15d3ca8779da714b09ba12d3319db0db7729dfcaeb52deae0a66696bee9371dc33b97ac79c47024bf2e07da1fec7a28525089cb
MISC metadata.xml 506 BLAKE2B 555793b30ab57fd2966b254455650bbe870c4c71feed9b58344f6dee35560f26b9570577e6f3f5711b8385b9983bc0d1b4cdd007bff80943feabc8ae48525db3 SHA512 768b767385811b016a52d5c00cea8f96d11dabee24016cc32f244c40609e2f8017c2f228cc12aea978fd97741ec4d678b77ab870d6f226fd3403cbd5579b2547

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="A module to get information pending parcels."
HOMEPAGE="https://github.com/ludeeus/pyaftership https://pypi.org/project/pyaftership/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]