summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 10:56:08 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:39:18 +0100
commit1241c82fe76aee7ba8ad35a0ee0f01cc3d8297a5 (patch)
tree260e1ac0d053407338dc0af120aa67926228b1da /dev-python/wsaccel
parentdev-python/wrapt: Clean old up (diff)
downloadgentoo-1241c82fe76aee7ba8ad35a0ee0f01cc3d8297a5.tar.gz
gentoo-1241c82fe76aee7ba8ad35a0ee0f01cc3d8297a5.tar.bz2
gentoo-1241c82fe76aee7ba8ad35a0ee0f01cc3d8297a5.zip
dev-python/wsaccel: Clean old up
Diffstat (limited to 'dev-python/wsaccel')
-rw-r--r--dev-python/wsaccel/Manifest1
-rw-r--r--dev-python/wsaccel/wsaccel-0.6.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest
index f87b5467a6a3..4e029850745d 100644
--- a/dev-python/wsaccel/Manifest
+++ b/dev-python/wsaccel/Manifest
@@ -1,2 +1 @@
-DIST wsaccel-0.6.2.tar.gz 35773 BLAKE2B 18d023142dc8d36b93f5c166dcb85b1f3f847e278af1fd5a20e7e1be413e7f6323a493c218ecd33a4a424f273dea324515805c7a629fa72a3bfb88efed104f22 SHA512 fbc59803cbb6b113a3e412390eb02f41a68513b9fda6e4408d5e2e3c976a3f62eacc6bf87adf9295a63238390cce00f4abe13daf397a28ce8f3ed3e3bff622ee
DIST wsaccel-0.6.2_p20170108.zip 21344 BLAKE2B ecb8ef7888fb2ca8e6566d2b3fcbd3911a0df5a8c9f4be86a3cffb95afc31603c2477bd983f9d24ee7cf48c33cbcfb10068c38640ee2a888f46402756313cf29 SHA512 d0cf13360bd6cc0b51b8bee1d36a8ee544816c318e828bf6129ff85827636642cfebae4ef0e99d841cdf64f6c67006a649994804aa42d3d76e977a861aafb3b9
diff --git a/dev-python/wsaccel/wsaccel-0.6.2.ebuild b/dev-python/wsaccel/wsaccel-0.6.2.ebuild
deleted file mode 100644
index 6d551302f4e0..000000000000
--- a/dev-python/wsaccel/wsaccel-0.6.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Accelerator for ws4py, AutobahnPython and tornado"
-HOMEPAGE="https://pypi.python.org/pypi/wsaccel https://github.com/methane/wsaccel"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-#RDEPEND=""
-#DEPEND="
-# test? ( dev-python/nose )"
-
-_python_test() {
- cd tests || die
- nosetests || die
-}