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, 16 Oct 2021 19:34:51
Message-Id: 1634412703.19f009330e504bea2d103e9606be22b7a74a5717.mgorny@gentoo
1 commit: 19f009330e504bea2d103e9606be22b7a74a5717
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 19:31:43 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 19:31:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f00933
7
8 dev-python/asyncstdlib: Bump to 3.10.2
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.2.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
17 index 55b1d215e3f..32da1ce498b 100644
18 --- a/dev-python/asyncstdlib/Manifest
19 +++ b/dev-python/asyncstdlib/Manifest
20 @@ -1 +1,2 @@
21 DIST asyncstdlib-3.10.1.gh.tar.gz 45230 BLAKE2B daefacbb5712d200dc61d99cbf0deaa50925cfe2e8203f01a8083531d762b838d9603110a07ac1e1a00f17f1bb8ee7dc1a759d35949570fe134d21c4e48993ae SHA512 05e0e64f8262cf3ba6f8e784490597397e0d6a74f2052da80bb531df557dd3143c032589c429a407049ed04b093757c7a09674c66110befd6ab66b0edf883909
22 +DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027 SHA512 be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
23
24 diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
25 new file mode 100644
26 index 00000000000..10f7da0d6a0
27 --- /dev/null
28 +++ b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="The missing async toolbox"
40 +HOMEPAGE="
41 + https://github.com/maxfischer2781/asyncstdlib/
42 + https://pypi.org/project/asyncstdlib/"
43 +SRC_URI="
44 + https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
45 + -> ${P}.gh.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +distutils_enable_tests pytest