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/asgiref/
Date: Sun, 01 May 2022 06:41:41
Message-Id: 1651387293.863a4fe4b315270b6fffcd66d9775a6903bf89d9.mgorny@gentoo
1 commit: 863a4fe4b315270b6fffcd66d9775a6903bf89d9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 06:24:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 06:41:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863a4fe4
7
8 dev-python/asgiref: Bump to 3.5.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/asgiref/Manifest | 1 +
13 dev-python/asgiref/asgiref-3.5.1.ebuild | 29 +++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
17 index 652e78734289..323c85af5cf0 100644
18 --- a/dev-python/asgiref/Manifest
19 +++ b/dev-python/asgiref/Manifest
20 @@ -1 +1,2 @@
21 DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c SHA512 3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
22 +DIST asgiref-3.5.1.tar.gz 32027 BLAKE2B d3674a71bb75271a09f30aca8c99ae199ccaf119d7ee452b97f02ed4dd07c810ef1836ea8b5a66b8a4c2505a989cbea0bdef215c8a34813506f0f72bc12c21f6 SHA512 feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb
23
24 diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild b/dev-python/asgiref/asgiref-3.5.1.ebuild
25 new file mode 100644
26 index 000000000000..89a3e2054de8
27 --- /dev/null
28 +++ b/dev-python/asgiref/asgiref-3.5.1.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 2020-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="ASGI utilities (successor to WSGI)"
41 +HOMEPAGE="
42 + https://asgi.readthedocs.io/en/latest/
43 + https://github.com/django/asgiref/
44 + https://pypi.org/project/asgiref/
45 +"
46 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
51 +
52 +BDEPEND="
53 + test? (
54 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
55 + )
56 +"
57 +
58 +distutils_enable_tests pytest