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 4B4D2138334 for ; Sun, 29 Jul 2018 16:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D6EDE0802; Sun, 29 Jul 2018 16:47:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BA23E0802 for ; Sun, 29 Jul 2018 16:47:21 +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 33489335C9A for ; Sun, 29 Jul 2018 16:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D7CB37A for ; Sun, 29 Jul 2018 16:47:18 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1532882833.aa27abedc35c74242ee437eab6ca94c5d68205c1.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-2.2.2.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: aa27abedc35c74242ee437eab6ca94c5d68205c1 X-VCS-Branch: master Date: Sun, 29 Jul 2018 16:47:18 +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: 463eef88-0201-419a-b1d5-7216b4d5b681 X-Archives-Hash: fd8158157f1631f2a10288c524a138f9 commit: aa27abedc35c74242ee437eab6ca94c5d68205c1 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jul 29 16:46:49 2018 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Jul 29 16:47:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa27abed dev-python/cryptography: Readd python 3.7 #662404 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/cryptography/cryptography-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-2.2.2.ebuild b/dev-python/cryptography/cryptography-2.2.2.ebuild index 89ab8501f3b..016846fe9cb 100644 --- a/dev-python/cryptography/cryptography-2.2.2.ebuild +++ b/dev-python/cryptography/cryptography-2.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic