From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/websockify/Manifest | 1 + dev-python/websockify/metadata.xml | 16 ++++++++++++++++ dev-python/websockify/websockify-0.9.0.ebuild | 18 ++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/websockify/Manifest create mode 100644 dev-python/websockify/metadata.xml create mode 100644 dev-python/websockify/websockify-0.9.0.ebuild (limited to 'dev-python/websockify') diff --git a/dev-python/websockify/Manifest b/dev-python/websockify/Manifest new file mode 100644 index 000000000000..27a4d8adaea5 --- /dev/null +++ b/dev-python/websockify/Manifest @@ -0,0 +1 @@ +DIST websockify-0.9.0.tar.gz 58493 BLAKE2B 622a36979ec083dd3ea747b43cd8fec0916f9eb6f1a2b8f9b7acabd38f41aec839b2101c5261fdf2474bc40ebbbef61c9ba51d2e57f749f1e1a1c46879fb5d65 SHA512 d2251f653a40dc6dca0e5541845565d968c60be96a20a9b70b0305c4b7578f7fe205d4b98a94bb77d7c9383a396833af90fe92a6ade7e1a6f2d9bf8513d372c8 diff --git a/dev-python/websockify/metadata.xml b/dev-python/websockify/metadata.xml new file mode 100644 index 000000000000..b6e5cb1a2f99 --- /dev/null +++ b/dev-python/websockify/metadata.xml @@ -0,0 +1,16 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + python@gentoo.org + Python + + + kanaka/websockify + + gentoo-staging + diff --git a/dev-python/websockify/websockify-0.9.0.ebuild b/dev-python/websockify/websockify-0.9.0.ebuild new file mode 100644 index 000000000000..047d8f7e1c67 --- /dev/null +++ b/dev-python/websockify/websockify-0.9.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +DESCRIPTION="WebSockets support for any application/server" +HOMEPAGE="https://github.com/kanaka/websockify" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -- cgit v1.3.1