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 4A296138330 for ; Sat, 3 Sep 2016 17:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA935E0B3C; Sat, 3 Sep 2016 17:21:55 +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 52CB1E0B3C for ; Sat, 3 Sep 2016 17:21:55 +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 D1F6C34099A for ; Sat, 3 Sep 2016 17:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 392D5246C for ; Sat, 3 Sep 2016 17:21:52 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1472923306.95fd370f51c634352fd97900d406b1bc86b7a089.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/natsort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/natsort/natsort-4.0.4.ebuild X-VCS-Directories: dev-python/natsort/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 95fd370f51c634352fd97900d406b1bc86b7a089 X-VCS-Branch: master Date: Sat, 3 Sep 2016 17:21:52 +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: f7d72822-cd56-4c45-8324-218c27923f6c X-Archives-Hash: 1345f507001c61173f88965be8b229c3 commit: 95fd370f51c634352fd97900d406b1bc86b7a089 Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 3 17:21:46 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 3 17:21:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fd370f dev-python/natsort: depend on virtual/python-pathlib Package-Manager: portage-2.3.0_p24 dev-python/natsort/natsort-4.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/natsort/natsort-4.0.4.ebuild b/dev-python/natsort/natsort-4.0.4.ebuild index e024ec7..93fff69 100644 --- a/dev-python/natsort/natsort-4.0.4.ebuild +++ b/dev-python/natsort/natsort-4.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pathlib[${PYTHON_USEDEP}] + virtual/python-pathlib[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )"