Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiofiles/
Date: Mon, 05 Sep 2022 07:18:05
Message-Id: 1662362277.11bf3450cc4d457da056bb25c3e6f57317189fa7.mgorny@gentoo
1 commit: 11bf3450cc4d457da056bb25c3e6f57317189fa7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 06:59:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 07:17:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bf3450
7
8 dev-python/aiofiles: Bump to 22.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiofiles/Manifest | 1 +
13 dev-python/aiofiles/aiofiles-22.1.0.ebuild | 31 ++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest
17 index e977198d0f0d..3fe27aed75e1 100644
18 --- a/dev-python/aiofiles/Manifest
19 +++ b/dev-python/aiofiles/Manifest
20 @@ -1 +1,2 @@
21 DIST aiofiles-0.8.0.tar.gz 24139 BLAKE2B 0f113b75832219e63c0894e70ec613138db7e243ad032bc6d7bf715aab505b5246ab7a0add64b46a9b981801cf05885f7affa965cb625941dc57b805280f0ff1 SHA512 4f590baa0369d465a6139c0d4f50beeec60f8f213b607e0e41598f45f507a12edc67b29c77718b03eee7532f10ead8599f55aac3fcb78d0429435c25a58f6d2e
22 +DIST aiofiles-22.1.0.gh.tar.gz 21630 BLAKE2B 8f068046fc143388debc93b657f8b4715cd48eac7e7b8a031ccdc6d2f5764ddcafb2ad1fab713ca55366cad951b570e1c2a120932bf5545482e1a3f086a76bf9 SHA512 6706fb7b6fd32df415ece64f35b8ccc2f263301c43292612b2b6173fb66c77bc88fd08ed0b0bb30fa3dd49571be8fc733a3d4f3611228fdbb368743588336357
23
24 diff --git a/dev-python/aiofiles/aiofiles-22.1.0.ebuild b/dev-python/aiofiles/aiofiles-22.1.0.ebuild
25 new file mode 100644
26 index 000000000000..6b02b37e3b7e
27 --- /dev/null
28 +++ b/dev-python/aiofiles/aiofiles-22.1.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=poetry
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="File support for asyncio"
41 +HOMEPAGE="
42 + https://github.com/Tinche/aiofiles/
43 + https://pypi.org/project/aiofiles/
44 +"
45 +SRC_URI="
46 + https://github.com/Tinche/aiofiles/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +
54 +BDEPEND="
55 + test? (
56 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
57 + )
58 +"
59 +
60 +distutils_enable_tests pytest