Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockify/
Date: Mon, 31 May 2021 20:42:54
Message-Id: 1622493638.30c9a329901000e27a47339c34f480dc28e8979c.mgorny@gentoo
1 commit: 30c9a329901000e27a47339c34f480dc28e8979c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:40:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:40:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c9a329
7
8 dev-python/websockify: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/websockify/websockify-0.9.0.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/dev-python/websockify/websockify-0.9.0.ebuild b/dev-python/websockify/websockify-0.9.0.ebuild
16 deleted file mode 100644
17 index efa44f31515..00000000000
18 --- a/dev-python/websockify/websockify-0.9.0.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_7 )
26 -
27 -inherit distutils-r1
28 -
29 -SRC_URI="https://github.com/novnc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 -DESCRIPTION="WebSockets support for any application/server"
31 -HOMEPAGE="https://github.com/novnc/websockify"
32 -
33 -LICENSE="LGPL-3"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm64 x86"
36 -
37 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
38 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"