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: Thu, 30 Jul 2020 20:41:21
Message-Id: 1596141665.d64b91f26ff61579f7e7e5968681cfad6bb9d9f6.mgorny@gentoo
1 commit: d64b91f26ff61579f7e7e5968681cfad6bb9d9f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:39:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:41:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64b91f2
7
8 dev-python/asgiref: Remove old
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.2.7.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
17 index 355cbfabc79..81cbf56ee06 100644
18 --- a/dev-python/asgiref/Manifest
19 +++ b/dev-python/asgiref/Manifest
20 @@ -1,2 +1 @@
21 DIST asgiref-3.2.10.tar.gz 25669 BLAKE2B 2cd0328054b218ae8abf840f85c7da6d9183dd5a52cef78176756020eb1f565fded9717fced3bc7fc4b85f9f1ff34b46ea95231b74afec0cbcc5000f9468c28b SHA512 8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
22 -DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432 SHA512 a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9
23
24 diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild b/dev-python/asgiref/asgiref-3.2.7.ebuild
25 deleted file mode 100644
26 index f9e5cece639..00000000000
27 --- a/dev-python/asgiref/asgiref-3.2.7.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="ASGI utilities (successor to WSGI)"
39 -HOMEPAGE="
40 - https://asgi.readthedocs.io/en/latest/
41 - https://github.com/django/asgiref/
42 - https://pypi.org/project/asgiref/"
43 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
48 -
49 -BDEPEND="
50 - test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
51 -
52 -distutils_enable_tests pytest