diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest deleted file mode 100644 index f0006db6e..000000000 --- a/dev-python/wsproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wsproto-0.11.0.tar.gz 41179 SHA256 02f214f6bb43cda62a511e2e8f1d5fa4703ed83d376d18d042bd2bbf2e995824 SHA512 583e030dc88971b3733e5e84e5fbaa70d6043d01485cabbbf45470baa31e4f511aea55e108132fc298aeae0031542af7bdd22b7ae25b11832179025a2fde4bdd WHIRLPOOL 4e6e97f721e2fb7591597f61336cbd0bd946de0aea834758d946ad7ae658ef7d74d97ba0f33744803cf1fe3b766ee9a2924255ee615602085d4521e02b371d4a diff --git a/dev-python/wsproto/wsproto-0.11.0.ebuild b/dev-python/wsproto/wsproto-0.11.0.ebuild deleted file mode 100644 index 6c3a9148e..000000000 --- a/dev-python/wsproto/wsproto-0.11.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="WebSockets state-machine based protocol implementation" -HOMEPAGE="https://pypi.python.org/pypi/wsproto" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" - -RDEPEND=">=dev-python/h11-0.7.0[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"