Searched refs:ensure_python (Results 1 – 6 of 6) sorted by relevance
/dports/devel/py-jupyter-packaging/jupyter_packaging-0.11.1/tests/ |
H A D | test_deprecated.py | 58 pkg.ensure_python('>=3.6') 59 pkg.ensure_python(['>=3.6', '>=3.5']) 62 pkg.ensure_python('<3.5') 68 pkg.ensure_python('>=3.6')
|
/dports/devel/py-jupyterlab-widgets/jupyterlab_widgets-1.0.2/ |
H A D | setup.py | 8 combine_commands, ensure_python, get_version, 18 ensure_python(">=3.6")
|
/dports/science/py-jupyter_jsmol/jupyter-jsmol-2021.3.0/ |
H A D | setupbase.py | 86 def ensure_python(specs): function
|
/dports/devel/py-jupyter-packaging/jupyter_packaging-0.11.1/jupyter_packaging/ |
H A D | setupbase.py | 465 def ensure_python(specs): function
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/ |
H A D | core.py | 391 def ensure_python(three=None, python=None): function 558 python = ensure_python(three=three, python=python) 578 ensure_python(three=three, python=python)
|
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/ |
H A D | core.py | 358 def ensure_python(three=None, python=None): function 498 python = ensure_python(three=three, python=python) 522 python = ensure_python(three=three, python=python)
|