From e05e47022312ebde4dc2716ae02df5547fb577c7 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Fri, 9 Jun 2023 22:01:14 +0200 Subject: [PATCH] dev-python/aiofile: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/aiofile/Manifest | 2 +- dev-python/aiofile/aiofile-3.8.1.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/aiofile/Manifest b/dev-python/aiofile/Manifest index 045bd92b1..18425d17f 100644 --- a/dev-python/aiofile/Manifest +++ b/dev-python/aiofile/Manifest @@ -1,3 +1,3 @@ DIST aiofile-3.8.1.tar.gz 18734 BLAKE2B 587061ed131828c1d4938068f81d6b4964754f0319196d725085bd2405af9fb556c0dbd2c1b130335adc15260eef58105580a45cf2173317d685db5304e6681d SHA512 5b66f71b599dbbf00f61f0646903ad3148ea246ed3b113fe87173a6a01c2f95fad6a473a2740df27ef3b1c12ea544474102ba475aaeee7634b24d922f8bed945 -EBUILD aiofile-3.8.1.ebuild 684 BLAKE2B 063bd63982c19392f17961ab56a683381f7ba66a906e0c1f5cf41f7953831102715b0d36a13b617b1ca5695f5b2a08b7dc3b1fc74b2619d5fdf82153b6ac4879 SHA512 f50a2e29b55989f1fc289ed8cf8b29300ea43731ae5525df0fbb92dd1e3ff514154b151dd5dd67a39eda34df4b16b2866e01ee8dc111656ea1e858f378503a28 +EBUILD aiofile-3.8.1.ebuild 669 BLAKE2B ae5188a4cd34615719e38de1f1da6aa2a1e43abec59feaf3de2e2737249107ff355bd46fc1bdb4d9497d481261695b6b553bc783326662682210ee3b10021a39 SHA512 c411a77b679a542de09b424d80b0922c5f87538d842117c038ce139ccc4f349779164a4ad3985a7ecd8fe2ceee6e7e48d9474b5c14da8b75b8771d1b6310c1f6 MISC metadata.xml 469 BLAKE2B bdeecbd0afb44b91df4f25b9ff69c54c6adfca00d736145c150f2708141ed0a5168a03a8922d2329fabbfc3e53e99a3031df46309a32aa9716f56e24243392ef SHA512 c4bf4991ba4806b8a9f6a8fc57660d0ddefd399d4ed4100b30ced837f1266e658bc20ba96e9e49fcdf5fdf57fc309aa445f7711cef4404cfbb7b4b98f5550216 diff --git a/dev-python/aiofile/aiofile-3.8.1.ebuild b/dev-python/aiofile/aiofile-3.8.1.ebuild index d8198c4ab..658f8cccf 100644 --- a/dev-python/aiofile/aiofile-3.8.1.ebuild +++ b/dev-python/aiofile/aiofile-3.8.1.ebuild @@ -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="Asynchronous file operations." HOMEPAGE="http://github.com/mosquito/aiofile https://pypi.org/project/aiofile/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"