commit: 54a737de6aaca4cfa68fd3672c328712307aff33 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Thu May 31 17:31:23 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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}] ) "
