dev-python: drop wsgiref (py2 and unused deps)

This commit is contained in:
Yury Martynov 2020-02-11 21:56:36 +03:00
parent 44556a0bbe
commit b630f1f88e
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 1 additions and 22 deletions

View file

@ -1 +0,0 @@
DIST wsgiref-0.1.2.zip 37351 BLAKE2B 5e4a78b8aa62b5cb7cfe805613c8e37f84f93d54a7500475068255b1670327459b3a6535e9236d7d60b36a83792644120dfec6e1a1cdfcca448099a23d59d2ed SHA512 d6a8723cf6b94e712630cec8667d15d77551ea3005bed6e57079ea3c0fa898328c7f9aafc6bdb3c5f0545f82ec147bea90a5fa65f0889dee199ed7b24d9ff2ff

View file

@ -1,20 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="WSGI (PEP 333) Reference Library"
HOMEPAGE="https://pypi.org/project/wsgiref/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -338,7 +338,7 @@ dev-python/splinter
=dev-python/sortedcontainers-2*
# required by net-analyzer/tplmap
~dev-python/wsgiref-0.1.2
~dev-python/pyyaml-5.1.2
dev-python/interfax
~dev-python/inflection-0.3.1