Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/test_server/
Date: Thu, 24 Feb 2022 18:02:58
Message-Id: 1645725501.e2b96aa21ce2da985c004d1666aaf33a6d19c1e4.arthurzam@gentoo
1 commit: e2b96aa21ce2da985c004d1666aaf33a6d19c1e4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 17:58:05 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 17:58:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b96aa2
7
8 dev-python/test_server: drop 0.0.31, 0.0.32, 0.0.33, 0.0.35
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/test_server/Manifest | 4 ----
13 dev-python/test_server/test_server-0.0.31.ebuild | 26 ------------------------
14 dev-python/test_server/test_server-0.0.32.ebuild | 17 ----------------
15 dev-python/test_server/test_server-0.0.33.ebuild | 17 ----------------
16 dev-python/test_server/test_server-0.0.35.ebuild | 25 -----------------------
17 5 files changed, 89 deletions(-)
18
19 diff --git a/dev-python/test_server/Manifest b/dev-python/test_server/Manifest
20 index b1fb368ab0a2..bdbdd8c6eb6e 100644
21 --- a/dev-python/test_server/Manifest
22 +++ b/dev-python/test_server/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST test_server-0.0.31.tar.gz 18578 BLAKE2B a08c23a7db43f1c99a0cd270852d9ea841e0c0e9888d1d4a95b8879b436f8c016d1d10222127fc8024fe3560340fd65dc629677106a18c7bc01a565c85a6702e SHA512 f245165f6326e63fae6e51ae247cedade41a391c505d9899c00b886df192326aac32f2a479d322de079f77b252cf199746a7ea3e06089cab105646d194d4d775
25 -DIST test_server-0.0.32.tar.gz 17548 BLAKE2B a24397fb73243e6f8dc1ec1fc84cb4e411ae5ac4217b3b3b47e6f819fc6315e3515ffb81a31d941e0ba1dc289adc37c8da3df35016067a94e026484f20d14e88 SHA512 4cc70fff2f1d932f6daba9cf610fb9dc9aca9554f19d494a34300d9b3f31a038cc9843f5e07ec9f884402f6b505e99773e66f8d7da1200cde221af5b83fc2f1c
26 -DIST test_server-0.0.33.tar.gz 16491 BLAKE2B 8c4f9ae1264b72e940b2e9d8db580ad077e37db2759af6992ee76b3146bfc6260b52dfa649423e74288d01b5090171a99ae66a2b96f986c0a998bbaef048fb53 SHA512 bf7b954a80954e0acfe9eb88dc506e141c9421ef38dcd94a95d0c054b38f088c5c855e1466b7d36d72c1737f34d8639dc456123ca848d567b2d087ff6f9bda00
27 -DIST test_server-0.0.35.gh.tar.gz 16503 BLAKE2B 01c3ec16c6b6d926ce9220f5878edc385ce087641e2419a613388dde1a5b5018c71991b146fa95b1e5e46a39cc4ca657f68cf06af23f1385ed05835dcea9d609 SHA512 bbea0e9965d3c839fb953f60480c271a8f6a8c808d922a9af68c576fb13d3a5d5b1055767f47874e897a5ee2e87f2749a93dab6e1d69acc143ff886158f95cf6
28 DIST test_server-0.0.36.gh.tar.gz 16663 BLAKE2B fa3e6a00aef11727271dee9c3e06ac878da4aac6098df6d9de56049f175af143bb858e2bd8d91cd1acfffcdf59e8d3dd1bc0fa840c1431ab162a599d103e37f7 SHA512 699abef74e5589396e45309b140da15be82de49383d5c683b729343f83a2e369a6e2bd4383ae442369dffe777100099abaf4f917cd700ec9926f2bcdfe0b84ce
29 DIST test_server-0.0.37.gh.tar.gz 16873 BLAKE2B ee2a086e9199e1b5d42b1487d3dd2ecfa5ec0e4ab081369c9e7b626a4cdcdcee4ab15a664e3eaf958bd1285c9a3908c366d5b74958d575016a9040d463b71339 SHA512 5c77b6d2b9bcb971af2a563e5a1c840abe429394d2a870f7caa5bd8a5edfb9488a30faf6485bb5a7105a83c36b6547abb1c06f98f44d66af8ff86469bf4125e3
30
31 diff --git a/dev-python/test_server/test_server-0.0.31.ebuild b/dev-python/test_server/test_server-0.0.31.ebuild
32 deleted file mode 100644
33 index 7767107a8591..000000000000
34 --- a/dev-python/test_server/test_server-0.0.31.ebuild
35 +++ /dev/null
36 @@ -1,26 +0,0 @@
37 -# Copyright 2019-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Server to test HTTP clients"
46 -HOMEPAGE="https://github.com/lorien/test_server https://pypi.org/project/test-server/"
47 -SRC_URI="https://github.com/lorien/test_server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - >=dev-python/bottle-0.12.13[${PYTHON_USEDEP}]
55 - dev-python/six[${PYTHON_USEDEP}]
56 - dev-python/webtest[${PYTHON_USEDEP}]"
57 -
58 -PATCHES=(
59 - "${FILESDIR}/${P}-fix-py3.10.patch"
60 -)
61 -
62 -distutils_enable_tests pytest
63
64 diff --git a/dev-python/test_server/test_server-0.0.32.ebuild b/dev-python/test_server/test_server-0.0.32.ebuild
65 deleted file mode 100644
66 index c7736acb266f..000000000000
67 --- a/dev-python/test_server/test_server-0.0.32.ebuild
68 +++ /dev/null
69 @@ -1,17 +0,0 @@
70 -# Copyright 2019-2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Server to test HTTP clients"
79 -HOMEPAGE="https://github.com/lorien/test_server https://pypi.org/project/test-server/"
80 -SRC_URI="https://github.com/lorien/test_server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -
86 -distutils_enable_tests pytest
87
88 diff --git a/dev-python/test_server/test_server-0.0.33.ebuild b/dev-python/test_server/test_server-0.0.33.ebuild
89 deleted file mode 100644
90 index c7736acb266f..000000000000
91 --- a/dev-python/test_server/test_server-0.0.33.ebuild
92 +++ /dev/null
93 @@ -1,17 +0,0 @@
94 -# Copyright 2019-2022 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=8
98 -
99 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Server to test HTTP clients"
103 -HOMEPAGE="https://github.com/lorien/test_server https://pypi.org/project/test-server/"
104 -SRC_URI="https://github.com/lorien/test_server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
105 -
106 -LICENSE="MIT"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -
110 -distutils_enable_tests pytest
111
112 diff --git a/dev-python/test_server/test_server-0.0.35.ebuild b/dev-python/test_server/test_server-0.0.35.ebuild
113 deleted file mode 100644
114 index 570cb9dabfb9..000000000000
115 --- a/dev-python/test_server/test_server-0.0.35.ebuild
116 +++ /dev/null
117 @@ -1,25 +0,0 @@
118 -# Copyright 2019-2022 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=8
122 -
123 -DISTUTILS_USE_PEP517=setuptools
124 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
125 -
126 -inherit distutils-r1
127 -
128 -DESCRIPTION="Server to test HTTP clients"
129 -HOMEPAGE="
130 - https://github.com/lorien/test_server/
131 - https://pypi.org/project/test-server/
132 -"
133 -SRC_URI="
134 - https://github.com/lorien/test_server/archive/v${PV}.tar.gz
135 - -> ${P}.gh.tar.gz
136 -"
137 -
138 -LICENSE="MIT"
139 -SLOT="0"
140 -KEYWORDS="~amd64 ~x86"
141 -
142 -distutils_enable_tests pytest