Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
|
|
Numpy 1.20 is required by numba and umap-learn. Attempts to rename numpy 1.20
to allow it to coexist with numpy 1.21 in the same environment have not been
successful.
* gnu/packages/python-xyz.scm (python-numpy): Rename to...
(python-numpy-next): ...this variable.
(python2-numpy): Use python-numpy-next package as parent.
(python-numpy-1.20): Inherit from python-numpy-next.
(python-numpy): New variable pointing to python-numpy-1.20.
(python-numba)[propagated-inputs]: Replace python-numpy-1.20 with
python-numpy.
|
|
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add
PYTHON-PYQT.
|
|
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0.
[arguments]: Disable one test.
|
|
* gnu/packages/python-xyz.scm (python2-joblib)[version]: Explicitly set to
0.14.1.
[source]: Do not inherit.
|
|
* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1.
[propagated-inputs]: Replace python-numpy with python-numpy-1.20.
[arguments]: Add phase 'disable-failing-tests.
|
|
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
|
|
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T
from build phase.
|
|
* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0.
[native-inputs]: Add PYTHON-PYTEST.
|
|
Previously 'test_delete' and a couple of related tests in
'test_content_api.py' would fail:
https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html
Reported by Ricardo Wurmus.
* gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add
'use-our-home-for-tests' phase. In 'check' phase, remove call to
'setenv' and unnecessary use of 'with-directory-excursion'.
|
|
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0.
[propagated-inputs]: Add python-six.
[native-inputs]: Add python-nose.
[arguments]: Enable tests; add build phases 'avoid-OSError and
'delete-broken-tests; replace the 'check phase to run nosetests.
|
|
* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH
instead of PYTHONPATH in 'check phase.
|
|
* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with
GUIX_PYTHONPATH instead of PYTHONPATH.
|
|
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a
complete sentence.
|
|
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when
TESTS? is #true.
|
|
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH
in 'check phase.
|
|
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Delete phase
'disable-failing-tests; disable only test_show_completion and
test_install_completion in 'check phase; add phase 'patch-shell-reference.
|
|
* gnu/packages/python-xyz.scm (python-dbusmock)
[phases]{patch-shell-path}: Rename to...
{patch-paths}: ... this, and also patch the dbus-daemon reference.
|
|
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
|
|
* gnu/packages/python-xyz.scm (python-xlwt)[arguments]: Update 'check phase to
set GUIX_PYTHONPATH instead of PYTHONPATH.
|
|
* gnu/packages/python-xyz.scm (python2-virtualenv)[arguments]: Remove field.
|
|
* gnu/packages/python-xyz.scm (python-pymediainfo)[description]: Extend it to
a complete sentence.
|
|
* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]: Use
ADD-INSTALLED-PYTHONPATH instead of manipulating PYTHONPATH directly.
|
|
* gnu/packages/python-xyz.scm (python2-send2trash)[arguments]: Use
GUIX_PYTHONPATH instead of PYTHONPATH.
|
|
Fixes <https://issues.guix.gnu.org/50947>.
Reported by John Kehayias <john.kehayias@protonmail.com>.
* gnu/packages/python-xyz.scm (python-graphene): Update to 3.0.
[propagated-inputs]: Replace "python-iso8601" by "python-aniso8601".
|
|
* gnu/packages/python-xyz.scm (python-sgmllib3k): Adjust description and
remove same-named definition that provided version 1.0.0.
|
|
|
|
* gnu/packages/python-xyz.scm (python-minikanren): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-etuples): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-cons): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-logical-unification): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-multipledispatch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-hnswlib): New variable.
|
|
* gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.1.
[arguments]: Delete custom fix-tests phase.
[native-inputs]: Add python-flake8.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of
"command".
|
|
* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
|
|
* gnu/packages/python-xyz (python-translate-toolkit): Update to 3.5.1.
(python2-translate-toolkit): Keep at previous version.
|
|
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add
texlive-grffile and texlive-stringenc to texlive-updmap.cfg union.
|
|
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Credits to the 'sanity-check' phase for detecting this problem.
* gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add
python-attrs.
|
|
This library is no longer supported (doesn't build with Python 3.9; see
https://github.com/Martiusweb/asynctest/issues/158).
* gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
|
|
* gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3.
[phases]{disable-problematic-tests}: Delete an extra test module.
[native-inputs]: Remove python-asynctest.
|
|
* gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
|
|
* gnu/packages/python-xyz.scm (python-dotenv): New variable.
|
|
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.21.3.
[native-inputs]: Add python-hypothesis and python-pytest-xdist.
[phases]: Delete trailing #t. Do not explicitly reorder the check phase, as
it already runs after the install phase for the python build system.
{configure-blas-lapack}: Rename to...
{configure-blas}: ... this, to cleanup remnants of lapack left in commit
6623d1cd7f3.
{check}: Honor TESTS?. Invoke the tests via the runtests.py script and enable
parallel tests.
(python2-numpy-1.8)[phases]{configure-blas-lapack}: Likewise (as for the
python-numpy package).
|
|
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete
trailing #t.
|
|
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18.
(python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure
variable.
|
|
* gnu/packages/python-xyz.scm (python-flit): Update to 3.3.0.
|