Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-markuppy): New variable.
|
|
* gnu/packages/python-xyz.scm (python-braintree): New variable.
|
|
* gnu/packages/python-xyz.scm (python-ipython): Update to 7.27.0.
[inputs]: Add matplotlib-inline.
[arguments]: Update 'fix-tests' phase to disable "pylabtools" test.
|
|
* gnu/packages/python-xyz.scm (python-matplotlib-inline): New variable.
|
|
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
|
|
This package currently fails to build and has no users in Guix.
* gnu/packages/python-xyz.scm (python2-natsort): Remove variable.
(python-natsort)[properties]: Remove.
|
|
* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0.
|
|
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1.
[arguments]: Remove obsolete phase.
|
|
* gnu/packages/python-xyz.scm (python-crontab): New variable.
Signed-off-by: Nicolas Goaziou <[email protected]>
|
|
* gnu/packages/chez.scm (texlive-pdftex): New variable.
(texlive-generic-pdftex): Deprecate in favor of texlive-pdftex.
(teximpatient)[native-inputs]: Replace texlive-generic-pdftex with
texlive-pdftex.
(texlive-latex-pdfx)[propagated-inputs]: Same.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]:
Same.
(python-matplotlib-documentation)[native-inputs]: Same.
(python-ipython-documentation)[native-inputs]: Same.
* gnu/packages/chez.scm (chez-web)[native-inputs]: Same.
(chez-sockets)[native-inputs]: Same.
|
|
* gnu/packages/python-xyz.scm (python-stem)[arguments]: Add 'fix-tests' phase.
|
|
* gnu/packages/python-xyz.scm (python-faker): Update to 8.12.1.
|
|
* gnu/packages/patches/python-random2-getrandbits-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-random2)[source]: Use it.
|
|
This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library
fails to build.
|
|
* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9.
Signed-off-by: Arun Isaac <[email protected]>
|
|
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0.
|
|
|
|
This commit leaves 'dblatex' and 'texlive-hyperref' as users of
deprecated packages, but these have many dependents.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use
non-deprecated TeX Live packages.
(velvet)[native-inputs]: Likewise.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Likewise.
(chez-web)[native-inputs]: Likewise.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (emacsy)[native-inputs]: Likewise.
* gnu/packages/maths.scm (hypre)[native-inputs]: Likewise.
* gnu/packages/music.scm (lilypond)[native-inputs]: Likewise.
* gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Likewise.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]:
Likewise.
(python-matplotlib-documentation)[native-inputs]: Likewise.
(python-ipython-documentation)[native-inputs]: Likewise.
(python-nbconvert)[native-inputs]: Likewise.
(python-pypandoc)[native-inputs]: Likewise.
* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Likewise.
* gnu/packages/tex.scm (texlive-pstool)[propagated-inputs]: Likewise.
(teximpatient)[native-inputs]: Likewise.
(texlive-latex-pgf)[propagated-inputs]: Likewise.
(texlive-beamer)[propagated-inputs]: Likewise.
|
|
* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2.
Signed-off-by: Guillaume Le Vaillant <[email protected]>
|
|
This package is close to useless, because we lack the non-free unrar
utility and the libarchive backend does not support most operations.
* gnu/packages/python-xyz.scm (python-rarfile)[version]: Update to 4.0.
[arguments]: Disable tests.
[propagated-inputs]: Move…
[inputs]: …here.
[native-inputs]: Add pytest.
[#:phases]: Use pytest for 'check and Add 'patch phase.
(python2-rarfile): Remove, unsupported by upstream.
|
|
* gnu/packages/python-xyz.scm (python-jellyfish)[version]: Update to 0.8.8.
[arguments]: Use pytest.
[properties]: Remove python2-variant.
(python2-jellyfish): Remove, unsupported by upstream.
|
|
* gnu/packages/python-xyz.scm (python-munkres) [version]: Update to 1.1.4.
[arguments]: Re-enable test suite.
[native-inputs]: Add pytest.
|
|
* gnu/packages/python-xyz.scm (python-confuse)[version]: Update to 1.5.0.
[propagated-inputs]: Remove python-pathlib.
[synopsis]: Remove trailing dot.
|
|
* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable.
(python-rfc6555)[properties]: Remove field.
|
|
* gnu/packages/python-xyz.scm (date2name): New variable.
Co-authored-by: Ludovic Courtès <[email protected]>
|
|
* gnu/packages/python-xyz.scm (python-anyio)[arguments]: Disable asyncio
plugin, and explicitly disable network tests.
|
|
* gnu/packages/check.scm (python-pytest-mock-3): Remove variable.
* gnu/packages/python-xyz.scm (python-anyio)[native-inputs]: Replace
python-pytest-mock-3 with python-pytest-mock.
|
|
* gnu/packages/python-xyz.scm (python-bsddb3): Update to 6.2.9.
|
|
* gnu/packages/patches/python-chai-drop-python2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-chai)[source]: Use it.
|
|
Nothing depends on it.
* gnu/packages/python-xyz.scm (python2-chai): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable
'sanity-check' phase until dependencies for tests are packaged.
|
|
* gnu/packages/python-xyz.scm (python2-pillow)[arguments]: Disable tests.
|
|
The package doesn't build when wxpython support is activated, and the only
dependent (didjvu) doesn't need it.
* gnu/packages/python-xyz.scm (python2-gamera)[inputs]: Remove
python2-wxpython.
[arguments]: Add 'disable-wx-support' phase.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-core)[arguments]: Adjust
custom 'patch-testsuite phase to use GUIX_PYTHONPATH as the PYTHONPATH.
|
|
* gnu/packages/python-xyz.scm (python-jsonschema)[propagated-inputs]:
Remove python-importlib-metadata.
(python2-jsonschema)[propagated-inputs]: Add python2-importlib-metadata.
|
|
* gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Adjust
custom 'check phase to honor #:tests and to set the
JSON_SCHEMA_TEST_SUTE environment variable.
|
|
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.4.3.
[source]: Remove patch that is applied upstream.
[propagated-inputs]: Add python-certifi.
[inputs]: Add qhull.
[native-inputs]: Add python-wheel.
[arguments]: Extend regexp to match more image comparison tests.
Wrap long lines.
Use system freetype and qhull libraries.
|
|
* gnu/packages/python-xyz.scm (bpython): Update to 0.21.
[propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
Add python-pyxdg.
[native-inputs]: Add python-tox and python-wheel.
|
|
* gnu/packages/python-xyz.scm (python-cwcwidth): New variable.
|
|
* gnu/packages/python-xyz (python-jedi): Update to 0.18.0-1.1d94494.
[source]: Switch to git-fetch.
[native-inputs]: Add python-django-stubs and python-typeshed.
[arguments]: New unpack-submodule-sources phase. Also do not run pytest tests
that fail with pytest 6 revision.
|
|
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
|
|
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
|
|
Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
|
|
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Honor tests?.
|
|
* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the
'ensure-no-mtimes-pre-1980 phase.
|
|
* gnu/packages/python-xyz.scm (python-distutils/next): Remove variable.
(python-virtualenv)[propagated-inputs]: Switch from
python-distutils/next to python-distutils.
* gnu/packages/version-control.scm (pre-commit)[inputs]: Same.
|
|
* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Remove
variable.
(python-pikepdf) [native-inputs]: Swap for python-setuptools-scm.
* gnu/packages/python-compression.scm (python-multivolumefile,
python-bcj-cffi, python-ppmd-cffi, python-p77zr)[native-inputs]: Same.
* gnu/packages/pep.scm (python-pep-adapter)[native-inputs]: Same.
|
|
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-dateutil.
|
|
* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1.
|