summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: shishi: Make shishi keys and database administrator-modifiable.Danny Milosavljevic2019-04-20
| | | | | | | | 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.
* gnu: python: Disable failing tests for Python 2.Maxim Cournoyer2019-04-18
| | | | | | | | | 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.
* build-system/python: Move the check phase after the install phase.Maxim Cournoyer2019-04-18
| | | | | | | | | | 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.
* gnu: python-mako: Update to 1.0.8.Marius Bakke2019-03-23
| | | | | * gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8. [arguments]: Remove.
* gnu: python-pytest: Update to 4.3.1.Marius Bakke2019-03-23
| | | | | | | * 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.
* gnu: libgpg-error: Update to 1.36.Marius Bakke2019-03-23
| | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.36.
* gnu: poppler: Update to 0.75.0.Marius Bakke2019-03-23
| | | | * gnu/packages/pdf.scm (poppler): Update to 0.75.0.
* gnu: Python: Remove bundled libraries.Marius Bakke2019-03-23
| | | | | | | | | | | | 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.
* gnu: stb: Update snapshot.Marius Bakke2019-03-23
| | | | | | * gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd. (stb-image): Update to 2.22. (stb-image-write): Update to 1.13.
* gnu: fontforge: Build against Python 3.Marius Bakke2019-03-23
| | | | * gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON.
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-23
|\
| * gnu: imagemagick: Update to 6.9.10-34.Marius Bakke2019-03-23
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34.
| * gnu: librsvg: Restore version 2.40.20.Marius Bakke2019-03-23
| | | | | | | | | | * gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable.
| * gnu: CUPS: Update to 2.2.11.Marius Bakke2019-03-23
| | | | | | | | * gnu/packages/cups.scm (cups-minimal): Update to 2.2.11.
| * gnu: gnome-shell: Use the test-only Xorg variant for tests.Marius Bakke2019-03-23
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS.
| * Merge branch 'master' into stagingMarius Bakke2019-03-23
| |\
| | * gnu: ldb: Update to 1.6.3.Marius Bakke2019-03-23
| | | | | | | | | | | | * gnu/packages/samba.scm (ldb): Update to 1.6.3.
| | * gnu: tevent: Update to 0.10.0.Marius Bakke2019-03-23
| | | | | | | | | | | | * gnu/packages/samba.scm (tevent): Update to 0.10.0.
| | * gnu: talloc: Update to 2.2.0.Marius Bakke2019-03-23
| | | | | | | | | | | | * gnu/packages/samba.scm (talloc): Update to 2.2.0.
| | * gnu: tdb: Update to 1.4.0.Marius Bakke2019-03-23
| | | | | | | | | | | | * gnu/packages/databases.scm (tdb): Update to 1.4.0.
| | * gnu: ffmpeg: Update to 4.1.2.Marius Bakke2019-03-23
| | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 4.1.2.
| | * gnu: Add perl6-json.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json): New variable.
| | * gnu: Add perl6-mime-base64.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-mime-base64): New variable.
| | * gnu: Add perl6-grammar-debugger.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-grammar-debugger): New variable.
| | * gnu: Add perl6-grammar-profiler-simple.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-grammar-profiler-simple): New variable.
| | * gnu: Add perl6-test-mock.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-test-mock): New variable.
| | * gnu: Add perl6-oo-monitors.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-oo-monitors): New variable.
| | * gnu: Add perl6-terminal-ansicolor.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-terminal-ansicolor): New variable.
| | * gnu: Add perl6-svg-plot.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-svg-plot): New variable.
| | * gnu: Add perl6-svg.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-svg): New variable.
| | * gnu: Add perl6-xml-writer.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-xml-writer): New variable.
| | * gnu: Add perl6-test-meta.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-test-meta): New variable.
| | * gnu: Add perl6-license-spdx.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-license-spdx): New variable.
| | * gnu: Add perl6-meta6.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-meta6): New variable.
| | * gnu: Add perl6-json-class.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json-class): New variable.
| | * gnu: Add perl6-json-marshal.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json-marshal): New variable.
| | * gnu: Add perl6-json-unmarshal.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json-unmarshal): New variable.
| | * gnu: Add perl6-json-name.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json-name): New variable.
| | * gnu: Add perl6-json-fast.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-json-fast): New variable.
| | * gnu: Add perl6-uri.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-uri): New variable.
| | * gnu: Add perl6-zef.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-zef): New variable.
| | * gnu: Add perl6-tap-harness.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (perl6-tap-harness): New variable.
| | * build: Add rakudo-build-system.Efraim Flashner2019-03-23
| | | | | | | | | | | | | | | | | | | | | * 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.
| | * gnu: Add rakudo.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (rakudo): New variable.
| | * gnu: Add nqp.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (nqp): New variable.
| | * gnu: Add moarvm.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/perl6.scm (moarvm): New variable.
| | * gnu: Add libtommath-1.0.Efraim Flashner2019-03-23
| | | | | | | | | | | | * gnu/packages/multiprecision.scm (libtommath-1.0): New variable.
| | * gnu: perl-libwww: Update source uri.Efraim Flashner2019-03-23
| | | | | | | | | | | | | | | | | | This is a follow-up to e4a69686abb3727ac41b7510fc5c4ce900083d62. * gnu/packages/web.scm (perl-libwww)[source]: Update to new upstream uri.
| | * gnu: perl-plack-test-externalserver: Update to 0.02.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | | | | | * gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
| | * gnu: perl-finance-quote: Update to 1.47.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | | | | | * gnu/packages/web.scm (perl-finance-quote): Update to 1.47.