mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-python/guessit: update deps in live ebuild
Also support both https and git repo URIs. Closes: https://github.com/gentoo/gentoo/pull/3054 Package-Manager: portage-2.3.3
This commit is contained in:
committed by
David Seifert
parent
fd4095b8e1
commit
6850e9dca6
@@ -10,7 +10,7 @@ inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python library for guessing information from video filenames"
|
||||
HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
|
||||
EGIT_REPO_URI="git://github.com/${PN}-io/${PN}.git"
|
||||
EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git )
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
@@ -19,7 +19,7 @@ IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/rebulk-0.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/rebulk-0.8.2[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user