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 AE23F139694 for ; Mon, 29 May 2017 16:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A5FE0EA0; Mon, 29 May 2017 16:33:13 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4017E0EA0 for ; Mon, 29 May 2017 16:33:08 +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 CBD6A341698 for ; Mon, 29 May 2017 16:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB217455 for ; Mon, 29 May 2017 16:33:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1496075538.67efea2c43adc4407630461eb25593cc4d3a8a67.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-django/pytest-django-2.9.1.ebuild X-VCS-Directories: dev-python/pytest-django/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 67efea2c43adc4407630461eb25593cc4d3a8a67 X-VCS-Branch: master Date: Mon, 29 May 2017 16:33:01 +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: f81988d6-139a-451d-862a-fbfb474b5b12 X-Archives-Hash: df9138118afe9d7185a522fde4d8b16b commit: 67efea2c43adc4407630461eb25593cc4d3a8a67 Author: Pacho Ramos gentoo org> AuthorDate: Mon May 29 13:49:21 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 29 16:32:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67efea2c dev-python/pytest-django: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pytest-django/pytest-django-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-django/pytest-django-2.9.1.ebuild b/dev-python/pytest-django/pytest-django-2.9.1.ebuild index 2782ef32438..4e1da3ba941 100644 --- a/dev-python/pytest-django/pytest-django-2.9.1.ebuild +++ b/dev-python/pytest-django/pytest-django-2.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1