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 6815A1395E2 for ; Wed, 30 Nov 2016 09:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA1BE0C01; Wed, 30 Nov 2016 09:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B5BB6E0C01 for ; Wed, 30 Nov 2016 09:42:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA8B3341661 for ; Wed, 30 Nov 2016 09:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2729D24AF for ; Wed, 30 Nov 2016 09:42:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480498934.f59cfee05a3cc4ec39db15d7084af4131bbd0ec1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/snakeoil-9999.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f59cfee05a3cc4ec39db15d7084af4131bbd0ec1 X-VCS-Branch: master Date: Wed, 30 Nov 2016 09:42:22 +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: 0ffee631-eaf3-4e29-b805-a2c1fe612e83 X-Archives-Hash: 37ea279a40a82c314b44eaa452bb252a commit: f59cfee05a3cc4ec39db15d7084af4131bbd0ec1 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 30 09:30:17 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 30 09:42:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59cfee0 dev-python/snakeoil: Add missing mock dep, bump to EAPI 6 dev-python/snakeoil/snakeoil-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index f82c7fd..af9cbb0 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -20,8 +20,10 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD" SLOT="0" +IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] )" python_configure_all() { # disable snakeoil 2to3 caching