diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-12-30 23:46:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-12-30 23:46:05 +0000 |
commit | bb262580ec0b56a32797f121e627928d103e6bb1 (patch) | |
tree | b3b80cb753a087635c972352ce99fed1d01f286b /dev-python/aiofiles | |
parent | 35e3ee5faf74dc69409f957f81a6848d4d24c49f (diff) |
gentoo auto-resync : 30:12:2023 - 23:46:05
Diffstat (limited to 'dev-python/aiofiles')
-rw-r--r-- | dev-python/aiofiles/Manifest | 4 | ||||
-rw-r--r-- | dev-python/aiofiles/aiofiles-22.1.0.ebuild | 31 | ||||
-rw-r--r-- | dev-python/aiofiles/aiofiles-23.1.0.ebuild | 31 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest index 164a8ece667d..3a8ebd07e845 100644 --- a/dev-python/aiofiles/Manifest +++ b/dev-python/aiofiles/Manifest @@ -1,7 +1,3 @@ -DIST aiofiles-22.1.0.gh.tar.gz 21630 BLAKE2B 8f068046fc143388debc93b657f8b4715cd48eac7e7b8a031ccdc6d2f5764ddcafb2ad1fab713ca55366cad951b570e1c2a120932bf5545482e1a3f086a76bf9 SHA512 6706fb7b6fd32df415ece64f35b8ccc2f263301c43292612b2b6173fb66c77bc88fd08ed0b0bb30fa3dd49571be8fc733a3d4f3611228fdbb368743588336357 -DIST aiofiles-23.1.0.gh.tar.gz 30110 BLAKE2B c6cb0880cc761d3c34eefbda373a361a3f20bc6e37c81c769609b149dd13ff6cf9f169d63cbde9d02cd91a49d03198705576389c531a82fcd614e7b464bdafe8 SHA512 7afbc492061df6b5e76514d36938ec39e3261fbf0c3123d38f1d32cc1d335603d6ab681c088d9c68ef5be9fc9b9eec1b460268b03d5f6409213bf20ec87dde47 DIST aiofiles-23.2.1.tar.gz 32072 BLAKE2B 9718fe7f4367b30ca295efb39ffeab0c77ca54ed1c4f556b0b39f5abb540d4f23c6e8a49aa5b6b76c0692e393bbab7c8d252de4b0f6f4f423b74e88c43483e08 SHA512 defc9d1ff5351c1812432db1849233b1f0aa661f6420c79a6eb17d84c0622ee4dd5102d50e9ef920c91adcc48914a39cd62701b340b01806a83773bf05900b6f -EBUILD aiofiles-22.1.0.ebuild 569 BLAKE2B 49a305c2b689e66c9fc1081a7c3053dadec970d0260accca12dc9d8aafb6bcb03c1f689d0cf5b1f94c90e06aa1ff49132b8b97317caaf8ac9e30266d9f75d074 SHA512 6fae78d3d95683bb559bd2da8d6c40bb695a53675bcd94771a28d38ed185ab6f6747400671d91b5a1c57c7e6f8e1f6276742a5f7d2f161890d9f518633b3d0e0 -EBUILD aiofiles-23.1.0.ebuild 569 BLAKE2B 49a305c2b689e66c9fc1081a7c3053dadec970d0260accca12dc9d8aafb6bcb03c1f689d0cf5b1f94c90e06aa1ff49132b8b97317caaf8ac9e30266d9f75d074 SHA512 6fae78d3d95683bb559bd2da8d6c40bb695a53675bcd94771a28d38ed185ab6f6747400671d91b5a1c57c7e6f8e1f6276742a5f7d2f161890d9f518633b3d0e0 EBUILD aiofiles-23.2.1.ebuild 495 BLAKE2B 9e0e858e816653e3892f942f43b5653bc9f887a9eb0410fce268145c971ffc559491c59c2021dfe5a96d5a8b23094a729e6b13f3274284043a042f6cb5a882c9 SHA512 74db462fadd0f1b4a2fa3360b73a779d400816633fd9c9b518f29ad2f7036987dc99d8e34444815f6070a9a5d0d4e0522de6882eef2d9c4230742024a93be93c MISC metadata.xml 454 BLAKE2B 5516af85de875687b19ad35cb505a841c473ba4ee26f1fca7ce343adfe832167560588db7dbe1342bf7eb507e2b0b0506fd4fae66011420a540c38274136dec9 SHA512 59bb734b77d80bee14a543cfbbd930b93a4de010f84862e0db3f381de52c75f5dedfef5e63b46bab8e5c4607645fbd3da84eb31a0bbcde3d83abc5dff9f2799b diff --git a/dev-python/aiofiles/aiofiles-22.1.0.ebuild b/dev-python/aiofiles/aiofiles-22.1.0.ebuild deleted file mode 100644 index b8347ab03843..000000000000 --- a/dev-python/aiofiles/aiofiles-22.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="File support for asyncio" -HOMEPAGE=" - https://github.com/Tinche/aiofiles/ - https://pypi.org/project/aiofiles/ -" -SRC_URI=" - https://github.com/Tinche/aiofiles/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/aiofiles/aiofiles-23.1.0.ebuild b/dev-python/aiofiles/aiofiles-23.1.0.ebuild deleted file mode 100644 index b8347ab03843..000000000000 --- a/dev-python/aiofiles/aiofiles-23.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="File support for asyncio" -HOMEPAGE=" - https://github.com/Tinche/aiofiles/ - https://pypi.org/project/aiofiles/ -" -SRC_URI=" - https://github.com/Tinche/aiofiles/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |