dev-python/python-engineio: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 08:59:41 +0000 (09:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:38:41 +0000 (14:38 +0100)
dev-python/python-engineio/Manifest
dev-python/python-engineio/python-engineio-1.4.0.ebuild [deleted file]

index 73c40c55ea9dcc2408a8558135bd41d3adc455c3..a01156b899da02a35888828a119d52d6b6ee071a 100644 (file)
@@ -1,2 +1 @@
-DIST python-engineio-1.4.0.tar.gz 20829 BLAKE2B a5384bbb9b1a50be6611fe9ec93c98f7e86d3aeeca2267bce7b118957eaf925f142278379f1e5f947e9d44e2c5cf827cf59db7407fb11058a78b74dd2afbd1dd SHA512 ab32361d91b0c982a41f7fde7769912e13d8ea9acd9e99cbc36c84cedca2241a175b3b49582589b821457f13270b2beb0c90a9592b7b9dbf625d82fcc36504f5
 DIST python-engineio-1.7.0.tar.gz 22804 BLAKE2B bc807943cc24eddbc9cb25ceb55223ecf610ed37b281e5b0a59935705dc2d2c34ad5795e0bd96f1256cf91365756e43ed9c94b1082334d6f6c34f6b6e9472710 SHA512 1d184ccb9d1328d9f4e2fa22006f1d21bd17200bc893ee2588b4342da24775f98648e0e993893eb56a9159f95a114f128dfdacef9fa8ea296c7ace6c7741aea0
diff --git a/dev-python/python-engineio/python-engineio-1.4.0.ebuild b/dev-python/python-engineio/python-engineio-1.4.0.ebuild
deleted file mode 100644 (file)
index 6f3b26b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-python_test() {
-       esetup.py test || die "Tests failed under ${EPYTHON}"
-}