Age | Commit message (Collapse) | Author |
|
Also add a comment about 1.7.1. This doesn't warrant a changelog entry,
so you never read this.
* gnu/packages/python.scm (python-pep8)[home-page]: Use HTTPS.
|
|
* gnu/packages/python.scm (python-flake8)[arguments]: Add build phases
"delete-broken-test" and "fix-problem-with-pycodestyle".
[propagated-inputs]: Remove python-setuptools.
|
|
* gnu/packages/python.scm (python-flake8)[arguments]: Use INVOKE and always
return #T.
|
|
* gnu/packages/python.scm (python-dbus): Update to 1.2.8.
[inputs]: Replace "python" with "python-wrapper".
|
|
* gnu/packages/python.scm (python-cython)[arguments]: Remove failing test.
|
|
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4.
[arguments]: Use invoke.
|
|
|
|
* gnu/packages/python.scm (python-scipy)[arguments]: Only run the default test
suite. The full test suite is too expensive and brittle.
|
|
|
|
|
|
It was first added in 02f8f804f0242df885311715412a1e3ee5436f3b, then again in
2dd12924cf4a30a96262b6d392fcde58c9f10d4b.
* gnu/packages/python.scm (python-pafy): Remove duplicated package definition.
|
|
This is a follow-up to commit 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a.
* gnu/packages/python.scm (python-fonttools)[license]: Change to EXPAT (since 3.21).
|
|
* gnu/packages/python.scm (python-3.7)[source]: Update the list of files
to be deleted in the snippet.
|
|
|
|
* gnu/packages/python.scm (python-fonttools): Update to 3.28.0.
[arguments]: Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
|
|
* gnu/packages/python.scm (python-invoke, python2-invoke): New public variables.
|
|
* gnu/packages/python.scm (python-flake8): Update to 3.5.0.
|
|
* gnu/packages/python.scm (python-setuptools): Update to 40.0.0.
[source](uri): Adjust to zipball archive.
|
|
* gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
|
|
* gnu/packages/python.scm (python-more-itertools): Update to 4.2.0.
|
|
* gnu/packages/python.scm (python-pyflakes): Update to 2.0.0.
|
|
* gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
|
|
* gnu/packages/python.scm (python-py): Update to 1.5.4.
|
|
* gnu/packages/python.scm (python-py)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
|
|
\o/
* gnu/packages/python.scm (python-3.7)[arguments]: Set PYTHONHASHSEED before
rebuilding all bytecode. Adjust regex so that lib2to3_ex.py gets compiled.
|
|
* gnu/packages/python.scm (python-3.7)[arguments]: Run 'rebuild-bytecode'
after 'remove-tests' to save CPU cycles. Adjust exclude regex.
|
|
* gnu/packages/python.scm (python-3.6): Rename to ...
(python-3.7): ... this. Update to 3.7.0.
[arguments]: Remove phase 'patch-timestamp-for-pyc-files' and related code.
Add phases to unset SOURCE_DATE_EPOCH during the check phase.
(python-3): Is now PYTHON-3.7.
* guix/build/python-build-system.scm (enable-bytecode-determinism): Don't set
DETERMINISTIC_BUILD.
|
|
* gnu/packages/python.scm (python-2.7)[arguments]: Don't set SOURCE_DATE_EPOCH
or make libraries writable, since those are handled by gnu-build-system.
(python-3.6): Don't override :#tests?.
|
|
* gnu/packages/python.scm (snakemake-4): New variable.
* gnu/packages/bioinformatics.scm (pigx-bsseq, pigx-rnaseq, pigx-scrnaseq,
pigx-chipseq)[inputs]: Use it.
|
|
* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-datrie,
python-docutils, python-jinja2, python-jsonschema, and python-networkx.
|
|
* gnu/packages/python.scm (python-datrie): New variable.
|
|
* gnu/packages/python.scm (snakemake): Update to 5.2.0.
|
|
|
|
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4.
[arguments]: Use invoke.
|
|
Fixes <https://bugs.gnu.org/32170>.
* gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango.
[native-inputs]: Add python-pytest.
[arguments]: Enable tests.
[arguments]<#:phases>[patch-paths]: New phase.
|
|
* gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules):
Update to 0.2.2.
|
|
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
|
|
* gnu/packages/python.scm (python-xenon): Update to 0.5.4.
[arguments]: Remove part of custom 'patch-test-requirements phase.
|
|
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
|
|
|
|
* gnu/packages/python.scm (python-pyyaml): Update to 3.13.
|
|
|
|
* gnu/packages/python.scm (python-commandlines): New variable.
|
|
|
|
* gnu/packages/python.scm (python-rst.linker): Update to 1.10.
|
|
* gnu/packages/python.scm (python-xopen): Update to 0.3.3.
|
|
* gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add
python2-bz2file.
|
|
* gnu/packages/python.scm (python-parso): Update to 0.2.1.
|
|
|
|
* gnu/packages/python.scm (python-pandas): Update to 0.23.1.
[arguments]: Drop new S3 test.
[native-inputs]: Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.
|