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: www-servers/tornado/
Date: Fri, 07 Aug 2020 04:53:44
Message-Id: 1596776010.743acf100d533b5f0246b62135b898e7fc12effd.mgorny@gentoo
1 commit: 743acf100d533b5f0246b62135b898e7fc12effd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 04:32:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 04:53:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743acf10
7
8 www-servers/tornado: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/tornado/Manifest | 2 -
13 www-servers/tornado/tornado-5.1-r1.ebuild | 55 ---------------------------
14 www-servers/tornado/tornado-6.0.3.ebuild | 62 -------------------------------
15 3 files changed, 119 deletions(-)
16
17 diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
18 index 61034a8fe14..7ac937f14bf 100644
19 --- a/www-servers/tornado/Manifest
20 +++ b/www-servers/tornado/Manifest
21 @@ -1,4 +1,2 @@
22 DIST tornado-4.5.3.tar.gz 484221 BLAKE2B 7b3682fa85a7f6ad32351d40993516a3e397b7b0a5de9d807bcd8b2b21325a6170f3670cb13e12aa208b6590313cf165ddf40537dba1fee61fa9d71954265a66 SHA512 c17dd7a3b541c26950d27c8a399ae4fdff1d99d16ff0c5de9871fe2de4c0f797c96712b23b5ed5efdaee06bb251f7def114c83fe6f7f37f344cdac9996d14448
23 -DIST tornado-5.1.tar.gz 516359 BLAKE2B 1ff6e6ced124b7b0df0e476eac555de20e4ac86f01369ee484e33bf5d749c269a81dd11a0b4c8b3169db6fd9f7a1b4e3c3551d46474c53a1fed8e342660c57f9 SHA512 8f45e5bbee5453a4225f05840a9fa80dd574c5a9cac9ec4d787f11c3f86f347c66d39c984a8bbe96dbb41f599e25102f1a3dad1c55b479bebee7d856aaca764a
24 -DIST tornado-6.0.3.tar.gz 482444 BLAKE2B 1dda4baae52034d779879fef507d5764894f4aa054e60b00a2f8a989df4b31b495cbed6397d602e7c19844ea1538988558d5741da91646b64b6dbb8e78d618ed SHA512 2db182da7327fdd32fe76a50726a1285332139972766368c3b3dac5b4d54b4bd452a76062c09d1d158a97ace78b7915d93a29a7a8138499a2e56aee9df461abc
25 DIST tornado-6.0.4.tar.gz 496204 BLAKE2B 6c092214d03baf5cf7615b780043e2fa40a4ed623b7ca59a2528cc3625ba904b21ef93c528278adedaf83e3b6e5a6311d867833dfe9826637e97918dee6fa334 SHA512 d29d69cf40f8b34fb2c55d81b6ecd9bc7c6fdf644eb4ff35452829510c0d5ec185da0a6067fec3e8afb2bedf9f5f08b06adb0ad53dcab04cb791a75abc304d6e
26
27 diff --git a/www-servers/tornado/tornado-5.1-r1.ebuild b/www-servers/tornado/tornado-5.1-r1.ebuild
28 deleted file mode 100644
29 index 8ad9e01ae78..00000000000
30 --- a/www-servers/tornado/tornado-5.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7,8} )
39 -PYTHON_REQ_USE="threads(+)"
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python web framework and asynchronous networking library"
44 -HOMEPAGE="http://www.tornadoweb.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
50 -IUSE="examples test"
51 -RESTRICT="!test? ( test )"
52 -
53 -CDEPEND="
54 - >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
55 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - test? (
60 - ${CDEPEND}
61 - dev-python/mock[${PYTHON_USEDEP}]
62 - )
63 -"
64 -RDEPEND="${CDEPEND}"
65 -
66 -distutils_enable_sphinx docs \
67 - dev-python/sphinx_rtd_theme
68 -
69 -# doc without intersphinx does not build (asyncio error)
70 -#PATCHES=(
71 -# "${FILESDIR}"/4.5.1-drop-intersphinx.patch
72 -#)
73 -
74 -python_test() {
75 - local -x ASYNC_TEST_TIMEOUT=60
76 - "${PYTHON}" -m tornado.test.runtests --verbose ||
77 - die "tests failed under ${EPYTHON}"
78 -}
79 -
80 -python_install_all() {
81 - if use examples; then
82 - insinto /usr/share/doc/${PF}/examples
83 - doins -r demos/.
84 - docompress -x /usr/share/doc/${PF}/examples
85 - fi
86 - distutils-r1_python_install_all
87 -}
88
89 diff --git a/www-servers/tornado/tornado-6.0.3.ebuild b/www-servers/tornado/tornado-6.0.3.ebuild
90 deleted file mode 100644
91 index a26972210ab..00000000000
92 --- a/www-servers/tornado/tornado-6.0.3.ebuild
93 +++ /dev/null
94 @@ -1,62 +0,0 @@
95 -# Copyright 1999-2020 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -
100 -PYTHON_COMPAT=( python3_{6..9} )
101 -PYTHON_REQ_USE="threads(+)"
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="Python web framework and asynchronous networking library"
106 -HOMEPAGE="https://www.tornadoweb.org/"
107 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108 -
109 -LICENSE="Apache-2.0"
110 -SLOT="0"
111 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
112 -IUSE="examples test"
113 -RESTRICT="!test? ( test )"
114 -
115 -CDEPEND="
116 - >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
117 - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
118 -"
119 -DEPEND="
120 - dev-python/setuptools[${PYTHON_USEDEP}]
121 - test? (
122 - ${CDEPEND}
123 - dev-python/mock[${PYTHON_USEDEP}]
124 - )
125 -"
126 -RDEPEND="${CDEPEND}"
127 -
128 -distutils_enable_sphinx docs \
129 - dev-python/sphinx_rtd_theme
130 -
131 -# doc without intersphinx does not build (asyncio error)
132 -#PATCHES=(
133 -# "${FILESDIR}"/4.5.1-drop-intersphinx.patch
134 -#)
135 -
136 -src_prepare() {
137 - # it used to pass, so apparently something changed somewhere
138 - sed -i -e 's:test_method_after_redirect:_&:' \
139 - tornado/test/httpclient_test.py || die
140 - distutils-r1_src_prepare
141 -}
142 -
143 -python_test() {
144 - local -x ASYNC_TEST_TIMEOUT=60
145 - "${PYTHON}" -m tornado.test.runtests --verbose ||
146 - die "tests failed under ${EPYTHON}"
147 -}
148 -
149 -python_install_all() {
150 - if use examples; then
151 - insinto /usr/share/doc/${PF}/examples
152 - doins -r demos/.
153 - docompress -x /usr/share/doc/${PF}/examples
154 - fi
155 - distutils-r1_python_install_all
156 -}