summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-04-20gnu: shishi: Make shishi keys and database administrator-modifiable.Danny Milosavljevic
Fixes <https://bugs.gnu.org/30109>. * gnu/packages/kerberos.scm (shishi)[arguments]<#:configure-flags>: Add --with-key-dir, --with-db-dir. <#:phases>[disable-automatic-key-generation]: New phase.
2019-04-18gnu: python: Disable failing tests for Python 2.Maxim Cournoyer
Fixes issue #35311 (see: https://bugs.gnu.org/35311). * gnu/packages/python.scm (python-2.7)[make-flags]: Exclude the tests test_urllib2_localnet and test_httplib. * gnu/packages/python.scm (python-3.7)[make-flags]: Do not consider tests exclusions inherited from the python2 package, which leaves Python 3 unchanged.
2019-04-18build-system/python: Move the check phase after the install phase.Maxim Cournoyer
A reproducibility problem was discovered while packaging python-pygithub where the bytecode produced by running the tests would interfere with the result of the install phase byte compilation. Moving the check phase after the install phase solves the problem. * guix/build/python-build-system.scm (%standard-phases): Add comment, move the check phase after the install phase.
2019-03-23gnu: python-mako: Update to 1.0.8.Marius Bakke
* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8. [arguments]: Remove.
2019-03-23gnu: python-pytest: Update to 4.3.1.Marius Bakke
* gnu/packages/check.scm (python-pytest): Update to 4.3.1. [source](patches): Remove. * gnu/packages/patches/python-pytest-pluggy-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-03-23gnu: libgpg-error: Update to 1.36.Marius Bakke
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.36.
2019-03-23gnu: poppler: Update to 0.75.0.Marius Bakke
* gnu/packages/pdf.scm (poppler): Update to 0.75.0.
2019-03-23gnu: Python: Remove bundled libraries.Marius Bakke
Fixes <https://bugs.gnu.org/32957>. * gnu/packages/python.scm (python-2.7)[source](snippet): Remove bundled libffi, expat and zlib. Add substitution to make pyexpat use system expat. [arguments]: Add "--with-system-expat" to #:configure-flags. [inputs]: Add EXPAT. * gnu/packages/python.scm (python-3.7)[source](snippet): Delete bundled expat and add the same pyexpat substitution. * gnu/packages/python.scm (python2-minimal, python-minimal)[inputs]: Add EXPAT.
2019-03-23gnu: stb: Update snapshot.Marius Bakke
* gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd. (stb-image): Update to 2.22. (stb-image-write): Update to 1.13.
2019-03-23gnu: fontforge: Build against Python 3.Marius Bakke
* gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON.
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-23gnu: imagemagick: Update to 6.9.10-34.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34.
2019-03-23gnu: librsvg: Restore version 2.40.20.Marius Bakke
* gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable.
2019-03-23gnu: CUPS: Update to 2.2.11.Marius Bakke
* gnu/packages/cups.scm (cups-minimal): Update to 2.2.11.
2019-03-23gnu: gnome-shell: Use the test-only Xorg variant for tests.Marius Bakke
* gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS.
2019-03-23Merge branch 'master' into stagingMarius Bakke
2019-03-23gnu: ldb: Update to 1.6.3.Marius Bakke
* gnu/packages/samba.scm (ldb): Update to 1.6.3.
2019-03-23gnu: tevent: Update to 0.10.0.Marius Bakke
* gnu/packages/samba.scm (tevent): Update to 0.10.0.
2019-03-23gnu: talloc: Update to 2.2.0.Marius Bakke
* gnu/packages/samba.scm (talloc): Update to 2.2.0.
2019-03-23gnu: tdb: Update to 1.4.0.Marius Bakke
* gnu/packages/databases.scm (tdb): Update to 1.4.0.
2019-03-23gnu: ffmpeg: Update to 4.1.2.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.1.2.
2019-03-23gnu: Add perl6-json.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json): New variable.
2019-03-23gnu: Add perl6-mime-base64.Efraim Flashner
* gnu/packages/perl6.scm (perl6-mime-base64): New variable.
2019-03-23gnu: Add perl6-grammar-debugger.Efraim Flashner
* gnu/packages/perl6.scm (perl6-grammar-debugger): New variable.
2019-03-23gnu: Add perl6-grammar-profiler-simple.Efraim Flashner
* gnu/packages/perl6.scm (perl6-grammar-profiler-simple): New variable.
2019-03-23gnu: Add perl6-test-mock.Efraim Flashner
* gnu/packages/perl6.scm (perl6-test-mock): New variable.
2019-03-23gnu: Add perl6-oo-monitors.Efraim Flashner
* gnu/packages/perl6.scm (perl6-oo-monitors): New variable.
2019-03-23gnu: Add perl6-terminal-ansicolor.Efraim Flashner
* gnu/packages/perl6.scm (perl6-terminal-ansicolor): New variable.
2019-03-23gnu: Add perl6-svg-plot.Efraim Flashner
* gnu/packages/perl6.scm (perl6-svg-plot): New variable.
2019-03-23gnu: Add perl6-svg.Efraim Flashner
* gnu/packages/perl6.scm (perl6-svg): New variable.
2019-03-23gnu: Add perl6-xml-writer.Efraim Flashner
* gnu/packages/perl6.scm (perl6-xml-writer): New variable.
2019-03-23gnu: Add perl6-test-meta.Efraim Flashner
* gnu/packages/perl6.scm (perl6-test-meta): New variable.
2019-03-23gnu: Add perl6-license-spdx.Efraim Flashner
* gnu/packages/perl6.scm (perl6-license-spdx): New variable.
2019-03-23gnu: Add perl6-meta6.Efraim Flashner
* gnu/packages/perl6.scm (perl6-meta6): New variable.
2019-03-23gnu: Add perl6-json-class.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json-class): New variable.
2019-03-23gnu: Add perl6-json-marshal.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json-marshal): New variable.
2019-03-23gnu: Add perl6-json-unmarshal.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json-unmarshal): New variable.
2019-03-23gnu: Add perl6-json-name.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json-name): New variable.
2019-03-23gnu: Add perl6-json-fast.Efraim Flashner
* gnu/packages/perl6.scm (perl6-json-fast): New variable.
2019-03-23gnu: Add perl6-uri.Efraim Flashner
* gnu/packages/perl6.scm (perl6-uri): New variable.
2019-03-23gnu: Add perl6-zef.Efraim Flashner
* gnu/packages/perl6.scm (perl6-zef): New variable.
2019-03-23gnu: Add perl6-tap-harness.Efraim Flashner
* gnu/packages/perl6.scm (perl6-tap-harness): New variable.
2019-03-23build: Add rakudo-build-system.Efraim Flashner
* guix/build-system/rakudo.scm, guix/build/rakudo-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build System): Document it.
2019-03-23gnu: Add rakudo.Efraim Flashner
* gnu/packages/perl6.scm (rakudo): New variable.
2019-03-23gnu: Add nqp.Efraim Flashner
* gnu/packages/perl6.scm (nqp): New variable.
2019-03-23gnu: Add moarvm.Efraim Flashner
* gnu/packages/perl6.scm (moarvm): New variable.
2019-03-23gnu: Add libtommath-1.0.Efraim Flashner
* gnu/packages/multiprecision.scm (libtommath-1.0): New variable.
2019-03-23gnu: perl-libwww: Update source uri.Efraim Flashner
This is a follow-up to e4a69686abb3727ac41b7510fc5c4ce900083d62. * gnu/packages/web.scm (perl-libwww)[source]: Update to new upstream uri.
2019-03-23gnu: perl-plack-test-externalserver: Update to 0.02.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
2019-03-23gnu: perl-finance-quote: Update to 1.47.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-finance-quote): Update to 1.47.