summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libidn: Don't build static libraries.Marius Bakke2018-07-30
| | | | * gnu/packages/libidn.scm (libidn)[arguments]: New field.
* gnu: libunistring: Don't install static library.Marius Bakke2018-07-30
| | | | * gnu/packages/libunistring.scm (libunistring)[arguments]: Add #:configure-flags.
* gnu: libidn2: Don't build static library.Marius Bakke2018-07-30
| | | | * gnu/packages/libidn.scm (libidn2)[arguments]: New field.
* gnu: libtasn1: Don't build static library.Marius Bakke2018-07-30
| | | | * gnu/packages/tls.scm (libtasn1)[arguments]: New field.
* gnu: nettle: Move static libraries to separate output.Marius Bakke2018-07-30
| | | | | * gnu/packages/nettle.scm (nettle-2)[outputs]: Add "static". [arguments]: Add #:phases.
* gnu: python-pytest: Update to 3.6.4.Marius Bakke2018-07-28
| | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.4. [native-inputs]: Remove PYTHON-INVOKE.
* gnu: python-fonttools: Update license.Marius Bakke2018-07-28
| | | | | | This is a follow-up to commit 4696368108c2e1500a8f1d8a0d75b5f0aef1c37a. * gnu/packages/python.scm (python-fonttools)[license]: Change to EXPAT (since 3.21).
* gnu: python-3.7: Update deleted tests.Efraim Flashner2018-07-28
| | | | | * gnu/packages/python.scm (python-3.7)[source]: Update the list of files to be deleted in the snippet.
* gnu: python-fonttools: Update to 3.28.0.Marius Bakke2018-07-28
| | | | | | * gnu/packages/python.scm (python-fonttools): Update to 3.28.0. [arguments]: Remove. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
* gnu: gdb: Fix build with Python >= 3.7.Marius Bakke2018-07-28
| | | | | | * 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.
* gnu: python-pytest-mock: Update to 1.10.0.Marius Bakke2018-07-28
| | | | * gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
* gnu: python-pytest: Update to 3.6.3.Marius Bakke2018-07-28
| | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.3. [propagated-inputs]: Add PYTHON-ATOMICWRITES. [native-inputs]: Add PYTHON-INVOKE.
* gnu: Add python-invoke.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-invoke, python2-invoke): New public variables.
* gnu: python-pytest-cov: Update to 2.5.1.Marius Bakke2018-07-28
| | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.5.1.
* gnu: python-hypothesis: Update to 3.66.6.Marius Bakke2018-07-28
| | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.66.6.
* gnu: python-flake8: Update to 3.5.0.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-flake8): Update to 3.5.0.
* gnu: python-pytest-runner: Update to 4.2.Marius Bakke2018-07-28
| | | | | * gnu/packages/check.scm (python-pytest-runner): Update to 4.2. [arguments]: Remove.
* gnu: python-setuptools: Update to 40.0.0.Marius Bakke2018-07-28
| | | | | * gnu/packages/python.scm (python-setuptools): Update to 40.0.0. [source](uri): Adjust to zipball archive.
* gnu: python-pycodestyle: Update to 2.4.0.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
* gnu: python-more-itertools: Update to 4.2.0.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-more-itertools): Update to 4.2.0.
* gnu: python-pyflakes: Update to 2.0.0.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-pyflakes): Update to 2.0.0.
* gnu: python-py: Update home page.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-py)[home-page]: Change to repository URL.
* gnu: python-py: Update to 1.5.4.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-py): Update to 1.5.4.
* gnu: python-py: Add missing dependency on setuptools-scm.Marius Bakke2018-07-28
| | | | * gnu/packages/python.scm (python-py)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python: Build reproducibly.Marius Bakke2018-07-28
| | | | | | | \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: python: Rebuild bytecode after removing tests.Marius Bakke2018-07-28
| | | | | * gnu/packages/python.scm (python-3.7)[arguments]: Run 'rebuild-bytecode' after 'remove-tests' to save CPU cycles. Adjust exclude regex.
* gnu: python: Update to 3.7.0.Marius Bakke2018-07-28
| | | | | | | | | | * 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: python: Remove outdated comment and phases.Marius Bakke2018-07-28
| | | | | | * 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: libxml2: Add explicit dependency on XZ.Marius Bakke2018-07-28
| | | | * gnu/packages/xml.scm (libxml2)[inputs]: New field.
* gnu: libxml2: Move static library to separate output.Marius Bakke2018-07-28
| | | | * gnu/packages/xml.scm (libxml2)[outputs, arguments]: New fields.
* gnu: icu4c: Don't keep a reference to coreutils.Marius Bakke2018-07-28
| | | | * gnu/packages/icu4c.scm (icu4c)[arguments]: Add phase 'avoid-coreutils-reference'.
* gnu: openldap: Don't build static libraries.Marius Bakke2018-07-28
| | | | | * gnu/packages/openldap.scm (openldap)[arguments]: Add "--disable-static" to #:configure-flags. Remove phase 'provide-libtool'.
* gnu: guile: Remove version 2.2.2.Ludovic Courtès2018-07-27
| | | | | | | * 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.
* gnu: guile: Update to 2.2.4.Ludovic Courtès2018-07-27
| | | | | | | | * 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.
* Merge branch 'master' into core-updatesLudovic Courtès2018-07-26
|\
| * gnu: cabextract: Delete bundled libmspack.Marius Bakke2018-07-26
| | | | | | | | * gnu/packages/compression.scm (cabextract)[source](modules, snippet): New field.
| * gnu: cabextract: Update to 1.7.Marius Bakke2018-07-26
| | | | | | | | * gnu/packages/compression.scm (cabextract): Update to 1.7.
| * gnu: fuse: Update source hash.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | 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.
| * gnu: make-u-boot-package: Don't install "sunxi-spl-with-ecc.bin".Danny Milosavljevic2018-07-26
| | | | | | | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]<#:phases> [install]: Don't install "sunxi-spl-with-ecc.bin".
| * gnu: Add ruby-net-scp.Danny Milosavljevic2018-07-26
| | | | | | | | * gnu/packages/ruby.scm (ruby-net-scp): New variable.
| * gnu: translate-shell: Fix .el install directory.Efraim Flashner2018-07-26
| | | | | | | | | | | | * gnu/packages/dictionaries.scm (translate-shell)[arguments]: Change the install directory during the custom 'emacs-install phase to match with other emacs .el packages.
| * gnu: java-picard: Fix manifest.Gábor Boskovits2018-07-26
| | | | | | | | | | * gnu/packages/bioinformatics.scm (java-picard)[arguments]: Adjust phase 'edit-classpath-in-manifest for the new manifest generation code.
| * gnu: python-qsintilla: Fix building.Efraim Flashner2018-07-26
| | | | | | | | | | * gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom 'configure phase to also patch the 'installed.txt' file.
| * gnu: linux-libre: Update to 4.17.10.Mark H Weaver2018-07-26
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.10. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.58.Mark H Weaver2018-07-26
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.115.Mark H Weaver2018-07-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115.
| * gnu: linux-libre@4.4: Update to 4.4.144.Mark H Weaver2018-07-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144.
| * gnu: Remove dangling variable.Marius Bakke2018-07-25
| | | | | | | | * gnu/packages/xml.scm (libxslt/fixed): Remove.
| * gnu: Update cabextract.org.uk home pages.Marius Bakke2018-07-25
| | | | | | | | | | * gnu/packages/compression.scm (libmspack, cabextract)[home-page, source]: Use HTTPS.
| * gnu: libmspack: Don't build static library.Marius Bakke2018-07-25
| | | | | | | | * gnu/packages/compression.scm (libmspack)[arguments]: Add #:configure-flags.