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 760AF138334 for ; Thu, 13 Dec 2018 00:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B35E0A01; Thu, 13 Dec 2018 00:51:21 +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 F3456E0A01 for ; Thu, 13 Dec 2018 00:51:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 08FFE335D36 for ; Thu, 13 Dec 2018 00:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4D794CD for ; Thu, 13 Dec 2018 00:51:16 +0000 (UTC) From: "Patrick McLean" 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 McLean" Message-ID: <1544662263.995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/passlib/passlib-1.7.1-r1.ebuild X-VCS-Directories: dev-python/passlib/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce X-VCS-Branch: master Date: Thu, 13 Dec 2018 00:51:16 +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: 77101717-4362-470e-b5a5-52726a199a19 X-Archives-Hash: 6494b0a814ef47cb93fbf9493238617f commit: 995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce Author: Patrick McLean sony com> AuthorDate: Thu Dec 13 00:50:37 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Dec 13 00:51:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bdf66 dev-python/passlib: Add python3_7 to 1.7.1-r1 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> dev-python/passlib/passlib-1.7.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild b/dev-python/passlib/passlib-1.7.1-r1.ebuild index 8cb5fa14d8b..02b2002989a 100644 --- a/dev-python/passlib/passlib-1.7.1-r1.ebuild +++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1