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 04ECA138334 for ; Tue, 24 Jul 2018 23:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3529E0866; Tue, 24 Jul 2018 23:04:10 +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 CC0C7E085E for ; Tue, 24 Jul 2018 23:04:10 +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 026F233E6A7 for ; Tue, 24 Jul 2018 23:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146EB388 for ; Tue, 24 Jul 2018 23:04:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1532473438.a2b2dcf0146325876393c2f595afbd8cce408b55.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpstat/httpstat-1.2.1-r1.ebuild X-VCS-Directories: dev-python/httpstat/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a2b2dcf0146325876393c2f595afbd8cce408b55 X-VCS-Branch: master Date: Tue, 24 Jul 2018 23:04:08 +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-Archives-Salt: 66976800-3377-4b8b-a105-1ce0b3c44808 X-Archives-Hash: 24f7bdd82c0c6023ffab3d436a261d39 commit: a2b2dcf0146325876393c2f595afbd8cce408b55 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jul 24 23:03:28 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jul 24 23:03:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b2dcf0 dev-python/httpstat: Enable Python 3.7 support Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index 2bba6c72b89..814383b60ec 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1