Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2.
|
|
They failed because JUPYTER_PATH was set in commit
1683e9d9677d54f695a54fc44ed309287989fc34.
* gnu/packages/python-xyz.scm (python-notebook) [#:phases]: Unset
JUPYTER_PATH in 'check.
|
|
Enables more tests and fixes a few paths.
* gnu/packages/python-xyz.scm (python-nbconvert) [arguments]: Add new
phase, fixing pandoc/LaTeX paths. Set required environment variables in
'check phase.
[inputs]: Add pandoc and texlive.
[native-inputs]: Add missing inputs for tests.
[propagated-inputs]: Add tornado, which is always required.
|
|
* gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]:
Add tornado and traitlets.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client) [arguments]:
Enable tests. Run pytest during 'check.
[native-inputs]: Add missing test inputs.
|
|
* gnu/packages/python-xyz.scm (python-ipykernel-bootstrap): New
variable.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): New
variable.
|
|
* gnu/packages/python-xyz.scm (python-nbformat) [source]: Use git
repository, which has more complete test data.
[arguments]: Run pytest during 'check.
[native-inputs]: Add dependencies required to do that.
|
|
* gnu/packages/python-xyz.scm (python-fastjsonschema): New variable.
|
|
* gnu/packages/python-xyz.scm (python-json-spec): New variable.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-core) [arguments]: Enable
tests.
[native-inputs]: Add test dependencies.
|
|
python-jupyter-core provides the `jupyter` binary as well as generic
functions to discover the search path for all Jupyter subprojects. Thus
it should provide the search paths too.
* gnu/packages/python-xyz.scm (jupyter): From here…
(python-jupyter-core): …to here.
[native-search-paths]: Add JUPYTER_CONFIG_DIR, because some Jupyter
projects install config files to their etc/ directory and expect them to
be loaded automatically.
|
|
* gnu/packages/python-xyz.scm (python-qasync): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python-xyz.scm (python-anyqt): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
Reported by phodina <phodina@protonmail.com>.
* gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
python-six.
|
|
* gnu/packages/python-xyz.scm
(python-flake8-implicit-str-concat)[description]: Fix spelling of
"formatting".
|
|
* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
|
|
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
|
|
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove
pre-generated C files.
[native-inputs]: Add python-cython.
[arguments]: Disable tests.
|
|
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
|
|
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
|
|
* gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to
2021.4.8.
[propagated-inputs]: Drop python-roifiles, which is only required for
tests (disabled). Add python-imagecodecs, which allows decoding
compressed tiff files.
|
|
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
|
|
* gnu/packages/python-xyz.scm (python-mappy): New variable.
|
|
* gnu/packages/python-xyz.scm (python-quicktions): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements):
New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-xyz.scm (python-roman): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-xyz.scm (python-ld): New variable.
|
|
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 7.6.3.
[propagated-inputs]: Add python-ipython, python-jupyterlab-widgets, and
python-nbformat.
[native-inputs]: Remove python-nose; add python-mock and ptyhon-pytest-cov.
|
|
* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]:
Remove python-argon2-cffi, python-ipykernel, and python-terminado.
[native-inputs]: Remove python-certifi and python-nose.
|
|
* gnu/packages/python-xyz.scm (python-deprecation): New variable.
|
|
* gnu/packages/python-xyz.scm (python-flit): Update to 3.2.0.
[source]: Fetch from git repository to include flit_core.
[arguments]: Add phases to bootstrap the build.
[propagated-inputs]: Add python-pytoml and python-toml.
[native-inputs]: Add python-docutils, python-responses,
python-pygments-github-lexers, python-pytest, python-pytest-cov,
python-sphinx, python-sphinxcontrib-github-alt, and python-testpath.
|
|
* gnu/packages/python-xyz.scm (python-pygments-github-lexers): New variable.
|
|
* gnu/packages/python-xyz.scm (python2-ipykernel): Remove variable.
(python-ipykernel)[properties]: Remove python2-variant.
|
|
* gnu/packages/python-xyz.scm (python2-jupyter-console): Remove variable.
(python-jupyter-console)[properties]: Remove python2-variant.
|
|
* gnu/packages/python-xyz.scm (python2-jupyter-core): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python-nbformat): Update to 5.1.3.
[arguments]: Remove to enable tests.
[native-inputs]: Add python-pytest.
[properties]: Add python2-variant.
(python2-nbformat): Keep at version 4.4.0; override version and source field.
|
|
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 6.0.7.
[arguments]: Remove configure flags, enable tests, override check phase.
[propagated-inputs]: Add python-defusedxml, python-nbclient,
python-pandocfilters, python-jupyterlab-pygments, and python-testpath.
[properties]: Add python2-variant.
(python2-nbconvert): Override version, source, arguments, and
propagated-inputs.
|
|
* gnu/packages/python-xyz.scm (python-nest-asyncio): New variable.
|
|
* gnu/packages/python-xyz.scm (python-notebook)[propagated-inputs]: Add
python-argon2-cffi, python-ipykernel, python-ipython-genutils, python-jinja2,
python-jupyter-client, python-pyzmq, python-tornado-6, and python-traitlets.
[native-inputs]: Remove python-nose and python-sphinx; add python-coverage,
python-nbval, python-pytest, python-pytest-cov, and
python-requests-unixsocket.
[arguments]: Use pytest instead of nosetests.
|
|
* gnu/packages/python-xyz.scm (python-notebook): Update to 6.3.0.
|
|
* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]:
Add python-argon2-cffi and python-terminado.
|
|
* gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.5.3.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-client): Update to 6.1.12.
[propagated-inputs]: Add python-dateutil and python-tornado-6.
[native-inputs]: Add python-pytest.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-core): Update to 4.7.1.
|
|
* gnu/packages/python-xyz.scm (python-pathvalidate): New variable.
|
|
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.22.
|