commit: 1241c82fe76aee7ba8ad35a0ee0f01cc3d8297a5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 6 09:56:08 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 6 13:39:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1241c82f
dev-python/wsaccel: Clean old up dev-python/wsaccel/Manifest | 1 - dev-python/wsaccel/wsaccel-0.6.2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest index f87b5467a6a..4e029850745 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 6d551302f4e..00000000000 --- 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 -}
