diff options
author | 2024-10-31 14:54:55 +0100 | |
---|---|---|
committer | 2024-10-31 15:47:34 +0100 | |
commit | 190f007f7db11614e4bd4ea5b4a971d2fa6238bc (patch) | |
tree | 50c8a262424ce7741a2da5027b0db0465ecc7ce9 /dev-python/wsaccel | |
parent | dev-python/bcrypt: Remove old (diff) | |
download | gentoo-190f007f7db11614e4bd4ea5b4a971d2fa6238bc.tar.gz gentoo-190f007f7db11614e4bd4ea5b4a971d2fa6238bc.tar.bz2 gentoo-190f007f7db11614e4bd4ea5b4a971d2fa6238bc.zip |
dev-python/wsaccel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wsaccel')
-rw-r--r-- | dev-python/wsaccel/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wsaccel/wsaccel-0.6.6.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/wsaccel/Manifest b/dev-python/wsaccel/Manifest index 56a2396b61b0..b9cd8db8b16d 100644 --- a/dev-python/wsaccel/Manifest +++ b/dev-python/wsaccel/Manifest @@ -1,2 +1 @@ -DIST wsaccel-0.6.6.gh.tar.gz 9930 BLAKE2B f8d8c9ae0966374fbd965859150cca68b3fae6f39fdcfa744f98e7fade2a76946b57bea753c2dbb4051ef635e0dd0fbfd915c7f8bf4b9b5cd2b5b372694d632f SHA512 4a107db921f6f6549fb9f2f0b5c698331274171ef509136fc2d83cb6ca8bedbde32a14aaca4e38e16af3054337774dbd6aa7d8caee7866a51ded751d7d3764be DIST wsaccel-0.6.7.gh.tar.gz 10077 BLAKE2B efaaf3ab90acd963c630a808c15857ab75ab9de27fba5de2462800ad131a64bf153100348c872d327439355ad4328c111b425ee9166f2b2fcbc6e099d6cd9fc2 SHA512 fd3d2d6dc94f9922e05b4a957a02b9f765c9a0aa649859151f7e62a8dc4b382812b31ace42a27c1ef35904bc3c8155cba738322deeba834afd0a8049efec62a7 diff --git a/dev-python/wsaccel/wsaccel-0.6.6.ebuild b/dev-python/wsaccel/wsaccel-0.6.6.ebuild deleted file mode 100644 index c165c8ccd122..000000000000 --- a/dev-python/wsaccel/wsaccel-0.6.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -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}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - cd tests || die - epytest -} |