| Commit message (Expand) | Author | Age |
... | |
| * | gnu: emacs-flycheck: Don't rely on pkg-info.el for 'flycheck-version'.•••* gnu/packages/emacs.scm (flycheck)[source]: Add 'modules' and
'snippet'.
| Ludovic Courtès | 2018-07-27 |
| * | gnu: pigx-scrnaseq: Disable another expensive test.•••* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[arguments]: Disable multiqc
test.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: Add snakemake-4.•••* gnu/packages/python.scm (snakemake-4): New variable.
* gnu/packages/bioinformatics.scm (pigx-bsseq, pigx-rnaseq, pigx-scrnaseq,
pigx-chipseq)[inputs]: Use it.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: snakemake: Add missing dependencies.•••* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-datrie,
python-docutils, python-jinja2, python-jsonschema, and python-networkx.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: Add python-datrie.•••* gnu/packages/python.scm (python-datrie): New variable.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: imagemagick: Update to 6.9.10-8.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-8.
| Marius Bakke | 2018-07-27 |
| * | gnu: mbedtls-apache: Update to 2.7.5.•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.5.
| Marius Bakke | 2018-07-27 |
| * | gnu: snakemake: Update to 5.2.0.•••* gnu/packages/python.scm (snakemake): Update to 5.2.0.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: guile-sdl2: Update to 0.3.0.•••* gnu/packages/sdl.scm (guile-sdl2): Update to 0.3.0.
[arguments]: Remove "patch-makefile" phase.
| Ricardo Wurmus | 2018-07-27 |
| * | gnu: tiled: Update to 1.1.6.•••* gnu/packages/game-development.scm (tiled): Update to 1.1.6.
[arguments]: Substitute invoke for system*.
| Kei Kebreau | 2018-07-27 |
| * | gnu: python-xsge: Update to 2018.02.26.•••* gnu/packages/game-development.scm (python-xsge, python2-xsge): Update to
2018.02.26.
[arguments]: Substitute invoke for system*.
| Kei Kebreau | 2018-07-26 |
| * | gnu: freeciv: Update to 2.6.0.•••* gnu/packages/games.scm (freeciv): Update to 2.6.0.
| Kei Kebreau | 2018-07-26 |
| * | gnu: ecryptfs-utils: Patch more hardcoded paths.•••* gnu/packages/linux.scm (ecryptfs-utils): [arguments]: Add an additional file
to be patched that was missing in the last fix. Ecryptfs will now find the
umount binary path as well as mount and others. Re-sort the list of files to be
substituted.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Brendan Tildesley | 2018-07-26 |
* | | gnu: poppler: Update to 0.67.0.•••* gnu/packages/pdf.scm (poppler): Update to 0.67.0.
| Marius Bakke | 2018-08-01 |
* | | gnu: pango: Update to 1.42.3.•••* gnu/packages/gtk.scm (pango): Update to 1.42.3.
| Marius Bakke | 2018-08-01 |
* | | gnu: zlib: Move static library to separate output.•••* gnu/packages/compression.scm (zlib)[outputs]: New field.
[arguments]: Add phase 'move-static-library'.
| Marius Bakke | 2018-07-30 |
* | | gnu: curl: Don't build static library.•••* gnu/packages/curl.scm (curl)[arguments]: Add "--disable-static" to
#:configure-flags.
| Marius Bakke | 2018-07-30 |
* | | gnu: shishi: Don't build static library.•••* gnu/packages/kerberos.scm (shishi)[arguments]: Add "--disable-static" to
#:configure-flags.
| Marius Bakke | 2018-07-30 |
* | | gnu: libidn: Don't build static libraries.•••* gnu/packages/libidn.scm (libidn)[arguments]: New field.
| Marius Bakke | 2018-07-30 |
* | | gnu: libunistring: Don't install static library.•••* gnu/packages/libunistring.scm (libunistring)[arguments]: Add #:configure-flags.
| Marius Bakke | 2018-07-30 |
* | | gnu: libidn2: Don't build static library.•••* gnu/packages/libidn.scm (libidn2)[arguments]: New field.
| Marius Bakke | 2018-07-30 |
* | | gnu: libtasn1: Don't build static library.•••* gnu/packages/tls.scm (libtasn1)[arguments]: New field.
| Marius Bakke | 2018-07-30 |
* | | gnu: nettle: Move static libraries to separate output.•••* gnu/packages/nettle.scm (nettle-2)[outputs]: Add "static".
[arguments]: Add #:phases.
| Marius Bakke | 2018-07-30 |
* | | gnu: python-pytest: Update to 3.6.4.•••* gnu/packages/check.scm (python-pytest): Update to 3.6.4.
[native-inputs]: Remove PYTHON-INVOKE.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-fonttools: Update license.•••This is a follow-up to commit 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a.
* gnu/packages/python.scm (python-fonttools)[license]: Change to EXPAT (since 3.21).
| Marius Bakke | 2018-07-28 |
* | | gnu: python-3.7: Update deleted tests.•••* gnu/packages/python.scm (python-3.7)[source]: Update the list of files
to be deleted in the snippet.
| Efraim Flashner | 2018-07-28 |
* | | gnu: python-fonttools: Update to 3.28.0.•••* gnu/packages/python.scm (python-fonttools): Update to 3.28.0.
[arguments]: Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
| Marius Bakke | 2018-07-28 |
* | | gnu: gdb: Fix build with Python >= 3.7.•••* gnu/packages/patches/gdb-python-3.7.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gdb.scm (gdb)[source](patches): New field.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pytest-mock: Update to 1.10.0.•••* gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pytest: Update to 3.6.3.•••* gnu/packages/check.scm (python-pytest): Update to 3.6.3.
[propagated-inputs]: Add PYTHON-ATOMICWRITES.
[native-inputs]: Add PYTHON-INVOKE.
| Marius Bakke | 2018-07-28 |
* | | gnu: Add python-invoke.•••* gnu/packages/python.scm (python-invoke, python2-invoke): New public variables.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pytest-cov: Update to 2.5.1.•••* gnu/packages/check.scm (python-pytest-cov): Update to 2.5.1.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-hypothesis: Update to 3.66.6.•••* gnu/packages/check.scm (python-hypothesis): Update to 3.66.6.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-flake8: Update to 3.5.0.•••* gnu/packages/python.scm (python-flake8): Update to 3.5.0.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pytest-runner: Update to 4.2.•••* gnu/packages/check.scm (python-pytest-runner): Update to 4.2.
[arguments]: Remove.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-setuptools: Update to 40.0.0.•••* gnu/packages/python.scm (python-setuptools): Update to 40.0.0.
[source](uri): Adjust to zipball archive.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pycodestyle: Update to 2.4.0.•••* gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-more-itertools: Update to 4.2.0.•••* gnu/packages/python.scm (python-more-itertools): Update to 4.2.0.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-pyflakes: Update to 2.0.0.•••* gnu/packages/python.scm (python-pyflakes): Update to 2.0.0.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-py: Update home page.•••* gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-py: Update to 1.5.4.•••* gnu/packages/python.scm (python-py): Update to 1.5.4.
| Marius Bakke | 2018-07-28 |
* | | gnu: python-py: Add missing dependency on setuptools-scm.•••* gnu/packages/python.scm (python-py)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
| Marius Bakke | 2018-07-28 |
* | | gnu: python: Build reproducibly.•••\o/
* gnu/packages/python.scm (python-3.7)[arguments]: Set PYTHONHASHSEED before
rebuilding all bytecode. Adjust regex so that lib2to3_ex.py gets compiled.
| Marius Bakke | 2018-07-28 |
* | | gnu: python: Rebuild bytecode after removing tests.•••* gnu/packages/python.scm (python-3.7)[arguments]: Run 'rebuild-bytecode'
after 'remove-tests' to save CPU cycles. Adjust exclude regex.
| Marius Bakke | 2018-07-28 |
* | | gnu: python: Update to 3.7.0.•••* 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.
| Marius Bakke | 2018-07-28 |
* | | gnu: python: Remove outdated comment and phases.•••* 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?.
| Marius Bakke | 2018-07-28 |
* | | gnu: libxml2: Add explicit dependency on XZ.•••* gnu/packages/xml.scm (libxml2)[inputs]: New field.
| Marius Bakke | 2018-07-28 |
* | | gnu: libxml2: Move static library to separate output.•••* gnu/packages/xml.scm (libxml2)[outputs, arguments]: New fields.
| Marius Bakke | 2018-07-28 |
* | | gnu: icu4c: Don't keep a reference to coreutils.•••* gnu/packages/icu4c.scm (icu4c)[arguments]: Add phase 'avoid-coreutils-reference'.
| Marius Bakke | 2018-07-28 |
* | | gnu: openldap: Don't build static libraries.•••* gnu/packages/openldap.scm (openldap)[arguments]: Add "--disable-static" to
#:configure-flags. Remove phase 'provide-libtool'.
| Marius Bakke | 2018-07-28 |