Merge branch 'master' of github.com:TheChymera/overlay
This commit is contained in:
commit
eb57040b4a
@ -1,3 +1,6 @@
|
|||||||
|
04 Dec 2019; <chymera@gentoo.org> python-dice-2.4.2.ebuild:
|
||||||
|
app-misc/python-dice: updated dependency lists
|
||||||
|
|
||||||
04 Nov 2019; <chymera@gentoo.org> typing-3.7.4.1.ebuild:
|
04 Nov 2019; <chymera@gentoo.org> typing-3.7.4.1.ebuild:
|
||||||
dev-python/typing: KEYWORDS
|
dev-python/typing: KEYWORDS
|
||||||
|
|
||||||
|
@ -19,17 +19,20 @@ RESTRICT="test"
|
|||||||
# Tests do not run, which may be an upstream issue:
|
# Tests do not run, which may be an upstream issue:
|
||||||
# https://github.com/borntyping/python-dice/issues/25
|
# https://github.com/borntyping/python-dice/issues/25
|
||||||
|
|
||||||
DEPEND="test? ( dev-python/tox[${PYTHON_USEDEP}] )"
|
DEPEND="test? (
|
||||||
RDEPEND="
|
|
||||||
dev-python/coverage[${PYTHON_USEDEP}]
|
dev-python/coverage[${PYTHON_USEDEP}]
|
||||||
dev-python/docopt[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
|
||||||
dev-python/termcolor[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyflakes[${PYTHON_USEDEP}]
|
dev-python/pyflakes[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-flakes[${PYTHON_USEDEP}]
|
dev-python/pytest-flakes[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-pep8[${PYTHON_USEDEP}]
|
dev-python/pytest-pep8[${PYTHON_USEDEP}]
|
||||||
|
dev-python/termcolor[${PYTHON_USEDEP}]
|
||||||
|
dev-python/tox[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
"
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/docopt[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pyparsing-2.4.1[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user