From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DAB61382C5 for ; Fri, 1 Jan 2021 00:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66629E091F; Fri, 1 Jan 2021 00:53:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CC7BE091F for ; Fri, 1 Jan 2021 00:53:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5D36340D4D for ; Fri, 1 Jan 2021 00:53:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631BA332 for ; Fri, 1 Jan 2021 00:53:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609462092.d56202dc286ee123ca111ad3aef7d150276eccd0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tornado/Manifest www-servers/tornado/tornado-4.5.3.ebuild X-VCS-Directories: www-servers/tornado/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d56202dc286ee123ca111ad3aef7d150276eccd0 X-VCS-Branch: master Date: Fri, 1 Jan 2021 00:53:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 191a0412-d4c7-4c29-b08c-db3176c2d450 X-Archives-Hash: c519fadc1894cf31ae53b4f93eb97ba4 commit: d56202dc286ee123ca111ad3aef7d150276eccd0 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 1 00:48:12 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 1 00:48:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56202dc www-servers/tornado: Remove old Signed-off-by: Michał Górny gentoo.org> www-servers/tornado/Manifest | 1 - www-servers/tornado/tornado-4.5.3.ebuild | 54 -------------------------------- 2 files changed, 55 deletions(-) diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest index 7ac937f14bf..be07c599176 100644 --- a/www-servers/tornado/Manifest +++ b/www-servers/tornado/Manifest @@ -1,2 +1 @@ -DIST tornado-4.5.3.tar.gz 484221 BLAKE2B 7b3682fa85a7f6ad32351d40993516a3e397b7b0a5de9d807bcd8b2b21325a6170f3670cb13e12aa208b6590313cf165ddf40537dba1fee61fa9d71954265a66 SHA512 c17dd7a3b541c26950d27c8a399ae4fdff1d99d16ff0c5de9871fe2de4c0f797c96712b23b5ed5efdaee06bb251f7def114c83fe6f7f37f344cdac9996d14448 DIST tornado-6.0.4.tar.gz 496204 BLAKE2B 6c092214d03baf5cf7615b780043e2fa40a4ed623b7ca59a2528cc3625ba904b21ef93c528278adedaf83e3b6e5a6311d867833dfe9826637e97918dee6fa334 SHA512 d29d69cf40f8b34fb2c55d81b6ecd9bc7c6fdf644eb4ff35452829510c0d5ec185da0a6067fec3e8afb2bedf9f5f08b06adb0ad53dcab04cb791a75abc304d6e diff --git a/www-servers/tornado/tornado-4.5.3.ebuild b/www-servers/tornado/tornado-4.5.3.ebuild deleted file mode 100644 index 0c7d57c3595..00000000000 --- a/www-servers/tornado/tornado-4.5.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Python web framework and asynchronous networking library" -HOMEPAGE="http://www.tornadoweb.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples test" -RESTRICT="!test? ( test )" - -CDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] - >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}] - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${CDEPEND} - dev-python/mock[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND}" - -distutils_enable_sphinx docs \ - dev-python/sphinx_rtd_theme - -# doc without intersphinx does not build (asyncio error) -#PATCHES=( -# "${FILESDIR}"/4.5.1-drop-intersphinx.patch -#) - -python_test() { - "${PYTHON}" -m tornado.test.runtests || die "tests failed under ${EPYTHON}" -} - -python_install_all() { - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r demos/. - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -}