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/asyncstdlib/
Date: Wed, 18 May 2022 10:56:39
Message-Id: 1652871376.a7546aa65132ae76683bac2a241c8c53799963a3.mgorny@gentoo
1 commit: a7546aa65132ae76683bac2a241c8c53799963a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 10:38:23 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 10:56:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7546aa6
7
8 dev-python/asyncstdlib: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
16 index a657c77a65f0..c1603924e233 100644
17 --- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
18 +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
19 @@ -11,10 +11,12 @@ inherit distutils-r1
20 DESCRIPTION="The missing async toolbox"
21 HOMEPAGE="
22 https://github.com/maxfischer2781/asyncstdlib/
23 - https://pypi.org/project/asyncstdlib/"
24 + https://pypi.org/project/asyncstdlib/
25 +"
26 SRC_URI="
27 https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
28 - -> ${P}.gh.tar.gz"
29 + -> ${P}.gh.tar.gz
30 +"
31
32 LICENSE="MIT"
33 SLOT="0"