summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-31 22:40:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-31 22:40:38 +0200
commit30c9a329901000e27a47339c34f480dc28e8979c (patch)
tree79b4e23024526695f8c294c830d5f3d7fc5b89f4 /dev-python/websockify
parentdev-python/taskflow: Remove old (diff)
downloadgentoo-30c9a329901000e27a47339c34f480dc28e8979c.tar.gz
gentoo-30c9a329901000e27a47339c34f480dc28e8979c.tar.bz2
gentoo-30c9a329901000e27a47339c34f480dc28e8979c.zip
dev-python/websockify: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/websockify')
-rw-r--r--dev-python/websockify/websockify-0.9.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/websockify/websockify-0.9.0.ebuild b/dev-python/websockify/websockify-0.9.0.ebuild
deleted file mode 100644
index efa44f315159..000000000000
--- a/dev-python/websockify/websockify-0.9.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-SRC_URI="https://github.com/novnc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="WebSockets support for any application/server"
-HOMEPAGE="https://github.com/novnc/websockify"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"