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 6CEF2138350 for ; Mon, 27 Jan 2020 07:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4D3E08CA; Mon, 27 Jan 2020 07:22:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 99377E088F for ; Mon, 27 Jan 2020 07:22:52 +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 A3AEC34E3CC for ; Mon, 27 Jan 2020 07:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A4E111 for ; Mon, 27 Jan 2020 07:22:46 +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: <1580109739.d64e7282c837b3e7ea81b70d637cb3f50e19979c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/test_server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/test_server/test_server-0.0.31.ebuild X-VCS-Directories: dev-python/test_server/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d64e7282c837b3e7ea81b70d637cb3f50e19979c X-VCS-Branch: master Date: Mon, 27 Jan 2020 07:22:46 +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: 5d9e02a7-fa2b-4122-a83f-b212b31a8e19 X-Archives-Hash: 27c4302162b6df8e2dbc5a642b2a327e commit: d64e7282c837b3e7ea81b70d637cb3f50e19979c Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 06:49:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 07:22:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64e7282 dev-python/test_server: Enable py3.8, pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/test_server/test_server-0.0.31.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/test_server/test_server-0.0.31.ebuild b/dev-python/test_server/test_server-0.0.31.ebuild index 722c8ee0daa..aef01051c6d 100644 --- a/dev-python/test_server/test_server-0.0.31.ebuild +++ b/dev-python/test_server/test_server-0.0.31.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Server to test HTTP clients" @@ -19,7 +19,6 @@ RDEPEND=" >=dev-python/bottle-0.12.13[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_tests pytest