dev-python/wsaccel: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 09:56:08 +0000 (10:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:39:18 +0000 (14:39 +0100)
dev-python/wsaccel/Manifest
dev-python/wsaccel/wsaccel-0.6.2.ebuild [deleted file]

index f87b5467a6a32da43ffbda83cf33385e56df89ff..4e029850745d3efb06299957f44eff7e8ce47a59 100644 (file)
@@ -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 (file)
index 6d55130..0000000
+++ /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
-}