Skip to content

Commit

Permalink
dev-python/jupyter_core: Update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 14, 2023
1 parent 673321d commit 7f14956
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: traitlets
- name: macaroni-funtoo-race7
version: '>=0'
category: dev-python
category: seed
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 4.4.0
category: dev-python
use_flags:
- -doc
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- -test
- python_targets_python3_7
requires:
Expand All @@ -21,17 +24,22 @@ uri:
- https://jupyter.org
license: BSD
labels:
BDEPEND: python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
>=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
DEPEND: dev-python/traitlets[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
doc? ( dev-python/sphinx[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
dev-python/sphinxcontrib-github-alt[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
) test? ( dev-python/pytest[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
>=dev-python/ipython-4.0.1[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
BDEPEND: python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
( dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_10?
( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
>=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
DEPEND: dev-python/traitlets[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
doc? ( dev-python/sphinx[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
dev-python/sphinxcontrib-github-alt[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
) test? ( dev-python/pytest[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
>=dev-python/ipython-4.0.1[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
)
IUSE: doc test python_targets_python3_7
RDEPEND: dev-python/traitlets[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,-python_single_target_python3_7(-)]
IUSE: doc test python_targets_python3_7 python_targets_python3_9 python_targets_python3_8
python_targets_python3_10
RDEPEND: dev-python/traitlets[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9? (
dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_10?
( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
emerge.packages: dev-python/jupyter_core
kit: python-modules-kit
original.package.name: dev-python/jupyter_core
Expand Down

0 comments on commit 7f14956

Please sign in to comment.