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: Sat, 05 Feb 2022 08:53:35
Message-Id: 1644051202.46ed5c7b89e882d63eb6c211f0aba725997a52c7.mgorny@gentoo
1 commit: 46ed5c7b89e882d63eb6c211f0aba725997a52c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 08:28:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 08:53:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ed5c7b
7
8 dev-python/asyncstdlib: Bump to 3.10.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/asyncstdlib/Manifest | 1 +
13 dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
17 index d3dc401a51c9..54b7d6f2ce18 100644
18 --- a/dev-python/asyncstdlib/Manifest
19 +++ b/dev-python/asyncstdlib/Manifest
20 @@ -1 +1,2 @@
21 DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027 SHA512 be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
22 +DIST asyncstdlib-3.10.3.gh.tar.gz 50929 BLAKE2B 109c6bb7712c9d59a31f3993336fc35b6db0375a8705ec9996756ccb4f1f5982d193edd5907d1e1c4dee7e41fa41e59884a6dfda01b1594fa22b8354c6142515 SHA512 6c2f140495b806beb28a2cf56f71d35da1c15fad8da2727ce6e8dff40ff606c36c03370fab285d084cbf41dd675c9e40c199fa1384826b3f1aa84c2dadb7b1eb
23
24 diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
25 new file mode 100644
26 index 000000000000..91515a83ee60
27 --- /dev/null
28 +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 2021-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="The missing async toolbox"
41 +HOMEPAGE="
42 + https://github.com/maxfischer2781/asyncstdlib/
43 + https://pypi.org/project/asyncstdlib/"
44 +SRC_URI="
45 + https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
46 + -> ${P}.gh.tar.gz"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +distutils_enable_tests pytest