dev-python/guessit: update test deps in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Thu, 31 May 2018 17:31:23 +0000 (20:31 +0300)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 Jun 2018 10:52:53 +0000 (12:52 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/guessit/guessit-9999.ebuild

index c4c9f2b9ce04efeb3eeeb0a9a79638fb681e0d9a..14675266e90ca77f9af55ee549b85b477e13c8c6 100644 (file)
@@ -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}]
        )
 "