dev-python/asynctest: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST asynctest-0.13.0.tar.gz 42301 BLAKE2B c175b759188a5aaeb782ae56f11a24f8f15aca9c703e2bf1964a8d8ab885de0759208fd483e555c309ced196c8d8bd23a5777e589cb8bd218cb4d38a05303526 SHA512 f98a9a330c3e4024373d74ea1899ec74f8242be58856d9a4c0910d397cbf15c1bd2deb2531cf78fd7bfe7d2aa4abad8b404bbb9eaee4b721c9e317ec5ec4a955
EBUILD asynctest-0.13.0.ebuild 700 BLAKE2B b407b922c288578b7ba3535f02495bbd91ac0beec8eb3b62b67835887b04b481af03d8b1038d4ca252bc7df5dbc4d2aeeffa5f09ab494c47f726742eb585a0a4 SHA512 2774123a3f0211cf9475f7240e87d6fb674963afa4041517bedb98e48db8f3de0b3e305f57abce9206ce38d95acc23b07b4168405d1bc97cf0225c96255f1e0b
EBUILD asynctest-0.13.0.ebuild 644 BLAKE2B 968cd37b362219c020ba84df2f3bc4e3de347f018afb5208e112c8c2aafe819f7a1763df73a4ccf1b449ec440197fe114233e772f167f1d7dd06895101d1d911 SHA512 abd1b75e22c912e9dc94e51bf69d098a74643e82b8e6a3fc03d7d435cc082d5a7c38b5f52e88cf8aa576b96d1d2f768674758ebe747aba4c0b4a8a9acf311766
MISC metadata.xml 520 BLAKE2B cf25d07a74a6e7093005f05591582f41c9560ab500e965d9f9b6d1edbc250a613de3f05d1460e1dc386d6d96e80b675a217d4fa874dff11ff41b0376dbb4abbd SHA512 9038493deea8fba6a49275143257634b119e22e9595b50fc76018e73e53360907e336aee1fe8952ec7da1ddb6a65f5a8ea246179219f05f06107129a8f3bba74

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="Enhance the standard unittest package with features for testing asyncio libraries"
HOMEPAGE="https://github.com/Martiusweb/asynctest/ https://pypi.org/project/asynctest/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"