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: Mon, 02 May 2022 08:56:42
Message-Id: 1651481793.b0c542892a8016d7d2d9665969b8fc2e52b84c32.mgorny@gentoo
1 commit: b0c542892a8016d7d2d9665969b8fc2e52b84c32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 08:51:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 08:56:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c54289
7
8 dev-python/wsproto: Remove old
9
10 Closes: https://bugs.gentoo.org/839054
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/wsproto/Manifest | 1 -
14 dev-python/wsproto/wsproto-1.0.0-r1.ebuild | 26 --------------------------
15 dev-python/wsproto/wsproto-1.0.0.ebuild | 22 ----------------------
16 3 files changed, 49 deletions(-)
17
18 diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest
19 index dacaf902aea9..9293d64b38cf 100644
20 --- a/dev-python/wsproto/Manifest
21 +++ b/dev-python/wsproto/Manifest
22 @@ -1,2 +1 @@
23 -DIST wsproto-1.0.0.tar.gz 53423 BLAKE2B b4cc8c1ef0ccf324821b893b57fc86ab744c639dd07604618485004ef56ca105b5515e1f34a08ccc93de941b1a93eb76ef0d1946f11e05f80d40b98bfe7e4c56 SHA512 36f8c4eebf84bfe869f7124330898d22416b423f47396f2e3f72069e14f1763514e1df700c3e8ee81467cf973197e10143e088978d0688930fa98518af8773fb
24 DIST wsproto-1.1.0.tar.gz 52928 BLAKE2B 837f5d8411a55b026d8c5df8b03b44c92f71fe2856884e5199e639a5c060fabbe8eec39cb6861e8f88ae7fc366cbeef4f9d62dade2c95857d27339fa73e90638 SHA512 0cd726bc62ca4d11e96f470f51511008bd43dbb9e99a17633d2a40da7bdaf19716e0a1c995350f5c8f418f906848dd6f2b9b0a853c1b6858ddafa1cc02fab710
25
26 diff --git a/dev-python/wsproto/wsproto-1.0.0-r1.ebuild b/dev-python/wsproto/wsproto-1.0.0-r1.ebuild
27 deleted file mode 100644
28 index 075084f48f9d..000000000000
29 --- a/dev-python/wsproto/wsproto-1.0.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="WebSockets state-machine based protocol implementation"
43 -HOMEPAGE="
44 - https://github.com/python-hyper/wsproto/
45 - https://pypi.org/project/wsproto/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
52 -
53 -RDEPEND="
54 - >=dev-python/h11-0.9[${PYTHON_USEDEP}]
55 -"
56 -
57 -distutils_enable_tests pytest
58
59 diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild b/dev-python/wsproto/wsproto-1.0.0.ebuild
60 deleted file mode 100644
61 index 5401a6c1d8de..000000000000
62 --- a/dev-python/wsproto/wsproto-1.0.0.ebuild
63 +++ /dev/null
64 @@ -1,22 +0,0 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -PYTHON_COMPAT=( python3_{7..10} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="WebSockets state-machine based protocol implementation"
75 -HOMEPAGE="
76 - https://github.com/python-hyper/wsproto/
77 - https://pypi.org/project/wsproto/"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
83 -
84 -RDEPEND=">=dev-python/h11-0.9[${PYTHON_USEDEP}]"
85 -
86 -distutils_enable_tests pytest