diff options
author | 2020-12-21 21:23:18 +0100 | |
---|---|---|
committer | 2020-12-21 21:26:17 +0100 | |
commit | 1fdbd3a38ee9e4fdde431b33aefbcf0a24982108 (patch) | |
tree | 3d1f5538cd5332eac48e3f8b560e25ca9de47059 /dev-python/asgiref/asgiref-3.3.0.ebuild | |
parent | dev-util/lldb: Fix test compiler choice (diff) | |
download | gentoo-1fdbd3a38ee9e4fdde431b33aefbcf0a24982108.tar.gz gentoo-1fdbd3a38ee9e4fdde431b33aefbcf0a24982108.tar.bz2 gentoo-1fdbd3a38ee9e4fdde431b33aefbcf0a24982108.zip |
dev-python/asgiref: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asgiref/asgiref-3.3.0.ebuild')
-rw-r--r-- | dev-python/asgiref/asgiref-3.3.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/asgiref/asgiref-3.3.0.ebuild b/dev-python/asgiref/asgiref-3.3.0.ebuild deleted file mode 100644 index 1990cf757f75..000000000000 --- a/dev-python/asgiref/asgiref-3.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 - -DESCRIPTION="ASGI utilities (successor to WSGI)" -HOMEPAGE=" - https://asgi.readthedocs.io/en/latest/ - https://github.com/django/asgiref/ - https://pypi.org/project/asgiref/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" - -BDEPEND=" - test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest |