~ruther/guix-local

7d0978f5 — Alex Kost 10 years ago
emacs: Remove unused module.

This is a followup to commit c67e344f21fda2bf5a2a377a34d4749a1c7e7c9c.

* emacs/guix-main.scm: Do not use (guix scripts pull).
f1f09937 — Alex Kost 10 years ago
emacs: Stylistic improvements in guile code.

* emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'.
(package-by-address): Likewise.
5f292845 — Alex Kost 10 years ago
emacs: Use 'build-and-use-profile' from (guix scripts package).

* guix/scripts/package.scm: Export 'build-and-use-profile'.
* emacs/guix-main.scm (process-package-actions): Use it.
2fc629dd — Leo Famulari 10 years ago
gnu: python-pyopenssl: Update to 16.0.0.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to
16.0.0.
[arguments]: Remove field.
4f363e73 — Leo Famulari 10 years ago
gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.

These packages should be udpated together.

* gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
(python-cryptogprahy-vectors): Update to 1.3.1.
61a4332d — Leo Famulari 10 years ago
gnu: python-pytest: Update to 2.7.3.

* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
560c0795 — Efraim Flashner 10 years ago
gnu: i3-wm: Update to 4.12.

* gnu/packages/wm.scm (13-wm): Update to 4.12.
0b65f1a0 — John Darrington 10 years ago
gnu: Move pspp from maths.scm to statistics.scm

* gnu/packages/maths.scm (pspp): Deleted.
* gnu/packages/statistics.scm (pspp): New variable.
16736e02 — Efraim Flashner 10 years ago
gnu: irssi: Update to 0.8.19.

* gnu/packages/irc.scm (irssi): Update to 0.8.19.
6c277c89 — Efraim Flashner 10 years ago
gnu: libpsl: Update to 0.13.0.

* gnu/packages/web.scm (libpsl): Update to 0.13.0.
[arguments]: Remove bootstrap phase.
[inputs]: Add python-2.
[native-inputs]: Remove autoconf, automake, gettext, which, libtool,
pkg-config.
8d9ac926 — Leo Famulari 10 years ago
gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].

* gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
0f3449fe — Jochem Raat 10 years ago
gnu: check: Update home page URL.

* gnu/packages/check.scm (check)[home-page]: Update to new location.

Signed-off-by: Alex Kost <alezost@gmail.com>
000bc04d — Alex Kost 10 years ago
gnu: magit: Update to 2.6.0.

* gnu/packages/emacs.scm (magit): Update to 2.6.0.
c5e1fcd0 — Raymond Nicholson 10 years ago
gnu: ffmpeg: Update to 3.0.0.

* gnu/packages/video.scm (ffmpeg): Update to 3.0.0.
[inputs]: Remove libquvi.
[arguments]: Remove '--enable-libquvi" configure flag, rename mipsdspri1
flag to mipsdsp.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3cf0dbda — Mathieu Lirzin 10 years ago
build: Distribute 'build-aux/test-driver.scm'.

* Makefile.am (EXTRA_DIST): Add 'build-aux/test-driver.scm'.
a9edb211 — Mathieu Lirzin 10 years ago
build: Add a Guile custom test driver using SRFI-64.

Before that '.log' files for scheme tests were fragmented and not
included in test-suite.log.  This unifies the semantics of SRFI-64 API
with Automake test suite.

* build-aux/test-driver.scm: New file.
* Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables.
(SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables.
(AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0.
* test-env.in: Silence guix-daemon.
* doc/guix.texi (Running the Test Suite): Describe how to display the
detailed results.  Bug reports require only 'test-suite.log' file.
* tests/base32.scm, tests/build-utils.scm, tests/builders.scm,
tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm,
tests/cve.scm, tests/derivations.scm, tests/elpa.scm,
tests/file-systems.scm, tests/gem.scm, tests/gexp.scm,
tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm,
tests/gremlin.scm, tests/hackage.scm, tests/hash.scm,
tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm,
tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm,
tests/profiles.scm, tests/publish.scm, tests/pypi.scm,
tests/records.scm, tests/scripts-build.scm, tests/scripts.scm,
tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm,
tests/store.scm, tests/substitute.scm, tests/syscalls.scm,
tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm,
tests/utils.scm: Don't exit at the end of test groups.
* tests/containers.scm: Likewise.  Use 'test-skip' instead of exiting
with error code 77.
e25f0174 — Ben Woodcroft 10 years ago
gnu: Remove duplicate python-pbr.

This is a follow-up to commit 1ef09c0c75c61fd70a84667a845a652995b38a94.

* gnu/packages/openstack.scm (python-pbr, python2-pbr): Move from here ...
* gnu/packages/python.scm: ... to here.
(python-pbr, python2-pbr): Delete duplicate packages.
692add53 — Ben Woodcroft 10 years ago
gnu: python-lockfile: Update to 0.12.2.

* gnu/packages/python.scm (python-lockfile): Update to 0.12.2.
[native-inputs]: Add python-pbr.
(python2-lockfile): Update to 0.12.2.
[native-inputs]: Add python2-setuptools, python2-pbr.
1804527a — Ben Woodcroft 10 years ago
gnu: python-lockfile Use 'python2-variant'.

* gnu/packages/python.scm (python-lockfile): Use 'python2-variant'.
[properties]: New field.
(python2-lockfile): Use 'strip-python2-variant'.
1ef09c0c — Ben Woodcroft 10 years ago
gnu: Add python-pbr.

* gnu/packages/python.scm (python-pbr, python2-pbr): New variables.
Next