Age | Commit message (Expand) | Author |
2021-12-16 | gnu: python-magic: Work around crash on .crx files....* gnu/packages/patches/python-magic-python-bytecode.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-magic)[source](patches): Add it.
[inputs]: Add FILE-NEXT.
[arguments]: While at it, remove input labels.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add FILE-NEXT.
| Marius Bakke |
2021-12-16 | gnu: python-magic: Run more tests....* gnu/packages/python-xyz.scm (python-magic): Invoke one more test file.
| Marius Bakke |
2021-12-16 | gnu: python-daemon: Fix test failure....* gnu/packages/python-xyz.scm (python-daemon)[arguments]: Patch one test &
remove trailing #t.
| Marius Bakke |
2021-12-16 | gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH....Judging by the documentation
(https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html)
_DIR can only be a single value, whereas _PATH supports :-delimited
values and extends _DIR with extra directories.
* gnu/packages/python-xyz.scm (python-jupyter-core)[native-search-paths]:
Replace _DIR with _PATH.
(python-nbconvert)[arguments]: Unset JUPYTER_CONFIG_PATH during tests.
(python-notebook)[arguments]: Dito.
| Lars-Dominik Braun |
2021-12-15 | gnu: python-setuptools-for-tensorflow: Fix build....* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]:
Add phase 'compatibility-fixes; disable tests.
[native-inputs]: Add python-pytest, python-mock, and python-six.
| Ricardo Wurmus |
2021-12-14 | gnu: python2-entrypoints: Add missing input....* gnu/packages/python-xyz.scm (python2-entrypoints)[propagated-inputs]: Add
python2-configparser.
(python-entrypoints)[properties]: Add python2-variant.
| Ricardo Wurmus |
2021-12-14 | gnu: python-setuptools-scm-git-archive: Don't install duplicate egginfo....* gnu/packages/python-xyz.scm (python-setuptools-scm-git-archive)[arguments]:
New field.
| Marius Bakke |
2021-12-13 | gnu: python-distributed: Update to 2021.11.2....* gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2.
[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
| Marius Bakke |
2021-12-13 | gnu: python-dask: Remove bundled versioneer....* gnu/packages/python-xyz.scm (python-dask)[source](snippet): New field.
[arguments]: Add versioneer phase.
[native-inputs]: Add PYTHON-VERSIONEER.
| Marius Bakke |
2021-12-13 | gnu: python-versioneer: Add support for Guix build directories....* gnu/packages/patches/python-versioneer-guix-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
| Marius Bakke |
2021-12-13 | gnu: python-versioneer: Update to 0.21....* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
| Marius Bakke |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Add python-robotframework-datadriver....* gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
| Maxim Cournoyer |
2021-12-13 | gnu: Add python-robotframework-stacktrace....* gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
| Maxim Cournoyer |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-13 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-12-12 | gnu: python-pyflakes@2.2: Adjust tests for Python 3.9....* gnu/packages/patches/python-pyflakes-test-location.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-pyflakes-2.2): Use it.
| Ludovic Courtès |
2021-12-12 | gnu: python-moto: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-moto)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2021-12-12 | gnu: python-moto: Update to 2.2.12....* gnu/packages/python-xyz.scm (python-moto): Update to 2.2.12.
[arguments]: Make some cosmetic changes.
<#:phases>: Don't return #t. Support cross-compilation in
'patch-hardcoded-executable-names. Skip more tests and simplify the custom
'check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2021-12-12 | gnu: Update awscli, python-boto3 and python-botocore....awscli, botocore and boto3 work together and typically require matching
versions.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.22.11.
(python-boto3): Update to 1.19.11.
[native-inputs]: Add python-pytest.
* gnu/packages/python-web.scm (awscli): Update to 1.21.11.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2021-12-12 | gnu: Add python-ipaddress....* gnu/packages/python-xyz.scm (python-ipaddress): New variable;
(python2-ipaddress): Use package-with-python2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi |
2021-12-10 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-12-10 | gnu: pyzo: Update to 4.11.7....* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
| Nicolas Goaziou |
2021-12-09 | gnu: python-rich: Remove optional input ipywidgets....* gnu/packages/python-xyz.scm (python-rich)[propagated-inputs]: Remove
python-ipywidgets.
| Ricardo Wurmus |
2021-12-09 | gnu: python2-matplotlib: Fix mpl_toolkits module....* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Add phase
'create-init-file; restore 'sanity-check phase.
| Ricardo Wurmus |
2021-12-08 | gnu: python2-jinja2: Downgrade to 2.11.3...* gnu/packages/python-xyz.scm (python2-jinja2): Downgrade to the last version
supporting Python 2.
(python-jinja2)[properties]: Record python2-variant.
| Ricardo Wurmus |
2021-12-08 | gnu: python2-markupsafe: Downgrade to 1.1.1....* gnu/packages/python-xyz.scm (python2-markupsafe): Downgrade to 1.1.1,
because that's the last version to support Python 2.
| Ricardo Wurmus |
2021-12-08 | gnu: python-userspacefs: Update to 2.0.4....* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.4.
| Efraim Flashner |
2021-12-08 | gnu: python-toolz: Update to 0.11.2....* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.2.
| Marius Bakke |
2021-12-07 | gnu: Add python-cytoolz-for-cooler....* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
| Ricardo Wurmus |
2021-12-07 | gnu: python-sparse: Update to 0.13.0....* gnu/packages/python-xyz.scm (python-sparse): Update to 0.13.0.
| Ricardo Wurmus |
2021-12-07 | gnu: python-dask: Update to 2021.11.2....* gnu/packages/python-xyz.scm (python-dask): Update to 2021.11.2.
[source]: Fetch from github.
[arguments]: Remove phase 'disable-broken-tests.
| Ricardo Wurmus |
2021-12-07 | gnu: python-dask: Run tests conditionally....* gnu/packages/python-xyz.scm (python-dask)[arguments]: Respect TESTS? option.
| Ricardo Wurmus |
2021-12-07 | gnu: python-dask: Add missing input for tests....* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add
python-pytest-rerunfailures.
| Ricardo Wurmus |
2021-12-07 | gnu: python-cytoolz: Update to 0.11.2....* gnu/packages/python-xyz.scm (python-cytoolz): Update to 0.11.2.
[source]: Add snippet.
| Ricardo Wurmus |
2021-12-06 | gnu: python-kivy: Add missing dependencies....* gnu/packages/python-xyz.scm (python-kivy)[arguments]: Add 'set-home'
phase.
[inputs]: Add PYTHON-DOCUTILS, PYTHON-KIVY-GARDEN, and PYTHON-PYGMENTS.
[synopsis, description]: Tweak.
| Ludovic Courtès |
2021-12-06 | gnu: Add python-kivy-garden....* gnu/packages/python-xyz.scm (python-kivy-garden): New variable.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-05 | gnu: Add python-mistune-next....* gnu/packages/python-xyz.scm (python-mistune-next): New variable.
| Marius Bakke |
2021-12-05 | gnu: Add pudb....* gnu/packages/python-xyz.scm (pudb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-03 | gnu: python2-openpyxl: Explicitly build with Python 2....* gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value
for #:python field.
| Ricardo Wurmus |
2021-12-02 | gnu: python2-decorator: Downgrade to 4.3.0...* gnu/packages/python-xyz.scm (python2-decorator): Keep at 4.3.0.
(python-decorator)[properties]: Add python2-variant.
| Ricardo Wurmus |
2021-12-02 | gnu: python-ipython: Update to 7.20.0....* gnu/packages/python-xyz.scm (python-ipython): Update to 7.20.0.
| Ricardo Wurmus |
2021-12-02 | gnu: python-ipython: Remove trailing #T....* gnu/packages/python-xyz.scm (python-ipython)[arguments]: Remove trailing #T
from build phases.
| Ricardo Wurmus |
2021-12-02 | gnu: python2-matplotlib: Disable sanity-check....* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete
'sanity-check phase.
| Ricardo Wurmus |
2021-12-02 | gnu: python2-matplotlib: Remove trailing #T....* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove
trailing #T from build phase.
| Ricardo Wurmus |
2021-12-02 | gnu: python2-numpy: Delete file that depends on deleted test....This is a follow-up to commit ec4892c742ff4e2f00d0fc2595843890ef16afa3.
* gnu/packages/python-xyz.scm (python2-numpy)[arguments]: Also delete a second
test file that depends on the previously deleted test file.
| Ricardo Wurmus |
2021-12-02 | gnu: python2-numpy: Do not inherit native-inputs....* gnu/packages/python-xyz.scm (python2-numpy)[native-inputs]: Do not inherit
from Python 3 variant; use only python2-cython, python2-pytest, and gfortran.
[arguments]: Add phase 'delete-failing-test.
| Ricardo Wurmus |
2021-12-01 | gnu: python-daemon: Update to 2.3.0....* gnu/packages/python-xyz.scm (python-daemon): Update to 2.3.0.
[native-inputs]: Add python-coverage and python-twine.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Attila Lendvai |
2021-12-01 | gnu: Add python-codespell....* gnu/packages/python-xyz.scm (python-codespell): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |