commit: 30c9a329901000e27a47339c34f480dc28e8979c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 31 20:40:38 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 31 20:40:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c9a329
dev-python/websockify: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/websockify/websockify-0.9.0.ebuild | 18 ------------------ 1 file changed, 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 efa44f31515..00000000000 --- 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}]"
