diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-30 04:06:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-30 04:09:16 +0100 |
commit | 2bc8d05925923cecc2d4510bbbebc2b9024564e4 (patch) | |
tree | 696e014ba211b216c53039d5ebf4418ff5197435 /dev-python | |
parent | dev-python/reportlab: Remove old (diff) | |
download | gentoo-2bc8d05925923cecc2d4510bbbebc2b9024564e4.tar.gz gentoo-2bc8d05925923cecc2d4510bbbebc2b9024564e4.tar.bz2 gentoo-2bc8d05925923cecc2d4510bbbebc2b9024564e4.zip |
dev-python/wsaccel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wsaccel/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest index 3ada886fa1e7..b32d3f32d143 100644 --- a/dev-python/wsaccel/Manifest +++ b/dev-python/wsaccel/Manifest @@ -1,2 +1 @@ -DIST wsaccel-0.6.3.tar.gz 9723 BLAKE2B 75da0f27e07b52ed730d239ef807da7ba9dd342144ca2e78c32dc09b20c1ebfc006aa9969b1f811d172ca18b75533a4560a29112e56d6dfd472117a0d072fc8e SHA512 0fe97c7fa94cec1b9cf019507f55ce633a9b4bda86329937cddcfa25ba94755010813688cda77ee4fea1c50918e45cd50770bb27e7583e630c46e84d27c155da DIST wsaccel-0.6.4.gh.tar.gz 9947 BLAKE2B 1c0b7b8b82154420f64fcbf3217938ff7e829573ada6b979ff73fe450c0985e368a47cccf2d124506c28479a98f0799977677e16ee26754611362f6b61eff902 SHA512 980364fab8a661c8a2b406f9eb6c99fb5f3a1308bbcf6267fa63f002d8dfbb4a3ad027d83a2088d69324cab05bdc56138d7e66e2602aeb8864dfe49ad9218d07 diff --git a/dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild b/dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild deleted file mode 100644 index 087d7886b9dd..000000000000 --- a/dev-python/wsaccel/wsaccel-0.6.3-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Accelerator for ws4py, autobahn and tornado" -HOMEPAGE=" - https://github.com/methane/wsaccel/ - https://pypi.org/project/wsaccel/ -" -SRC_URI=" - https://github.com/methane/wsaccel/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - cd tests || die - epytest -} |