| Commit message (Expand) | Author | Age |
* | 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 |
* | build-self: Default to Guile 2.2 when building a standalone Guix.•••* build-aux/build-self.scm (build): Change #:guile-version to default to
"2.2" when PULL-VERSION is greater than 0.
| Ludovic Courtès | 2018-07-27 |
* | gnu: guile: Remove version 2.2.2.•••* gnu/packages/guile.scm (guile-2.2.2): Remove.
* guix/self.scm (guile-for-build): Remove special case for "2.2.2".
(guix-derivation): Likewise.
* build-aux/build-self.scm (build): Likewise.
| Ludovic Courtès | 2018-07-27 |
* | gnu: guile: Update to 2.2.4.•••* gnu/packages/guile.scm (guile-2.2): Update to 2.2.4.
(guile-2.2.4): Remove.
* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.
* guix/self.scm (guile-for-build): Likewise.
| Ludovic Courtès | 2018-07-27 |
* | gexp: Remove #:deprecation-warnings from 'imported-files'.•••This is a followup to 30d722c392960373bb45c3248d318ef6e248fb67.
* guix/gexp.scm (imported-files/derivation): Remove
#:deprecation-warnings. Pass "GUILE_WARN_DEPRECATED=no"
unconditionally to #:env-vars of 'gexp->derivation'. Adjust caller.
(imported-files): Remove #:deprecation-warnings and adjust callers.
(imported-modules): Likewise.
(compiled-modules, gexp->derivation): Adjust accordingly.
| Ludovic Courtès | 2018-07-27 |
* | gexp: Inline bug-fix in 'compiled-modules'.•••This is a followup to 5d669883ecc104403c5d3ba7d172e9c02234577c.
* guix/gexp.scm (compiled-modules)[build-utils-hack?]: Remove.
Inline everything as if BUILD-UTILS-HACK? is true.
| Ludovic Courtès | 2018-07-27 |
* | gexp: Remove backward compatibility hack for 'imported-files'.•••* guix/gexp.scm (gexp->derivation): Remove #:import-creates-derivation?.
(imported-files): Remove #:derivation? and adjust callers.
(imported-modules), compiled-modules): Likewise.
* guix/packages.scm (patch-and-repack): Adjust 'gexp->derivation' call.
| Ludovic Courtès | 2018-07-26 |
* | packages: 'patch-and-repack' compresses tarballs again.•••* guix/packages.scm (patch-and-repack): Add missing "a" in "tar cvfa".
Fixes a regression introduced in
3e95125e9bd0676d4a9add9105217ad3eaef3ff0 whereby we'd always create
uncompressed tarballs.
| Ludovic Courtès | 2018-07-26 |
* | Merge branch 'master' into core-updates | Ludovic Courtès | 2018-07-26 |
|\ |
|
| * | gnu: cabextract: Delete bundled libmspack.•••* gnu/packages/compression.scm (cabextract)[source](modules, snippet): New field.
| Marius Bakke | 2018-07-26 |
| * | gnu: cabextract: Update to 1.7.•••* gnu/packages/compression.scm (cabextract): Update to 1.7.
| Marius Bakke | 2018-07-26 |
| * | gnu: fuse: Update source hash.•••The fuse 2.9.8 tarball and signature was modified in place. Both are signed
by the same key, at different dates, and the only differences are directory
timestamps and a ChangeLog update.
* gnu/packages/linux.scm (fuse)[source](sha256): Update.
| Marius Bakke | 2018-07-26 |
| * | gnu: make-u-boot-package: Don't install "sunxi-spl-with-ecc.bin".•••* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases>
[install]: Don't install "sunxi-spl-with-ecc.bin".
| Danny Milosavljevic | 2018-07-26 |
| * | gnu: Add ruby-net-scp.•••* gnu/packages/ruby.scm (ruby-net-scp): New variable.
| Danny Milosavljevic | 2018-07-26 |
| * | gnu: translate-shell: Fix .el install directory.•••* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Change the
install directory during the custom 'emacs-install phase to match with
other emacs .el packages.
| Efraim Flashner | 2018-07-26 |
| * | gnu: java-picard: Fix manifest.•••* gnu/packages/bioinformatics.scm (java-picard)[arguments]: Adjust phase
'edit-classpath-in-manifest for the new manifest generation code.
| Gábor Boskovits | 2018-07-26 |
| * | gnu: python-qsintilla: Fix building.•••* gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom
'configure phase to also patch the 'installed.txt' file.
| Efraim Flashner | 2018-07-26 |
| * | gnu: linux-libre: Update to 4.17.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver | 2018-07-26 |
| * | gnu: linux-libre@4.14: Update to 4.14.58.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver | 2018-07-26 |
| * | gnu: linux-libre@4.9: Update to 4.9.115.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115.
| Mark H Weaver | 2018-07-26 |
| * | gnu: linux-libre@4.4: Update to 4.4.144.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144.
| Mark H Weaver | 2018-07-26 |
| * | gnu: Remove dangling variable.•••* gnu/packages/xml.scm (libxslt/fixed): Remove.
| Marius Bakke | 2018-07-25 |
| * | gnu: Update cabextract.org.uk home pages.•••* gnu/packages/compression.scm (libmspack, cabextract)[home-page, source]: Use
HTTPS.
| Marius Bakke | 2018-07-25 |
| * | gnu: libmspack: Don't build static library.•••* gnu/packages/compression.scm (libmspack)[arguments]: Add #:configure-flags.
| Marius Bakke | 2018-07-25 |
| * | gnu: libmspack: Update to 0.7.•••* gnu/packages/compression.scm (libmspack): Update to 0.7.
| Marius Bakke | 2018-07-25 |
| * | gnu: hplip-minimal: Simplify expression.•••* gnu/packages/cups.scm (hplip-minimal): Remove unnecessary quotes.
| Marius Bakke | 2018-07-25 |
| * | gnu: libjpeg-turbo: Don't build static libraries.•••* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add "--disable-static" to
#:configure-flags.
| Marius Bakke | 2018-07-25 |
| * | gnu: libjpeg-turbo: Update home page.•••* gnu/packages/image.scm (libjpeg-turbo)[home-page]: Use HTTPS.
| Marius Bakke | 2018-07-25 |