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 7061D139085 for ; Thu, 12 Jan 2017 19:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D08B423405A; Thu, 12 Jan 2017 19:19:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ADF8A23405A for ; Thu, 12 Jan 2017 19:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 885513416BF for ; Thu, 12 Jan 2017 19:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D85253B for ; Thu, 12 Jan 2017 19:19:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1484248721.be06d6e1587f7948233cab040b1fb7a65bebb4e6.jlec@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: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: be06d6e1587f7948233cab040b1fb7a65bebb4e6 X-VCS-Branch: master Date: Thu, 12 Jan 2017 19:19:37 +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: 188a440e-36c3-4d0f-a215-b524c0ff9317 X-Archives-Hash: 53fbe5a749d8b4a013ec4215820cef10 commit: be06d6e1587f7948233cab040b1fb7a65bebb4e6 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 11 21:36:18 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 12 19:18:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be06d6e1 dev-python/pytest-django: Relax dependency version Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest-django/pytest-django-2.9.1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 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 4c22516..51e676e 100644 --- a/dev-python/pytest-django/pytest-django-2.9.1.ebuild +++ b/dev-python/pytest-django/pytest-django-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,6 +25,13 @@ DEPEND="${RDEPEND} # https://github.com/pytest-dev/pytest-django/issues/290 RESTRICT=test +src_prepare() { + sed \ + -e '/setuptools_scm/s:==1.8.0::g' \ + -i setup.py || die + distutils-r1_src_prepare +} + python_test() { PYTEST_PLUGINS=${PN/-/_} \ py.test --ds=pytest_django_test.settings_sqlite_file --strict -r fEsxXw || die