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 7A1B4138334 for ; Thu, 7 Jun 2018 11:10:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B21E086B; Thu, 7 Jun 2018 11:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3627CE086B for ; Thu, 7 Jun 2018 11:10:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9179A335C90 for ; Thu, 7 Jun 2018 11:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1368E3E for ; Thu, 7 Jun 2018 11:10:03 +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: <1528368773.54a737de6aaca4cfa68fd3672c328712307aff33.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/guessit/guessit-9999.ebuild X-VCS-Directories: dev-python/guessit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54a737de6aaca4cfa68fd3672c328712307aff33 X-VCS-Branch: master Date: Thu, 7 Jun 2018 11:10:03 +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: 997de3d1-b3fd-40a4-acc5-7fae6f9d1a5a X-Archives-Hash: de5ff74e088cfe60da97f431537ab310 commit: 54a737de6aaca4cfa68fd3672c328712307aff33 Author: Ilya Tumaykin gmail com> AuthorDate: Thu May 31 17:31:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 7 10:52:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a737de dev-python/guessit: update test deps in 9999 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/guessit/guessit-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index c4c9f2b9ce0..14675266e90 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library for guessing information from video filenames" HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.org/project/guessit/" -EGIT_REPO_URI="https://github.com/${PN}-io/${PN}.git" +EGIT_REPO_URI="https://github.com/guessit-io/guessit.git" EGIT_BRANCH="develop" LICENSE="LGPL-3" @@ -27,8 +27,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - >=dev-python/pytest-2.7.3[${PYTHON_USEDEP}] - dev-python/pytest-capturelog[${PYTHON_USEDEP}] + >=dev-python/pytest-3.4[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] ) "