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/websockets/
Date: Sun, 30 May 2021 10:08:36
Message-Id: 1622369309.23402fd4f2821904847244bda4a4ce14a3e7b955.mgorny@gentoo
1 commit: 23402fd4f2821904847244bda4a4ce14a3e7b955
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 09:40:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 10:08:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23402fd4
7
8 dev-python/websockets: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/websockets/Manifest | 4 ----
13 dev-python/websockets/websockets-8.1.ebuild | 17 -----------------
14 dev-python/websockets/websockets-9.0.1.ebuild | 18 ------------------
15 dev-python/websockets/websockets-9.0.2.ebuild | 18 ------------------
16 dev-python/websockets/websockets-9.0.ebuild | 18 ------------------
17 5 files changed, 75 deletions(-)
18
19 diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
20 index 0b45a423cab..91482ee75fc 100644
21 --- a/dev-python/websockets/Manifest
22 +++ b/dev-python/websockets/Manifest
23 @@ -1,5 +1 @@
24 -DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
25 -DIST websockets-9.0-src.tar.gz 192076 BLAKE2B f5d2fe0e947b4833a11c013ce64640369794e1c5e4db5dcee7a630d8edd46ba72afd4bc42cd8adb392c09e2758d907a0029e09d61465215b3fbaa2430582cf2f SHA512 446d9734e2767a19a5c84de2676cf3730dc717d94e14443ded01727d47b02fca67546bcebe37d177088baaee61c8a7a90f7e15df1ee5bd0ed0a96bb4e46ad1d8
26 -DIST websockets-9.0.1-src.tar.gz 191411 BLAKE2B 9e45836334f55c18391fc853c81fe7d2b3929fc3fe19d216498a8f39891c82efaa83608ed6732375e1d6fa2a9c84aad77c99aa3e6f57a9a328ff9168a1e58c77 SHA512 554dc5f272f4f849982a2e2a3d391bc6dfc36dc247aa0e2854913d18772749762db424da38f135f8cf4a2a5f67a379f774faba76eb3113bafe509ac62753bed1
27 -DIST websockets-9.0.2-src.tar.gz 191752 BLAKE2B fde055626e067c482e81a80e0bfe32be81451b99c77c66a4d99b9375a93e46ee627668323599cd7444c834a13cefefadcc9acfa3f8ed00fc8a2a69d743a7fe69 SHA512 ddbd98c70734ff387b96396e5233286154a1f5f92db945f723012e7199f71db31e514d407f065c9d027358dfac0bd1ad59396bc7560b15749e9828af827a23cc
28 DIST websockets-9.1-src.tar.gz 191813 BLAKE2B cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd SHA512 ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac
29
30 diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
31 deleted file mode 100644
32 index d78c4008f60..00000000000
33 --- a/dev-python/websockets/websockets-8.1.ebuild
34 +++ /dev/null
35 @@ -1,17 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{7,8,9} )
42 -
43 -inherit distutils-r1
44 -distutils_enable_tests unittest
45 -
46 -DESCRIPTION="Library for building WebSocket servers and clients in Python"
47 -HOMEPAGE="https://websockets.readthedocs.io/"
48 -SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
49 -LICENSE="BSD"
50 -
51 -SLOT="0"
52 -KEYWORDS="amd64 arm ~arm64 ~ppc x86"
53
54 diff --git a/dev-python/websockets/websockets-9.0.1.ebuild b/dev-python/websockets/websockets-9.0.1.ebuild
55 deleted file mode 100644
56 index 0992a9e2d61..00000000000
57 --- a/dev-python/websockets/websockets-9.0.1.ebuild
58 +++ /dev/null
59 @@ -1,18 +0,0 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=7
64 -
65 -PYTHON_COMPAT=( python3_{7..9} )
66 -
67 -inherit distutils-r1
68 -
69 -DESCRIPTION="Library for building WebSocket servers and clients in Python"
70 -HOMEPAGE="https://websockets.readthedocs.io/"
71 -SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
72 -LICENSE="BSD"
73 -
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
76 -
77 -distutils_enable_tests unittest
78
79 diff --git a/dev-python/websockets/websockets-9.0.2.ebuild b/dev-python/websockets/websockets-9.0.2.ebuild
80 deleted file mode 100644
81 index ab6d5c255ee..00000000000
82 --- a/dev-python/websockets/websockets-9.0.2.ebuild
83 +++ /dev/null
84 @@ -1,18 +0,0 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -PYTHON_COMPAT=( python3_{7..9} )
91 -
92 -inherit distutils-r1
93 -
94 -DESCRIPTION="Library for building WebSocket servers and clients in Python"
95 -HOMEPAGE="https://websockets.readthedocs.io/"
96 -SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
97 -LICENSE="BSD"
98 -
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
101 -
102 -distutils_enable_tests unittest
103
104 diff --git a/dev-python/websockets/websockets-9.0.ebuild b/dev-python/websockets/websockets-9.0.ebuild
105 deleted file mode 100644
106 index 0992a9e2d61..00000000000
107 --- a/dev-python/websockets/websockets-9.0.ebuild
108 +++ /dev/null
109 @@ -1,18 +0,0 @@
110 -# Copyright 1999-2021 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=7
114 -
115 -PYTHON_COMPAT=( python3_{7..9} )
116 -
117 -inherit distutils-r1
118 -
119 -DESCRIPTION="Library for building WebSocket servers and clients in Python"
120 -HOMEPAGE="https://websockets.readthedocs.io/"
121 -SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz"
122 -LICENSE="BSD"
123 -
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
126 -
127 -distutils_enable_tests unittest