| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: glances: Update to 3.1.7.•••* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
| Tobias Geerinckx-Rice | 2021-05-03 | 1 | -2/+2 |
* | gnu: Add python-mkdocs-material.•••* gnu/packages/python-xyz.scm (python-mkdocs-material): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+34 |
* | gnu: Add python-pymdown-extensions.•••* gnu/packages/python-xyz.scm (python-pymdown-extensions): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+23 |
* | gnu: Add python-mkdocs.•••* gnu/packages/python-xyz.scm (python-mkdocs): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+36 |
* | gnu: Add python-lunr.•••* gnu/packages/python-xyz.scm (python-lunr): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+25 |
* | gnu: Add python-nltk@3.4.•••* gnu/packages/python-xyz.scm (python-nltk-3.4): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+13 |
* | gnu: python-nltk: Update to 3.6.2.•••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.
| Raghav Gururajan | 2021-05-02 | 1 | -3/+5 |
* | gnu: Add python-yaspin.•••* gnu/packages/python-xyz.scm (python-yaspin): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+20 |
* | gnu: Add python-colorful.•••* gnu/packages/python-xyz.scm (python-colorful): New variable.
| Raghav Gururajan | 2021-05-02 | 1 | -0/+28 |
* | gnu: Add python-hissp.•••* gnu/packages/python-xyz.scm (python-hissp): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| BonfaceKilz | 2021-04-29 | 1 | -1/+20 |
* | gnu: python-pikepdf: Update to 2.11.4.•••* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
| Nicolas Goaziou | 2021-04-28 | 1 | -2/+2 |
* | gnu: python-pikepdf: Update to 2.11.2.•••* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2.
| Nicolas Goaziou | 2021-04-26 | 1 | -2/+2 |
* | gnu: python-notebook: Fix tests.•••They failed because JUPYTER_PATH was set in commit
1683e9d9677d54f695a54fc44ed309287989fc34.
* gnu/packages/python-xyz.scm (python-notebook) [#:phases]: Unset
JUPYTER_PATH in 'check.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+3 |
* | gnu: python-nbconvert: Enable more tests.•••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.
| Lars-Dominik Braun | 2021-04-26 | 1 | -21/+55 |
* | gnu: python-ipykernel: Add missing inputs.•••* gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]:
Add tornado and traitlets.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+2 |
* | gnu: python-jupyter-client: Enable tests.•••* gnu/packages/python-xyz.scm (python-jupyter-client) [arguments]:
Enable tests. Run pytest during 'check.
[native-inputs]: Add missing test inputs.
| Lars-Dominik Braun | 2021-04-26 | 1 | -13/+23 |
* | gnu: Add python-ipykernel-bootstrap.•••* gnu/packages/python-xyz.scm (python-ipykernel-bootstrap): New
variable.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+13 |
* | gnu: Add python-jupyter-client-bootstrap.•••* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): New
variable.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+14 |
* | gnu: python-nbformat: Enable tests.•••* 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.
| Lars-Dominik Braun | 2021-04-26 | 1 | -8/+22 |
* | gnu: Add python-fastjsonschema.•••* gnu/packages/python-xyz.scm (python-fastjsonschema): New variable.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+39 |
* | gnu: Add python-json-spec.•••* gnu/packages/python-xyz.scm (python-json-spec): New variable.
| Lars-Dominik Braun | 2021-04-26 | 1 | -0/+25 |
* | gnu: python-jupyter-core: Enable tests.•••* gnu/packages/python-xyz.scm (python-jupyter-core) [arguments]: Enable
tests.
[native-inputs]: Add test dependencies.
| Lars-Dominik Braun | 2021-04-26 | 1 | -2/+24 |
* | gnu: Move search path JUPYTER_PATH.•••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.
| Lars-Dominik Braun | 2021-04-26 | 1 | -4/+9 |
* | gnu: Add python-qasync.•••* gnu/packages/python-xyz.scm (python-qasync): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-04-25 | 1 | -0/+35 |
* | gnu: Add python-pyqtgraph.•••* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-04-25 | 1 | -0/+52 |
* | gnu: Add python-anyqt.•••* gnu/packages/python-xyz.scm (python-anyqt): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-04-25 | 1 | -0/+26 |
* | gnu: python-traitlets: Add missing input.•••Reported by phodina <phodina@protonmail.com>.
* gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
python-six.
| Efraim Flashner | 2021-04-25 | 1 | -1/+2 |
* | gnu: python-flake8-implicit-str-concat: Fix typo.•••* gnu/packages/python-xyz.scm
(python-flake8-implicit-str-concat)[description]: Fix spelling of
"formatting".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |
* | gnu: python-djvulibre: Update to 0.8.6.•••* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
| Guillaume Le Vaillant | 2021-04-21 | 1 | -2/+2 |
* | gnu: python-xlsxwriter: Update to 1.3.9.•••* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
| Tobias Geerinckx-Rice | 2021-04-20 | 1 | -2/+2 |
* | gnu: python-lfdfiles: Fix build.•••* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove
pre-generated C files.
[native-inputs]: Add python-cython.
[arguments]: Disable tests.
| Lars-Dominik Braun | 2021-04-18 | 1 | -1/+10 |
* | gnu: python-lfdfiles: Update to 2021.2.22.•••* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
| Lars-Dominik Braun | 2021-04-18 | 1 | -2/+2 |
* | gnu: python-roifile: Update to 2020.11.28.•••* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
| Lars-Dominik Braun | 2021-04-18 | 1 | -2/+2 |
* | gnu: python-tifffile: Update to 2021.4.8.•••* 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.
| Lars-Dominik Braun | 2021-04-18 | 1 | -4/+3 |
* | gnu: Add python-imagecodecs.•••* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
| Lars-Dominik Braun | 2021-04-18 | 1 | -0/+82 |
* | gnu: Add python-mappy.•••* gnu/packages/python-xyz.scm (python-mappy): New variable.
| Roel Janssen | 2021-04-16 | 1 | -1/+23 |
* | gnu: Add python-quicktions.•••* 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>
| BonfaceKilz | 2021-04-15 | 1 | -0/+40 |
* | gnu: Add python-setuptools-declarative-requirements.•••* 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>
| BonfaceKilz | 2021-04-15 | 1 | -0/+28 |
* | gnu: Add python-roman.•••* 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>
| BonfaceKilz | 2021-04-15 | 1 | -0/+19 |
* | gnu: Add python-ld.•••* gnu/packages/python-xyz.scm (python-ld): New variable.
| Ricardo Wurmus | 2021-04-14 | 1 | -0/+21 |
* | gnu: python-ipywidgets: Update to 7.6.3.•••* 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.
| Ricardo Wurmus | 2021-04-13 | 1 | -5/+9 |
* | gnu: python-widgetsnbextension: Remove unnecessary inputs.•••* 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.
| Ricardo Wurmus | 2021-04-13 | 1 | -7/+1 |
* | gnu: Add python-deprecation.•••* gnu/packages/python-xyz.scm (python-deprecation): New variable.
| Ricardo Wurmus | 2021-04-13 | 1 | -0/+26 |
* | gnu: python-flit: Update to 3.2.0.•••* 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.
| Ricardo Wurmus | 2021-04-13 | 1 | -9/+77 |
* | gnu: Add python-pygments-github-lexers.•••* gnu/packages/python-xyz.scm (python-pygments-github-lexers): New variable.
| Ricardo Wurmus | 2021-04-13 | 1 | -0/+19 |
* | gnu: Remove python2-ipykernel.•••* gnu/packages/python-xyz.scm (python2-ipykernel): Remove variable.
(python-ipykernel)[properties]: Remove python2-variant.
| Ricardo Wurmus | 2021-04-13 | 1 | -32/+0 |
* | gnu: Remove python2-jupyter-console.•••* gnu/packages/python-xyz.scm (python2-jupyter-console): Remove variable.
(python-jupyter-console)[properties]: Remove python2-variant.
| Ricardo Wurmus | 2021-04-13 | 1 | -30/+0 |
* | gnu: Remove python2-jupyter-core.•••* gnu/packages/python-xyz.scm (python2-jupyter-core): Remove variable.
| Ricardo Wurmus | 2021-04-13 | 1 | -3/+0 |
* | gnu: Remove python2-ipyparallel.•••* gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable.
| Ricardo Wurmus | 2021-04-13 | 1 | -7/+0 |
* | gnu: Remove python2-matplotlib-documentation.•••* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
| Ricardo Wurmus | 2021-04-13 | 1 | -8/+0 |