diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-16 13:41:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-16 13:41:24 +0000 |
| commit | 7ce4c00cf816a364fe2b1dc36081e5cc46ffa875 (patch) | |
| tree | 395fbbcc04d78dd32eab06db8b5d73b31c4e6a9d /dev-python | |
| parent | 8a45054ac2c8a98ecefd1f463d5b75e0db802bc5 (diff) | |
| download | baldeagleos-repo-7ce4c00cf816a364fe2b1dc36081e5cc46ffa875.tar.gz baldeagleos-repo-7ce4c00cf816a364fe2b1dc36081e5cc46ffa875.tar.xz baldeagleos-repo-7ce4c00cf816a364fe2b1dc36081e5cc46ffa875.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/nbconvert/nbconvert-6.0.7.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/nbconvert/nbconvert-6.2.0.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild b/dev-python/nbconvert/nbconvert-6.0.7.ebuild index f9b70d8ebca2..1adfed055eaa 100644 --- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild +++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild @@ -30,13 +30,15 @@ RDEPEND=" dev-python/testpath[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] " +# Skip inkscape on hppa b/c tests should skip it gracefully if not around +# It's a heavy dependency. BDEPEND=" test? ( dev-python/pebble[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}] - media-gfx/inkscape + !hppa? ( media-gfx/inkscape ) ) " diff --git a/dev-python/nbconvert/nbconvert-6.2.0.ebuild b/dev-python/nbconvert/nbconvert-6.2.0.ebuild index f3296ecf1add..ca212315a39c 100644 --- a/dev-python/nbconvert/nbconvert-6.2.0.ebuild +++ b/dev-python/nbconvert/nbconvert-6.2.0.ebuild @@ -30,13 +30,15 @@ RDEPEND=" dev-python/testpath[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] " +# Skip inkscape on hppa b/c tests should skip it gracefully if not around +# It's a heavy dependency. BDEPEND=" test? ( dev-python/pebble[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}] - media-gfx/inkscape + !hppa? ( media-gfx/inkscape ) ) " |
