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/wsproto/
Date: Sun, 17 Oct 2021 09:44:41
Message-Id: 1634463741.e0d0b37fcde8f81b85d73f271ee00313b254be93.mgorny@gentoo
1 commit: e0d0b37fcde8f81b85d73f271ee00313b254be93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:42:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:42:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d0b37f
7
8 dev-python/wsproto: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wsproto/Manifest | 1 -
13 dev-python/wsproto/wsproto-0.15.0.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest
17 index d8eaf468f9a..f31f595c111 100644
18 --- a/dev-python/wsproto/Manifest
19 +++ b/dev-python/wsproto/Manifest
20 @@ -1,2 +1 @@
21 -DIST wsproto-0.15.0.tar.gz 51765 BLAKE2B 6eae2d2ceeb2d1e870c1ca70db22708fc2e5d10aac6b1d1a44ab00f4b31e18f21fd324c7e8c95e28769f4642601b775dc687eb28b419c5698ed68e617d054599 SHA512 c9666ec65374181da762f460f0c394a5bb599f8a0666989fb2d53e5e8822f5ebdd28eae3098e115d5bbacf6d6e1dd33a9cfeb808d569e1a01025eefaff18c531
22 DIST wsproto-1.0.0.tar.gz 53423 BLAKE2B b4cc8c1ef0ccf324821b893b57fc86ab744c639dd07604618485004ef56ca105b5515e1f34a08ccc93de941b1a93eb76ef0d1946f11e05f80d40b98bfe7e4c56 SHA512 36f8c4eebf84bfe869f7124330898d22416b423f47396f2e3f72069e14f1763514e1df700c3e8ee81467cf973197e10143e088978d0688930fa98518af8773fb
23
24 diff --git a/dev-python/wsproto/wsproto-0.15.0.ebuild b/dev-python/wsproto/wsproto-0.15.0.ebuild
25 deleted file mode 100644
26 index e7dbbeb8b3a..00000000000
27 --- a/dev-python/wsproto/wsproto-0.15.0.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="WebSockets state-machine based protocol implementation"
40 -HOMEPAGE="https://github.com/python-hyper/wsproto https://pypi.python.org/pypi/wsproto"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -RDEPEND=">=dev-python/h11-0.8[${PYTHON_USEDEP}]"
48 -
49 -distutils_enable_tests pytest