summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 09:59:41 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:38:41 +0100
commit9ef553f2eb3832035c7408e00b2186bb732b5a20 (patch)
tree175d3bb78c55796b79a547f95577585fc8133d32 /dev-python
parent0527b2732f10b397fb266e2485285c5dd999121d (diff)
downloadgentoo-9ef553f2eb3832035c7408e00b2186bb732b5a20.tar.gz
gentoo-9ef553f2eb3832035c7408e00b2186bb732b5a20.tar.bz2
gentoo-9ef553f2eb3832035c7408e00b2186bb732b5a20.zip
dev-python/python-engineio: Clean old up
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-engineio/Manifest1
-rw-r--r--dev-python/python-engineio/python-engineio-1.4.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-engineio/Manifest b/dev-python/python-engineio/Manifest
index 73c40c55ea9d..a01156b899da 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -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
index 6f3b26b71d31..000000000000
--- a/dev-python/python-engineio/python-engineio-1.4.0.ebuild
+++ /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}"
-}