summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2021-05-06gnu: python-flake8: Do not delete and recreate check phase.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase instead of deleting. Remove trailing #t.
2021-05-06gnu: python-flake8: Do not use the 'bootstrap' pytest.Marius Bakke
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
2021-05-06gnu: Remove python-pykka.Marius Bakke
This trivial package is severely outdated and has failed to build for a long time. * gnu/packages/python-xyz.scm (python-pykka): Remove variable.
2021-05-06gnu: python-dnspython: Update to 2.1.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
2021-05-05gnu: python-cached-property: Update to 1.5.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
2021-05-05gnu: python-netaddr: Update to 0.8.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
2021-05-05gnu: python-nbconvert: Use patched texlive-amsfonts.Ricardo Wurmus
This is intended to fix a non-deterministic build error when xelatex inspects the fonts directory and finds a broken font from texlive-amsfonts before the correct font in texlive-cm. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace texlive-amsfonts with texlive-amsfonts/patched.
2021-05-04gnu: python-nbconvert: Simplify build phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[arguments]: Simplify build phase "fix-paths-and-tests" by using WHICH; remove final boolean and reindent.
2021-05-04gnu: python-nbconvert: Use modular texlive packages.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[inputs]: Remove texlive. [native-inputs]: Add texlive-union.
2021-05-03gnu: glances: Update to 3.1.7.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
2021-05-02gnu: Add python-mkdocs-material.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-mkdocs-material): New variable.
2021-05-02gnu: Add python-pymdown-extensions.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-pymdown-extensions): New variable.
2021-05-02gnu: Add python-mkdocs.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-mkdocs): New variable.
2021-05-02gnu: Add python-lunr.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-lunr): New variable.
2021-05-02gnu: Add [email protected].Raghav Gururajan
* gnu/packages/python-xyz.scm (python-nltk-3.4): New variable.
2021-05-02gnu: python-nltk: Update to 3.6.2.Raghav Gururajan
This version is only available in zip format. * gnu/packages/python-xyz.scm (python-nltk)[version]: Update to 3.6.2. [uri]: Use zip extension. [native-inputs]: Add unzip.
2021-05-02gnu: Add python-yaspin.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-yaspin): New variable.
2021-05-02gnu: Add python-colorful.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-colorful): New variable.
2021-04-29gnu: Add python-hissp.BonfaceKilz
* gnu/packages/python-xyz.scm (python-hissp): New variable. Signed-off-by: Efraim Flashner <[email protected]>
2021-04-28gnu: python-pikepdf: Update to 2.11.4.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
2021-04-26gnu: python-pikepdf: Update to 2.11.2.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2.
2021-04-26gnu: python-notebook: Fix tests.Lars-Dominik Braun
They failed because JUPYTER_PATH was set in commit 1683e9d9677d54f695a54fc44ed309287989fc34. * gnu/packages/python-xyz.scm (python-notebook) [#:phases]: Unset JUPYTER_PATH in 'check.
2021-04-26gnu: python-nbconvert: Enable more tests.Lars-Dominik Braun
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.
2021-04-26gnu: python-ipykernel: Add missing inputs.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]: Add tornado and traitlets.
2021-04-26gnu: python-jupyter-client: Enable tests.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-jupyter-client) [arguments]: Enable tests. Run pytest during 'check. [native-inputs]: Add missing test inputs.
2021-04-26gnu: Add python-ipykernel-bootstrap.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-ipykernel-bootstrap): New variable.
2021-04-26gnu: Add python-jupyter-client-bootstrap.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): New variable.
2021-04-26gnu: python-nbformat: Enable tests.Lars-Dominik Braun
* 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.
2021-04-26gnu: Add python-fastjsonschema.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-fastjsonschema): New variable.
2021-04-26gnu: Add python-json-spec.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-json-spec): New variable.
2021-04-26gnu: python-jupyter-core: Enable tests.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-jupyter-core) [arguments]: Enable tests. [native-inputs]: Add test dependencies.
2021-04-26gnu: Move search path JUPYTER_PATH.Lars-Dominik Braun
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.
2021-04-25gnu: Add python-qasync.Vinicius Monego
* gnu/packages/python-xyz.scm (python-qasync): New variable. Signed-off-by: Leo Famulari <[email protected]>
2021-04-25gnu: Add python-pyqtgraph.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable. Signed-off-by: Leo Famulari <[email protected]>
2021-04-25gnu: Add python-anyqt.Vinicius Monego
* gnu/packages/python-xyz.scm (python-anyqt): New variable. Signed-off-by: Leo Famulari <[email protected]>
2021-04-25gnu: python-traitlets: Add missing input.Efraim Flashner
Reported by phodina <[email protected]>. * gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add python-six.
2021-04-21gnu: python-flake8-implicit-str-concat: Fix typo.Vagrant Cascadian
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[description]: Fix spelling of "formatting".
2021-04-21gnu: python-djvulibre: Update to 0.8.6.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
2021-04-20gnu: python-xlsxwriter: Update to 1.3.9.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
2021-04-18gnu: python-lfdfiles: Fix build.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
2021-04-18gnu: python-lfdfiles: Update to 2021.2.22.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
2021-04-18gnu: python-roifile: Update to 2020.11.28.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
2021-04-18gnu: python-tifffile: Update to 2021.4.8.Lars-Dominik Braun
* 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.
2021-04-18gnu: Add python-imagecodecs.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
2021-04-16gnu: Add python-mappy.Roel Janssen
* gnu/packages/python-xyz.scm (python-mappy): New variable.
2021-04-15gnu: Add python-quicktions.BonfaceKilz
* gnu/packages/python-xyz.scm (python-quicktions): New variable. Co-authored-by: jgart <[email protected]> Signed-off-by: Efraim Flashner <[email protected]>
2021-04-15gnu: Add python-setuptools-declarative-requirements.BonfaceKilz
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements): New variable. Co-authored-by: jgart <[email protected]> Signed-off-by: Efraim Flashner <[email protected]>
2021-04-15gnu: Add python-roman.BonfaceKilz
* gnu/packages/python-xyz.scm (python-roman): New variable. Co-authored-by: jgart <[email protected]> Signed-off-by: Efraim Flashner <[email protected]>
2021-04-14gnu: Add python-ld.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ld): New variable.
2021-04-13gnu: python-ipywidgets: Update to 7.6.3.Ricardo Wurmus
* 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.