Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockify/
Date: Thu, 23 Apr 2020 19:36:44
Message-Id: 1587670593.bc7725980d521b99cfc77f2d40bdb779ed27c1db.prometheanfire@gentoo
1 commit: bc7725980d521b99cfc77f2d40bdb779ed27c1db
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 19:28:13 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 19:36:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc772598
7
8 dev-python/websockify: 0.8.0 cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/websockify/Manifest | 1 -
14 dev-python/websockify/websockify-0.8.0.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/dev-python/websockify/Manifest b/dev-python/websockify/Manifest
18 index 3ab9b605641..27a4d8adaea 100644
19 --- a/dev-python/websockify/Manifest
20 +++ b/dev-python/websockify/Manifest
21 @@ -1,2 +1 @@
22 -DIST websockify-0.8.0.zip 319105 BLAKE2B 5c9a0e5f32239b35b5f41d5dd2b46b215cad6800e5752e8d9fa0c20fe77df2ae756cc74a527b50f545497abdc621ee402e02a9d2a788630a2cbfdeecb7b494df SHA512 625cecbf37149c82edd2ebb9cd1f1a20a35415f7c7696ebe88b2e86563a170573959f9ede2c7a1db82ace9edddfb9d2da6e2e20d29fd916ae238235880d9a943
23 DIST websockify-0.9.0.tar.gz 58493 BLAKE2B 622a36979ec083dd3ea747b43cd8fec0916f9eb6f1a2b8f9b7acabd38f41aec839b2101c5261fdf2474bc40ebbbef61c9ba51d2e57f749f1e1a1c46879fb5d65 SHA512 d2251f653a40dc6dca0e5541845565d968c60be96a20a9b70b0305c4b7578f7fe205d4b98a94bb77d7c9383a396833af90fe92a6ade7e1a6f2d9bf8513d372c8
24
25 diff --git a/dev-python/websockify/websockify-0.8.0.ebuild b/dev-python/websockify/websockify-0.8.0.ebuild
26 deleted file mode 100644
27 index 8a046bcae7b..00000000000
28 --- a/dev-python/websockify/websockify-0.8.0.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -
37 -inherit distutils-r1
38 -
39 -SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip -> ${P}.zip"
40 -DESCRIPTION="WebSockets support for any application/server"
41 -HOMEPAGE="https://github.com/kanaka/websockify"
42 -
43 -LICENSE="LGPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"