Commit graph

57556 commits

Author SHA1 Message Date
Marius Bakke ee38d87c58
gnu: Remove flex@2.6.1.
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
2020-03-21 20:17:20 +01:00
Marius Bakke a67c4ff369
gnu: GRUB: Use the latest version of QEMU for tests.
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from
QEMU-MINIMAL-2.10 to QEMU-MINIMAL.
2020-03-21 20:17:20 +01:00
Marius Bakke f142c0775a
gnu: GRUB: Build with the latest version of Flex.
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1
to FLEX.
2020-03-21 20:17:20 +01:00
Marius Bakke 9dec91229b
gnu: python-grpcio: Update to 1.27.2.
* gnu/packages/rpc.scm (python-grpcio): Update to 1.27.2.
[source](modules, snippet): New fields.
[arguments]: Add phases to use system libraries and the correct compiler.
[inputs]: Add C-ARES, OPENSSL, and ZLIB.
2020-03-21 20:17:20 +01:00
Marius Bakke 80a8583a6b
gnu: TensorFlow: Correct gRPC input.
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Move
GRPC:STATIC ...
[inputs]: ... here.
2020-03-21 20:17:20 +01:00
Marius Bakke 447fafe3d7
gnu: gRPC: Update to 1.27.3.
* gnu/packages/rpc.scm (grpc): Update to 1.27.3.
[arguments]: Add "-DgRPC_ABSL_PROVIDER=package" in #:configure-flags.
[inputs]: Add ABSEIL-CPP.
(grpc-1.16.1): New public variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from GRPC
to GRPC-1.16.
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs, inputs]: Likewise.
2020-03-21 20:17:20 +01:00
Marius Bakke c28a8855f1
gnu: python-gast: Update to 0.3.3.
* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
2020-03-21 20:17:19 +01:00
Tobias Geerinckx-Rice de1d778ef5
gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.
* gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice aa033c8e49
gnu: lua5.2-expat: Use HTTPS home page.
* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice de94865859
gnu: git-test-sequence: Use HTTPS home page.
* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice 05fe0f5648
gnu: ogre: Use HTTPS home page.
* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice e2b70d90ca
gnu: ruby-sequel: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-sequel)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice 3573971209
gnu: ruby-rspec: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice c6be7eeddf
gnu: opencl-clhpp: Use HTTPS home page.
* gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice 7e0f9df902
gnu: gnupg: Update to 2.2.20 [security fix].
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.20.
2020-03-21 16:20:11 +01:00
6033fe7de85d 6a65ec0945
gnu: Add emacs-objed.
*gnu/packages/emacs-xyz.scm (emacs-objed): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:41:51 +01:00
Vincent Legoll 93a267b7a4
gnu: blktrace: Update to db4f634.
* gnu/packages/linux.scm (blktrace): Update to db4f634.
[revision]: Increment variable.
[patches]: Remove variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:17:22 +01:00
Vitaliy Shatrov 2eb39cd26c
gnu: coreutils: Improve description.
* gnu/packages/base.scm (coreutils): Improve description and state that there
is no shell included.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:13:30 +01:00
Danny Milosavljevic ba2a1436d8
gnu: Add r-boa.
* gnu/packages/cran.scm (r-boa): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:03 +01:00
Naga Malleswari 1163dacd4b
gnu: Add r-crochet.
* gnu/packages/cran.scm (r-crochet): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:00 +01:00
Jakub Kądziołka bbeb710de7
gnu: Add hash-extender.
* gnu/packages/crypto.scm (hash-extender): New variable.
* gnu/packages/patches/hash-extender-test-suite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the new file.
2020-03-21 12:56:11 +01:00
Marius Bakke f2c7513d16
gnu: python-grpcio: Move to (gnu packages rpc).
* gnu/packages/python-xyz.scm (python-grpcio): Move from here ...
* gnu/packages/rpc.scm (python-grpcio): ... to here.
2020-03-21 12:22:22 +01:00
Marius Bakke c61557b1b6
gnu: gRPC: Move to (gnu packages rpc).
* gnu/packages/machine-learning.scm (grpc): Move to ...
* gnu/packages/rpc.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/hyperledger.scm: Adjust module imports.
2020-03-21 12:22:22 +01:00
Marius Bakke dcff9bda97
gnu: python-language-server: Build with python-jedi@0.15.2.
* gnu/packages/python-xyz.scm (python-language-server)[propagated-inputs]:
Remove PYTHON-JEDI.  Add PYTHON-JEDI-0.15.
(python-jedi-0.15, python-parso-0.5): New public variables.
2020-03-21 11:58:26 +01:00
Tobias Geerinckx-Rice 8198c19c12
gnu: python-django: Use HTTPS home page.
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice fa7efe1798
gnu: python2-s3cmd: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice acf2b20069
gnu: rsync: Use system zlib and popt libraries.
Reduce our likelihood of contracting security bugs at the expense of
compression ratio (in some cases) and compatibility with rsync≤3.1.1.

rsync@3.1.2 was released in 2014.  Time to upgrade your CentOS box.

* gnu/packages/rsync.scm (rsync)[inputs]: Add popt and zlib.
[arguments]: Use them.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice f9caa6c7c1
gnu: perl-archive-zip: Update to 1.68.
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.68.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice 02e052ba9d
gnu: guile3.0-syntax-highlight: Use HTTPS home page.
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice 69669b2877
gnu: guile-rsvg: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice 2aaa09f17d
gnu: hdf-eos2: Use HTTPS home page.
* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice a7b7817dd8
gnu: ruby-omniauth: Update to 1.9.1.
* gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice fa2a0fd00b
gnu: Use ‘license:’ prefix in (gnu packages libreoffice).
* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix
and adjust all callers.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 7ea838447c
gnu: r-maptools: Use HTTPS home page.
* gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice d8bf501eb2
gnu: ocaml-sedlex: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 786886d1f5
gnu: ocaml-tsdl: Update to 0.9.7.
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7.
[native-inputs]: Remove ocaml-ocb-stubblr.
[inputs]: Remove ocaml-result.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 2d1e064694
gnu: ocaml-tsdl: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice fed4ff33fa
gnu: sbcl-parse-number: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 9ca4c65492
gnu: sbcl-parse-js: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 113c9b97b4
gnu: sbcl-cl+ssl: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice 46a5d07ef7
gnu: cl-jonathan: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.
2020-03-21 03:09:41 +01:00
Christopher Baines 6b8c390f28
gnu: python-botocore: Update to 1.15.26.
To keep compatability with awscli.

* gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
2020-03-21 00:15:11 +00:00
Ludovic Courtès f2b24f01f4
packages: 'package-field-location' preserves the original file name.
Fixes <https://bugs.gnu.org/39425>.
Reported by Alex ter Weele <alex.ter.weele@gmail.com>.

* guix/packages.scm (package-field-location): Remove 'with-fluids' for
'%file-port-name-canonicalization'.  Change the 'file' field of the
resulting location to FILE.
2020-03-20 23:59:31 +01:00
Ludovic Courtès fe4a37276b
gnu: guix: Install SysV init files to $(prefix)/etc.
Fixes <https://bugs.gnu.org/40153>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

This is a followup to 73fbe04107.

* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "sysvinitservicedir" in 'nix/local.mk'.
2020-03-20 23:59:31 +01:00
Leo Famulari f08040c5f8
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
2020-03-20 18:51:51 -04:00
Leo Famulari e401653b51
gnu: FFmpeg: Prefer dav1d over libaom.
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (ffmpeg)[source]: Use it.
2020-03-20 18:51:51 -04:00
Marius Bakke 85bad77fac
gnu: python2-faker: Add explicit dependency on six.
This is a follow-up to commit a6a7336964.

* gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
PYTHON2-SIX.
2020-03-20 22:55:01 +01:00
Marius Bakke 51d42caa94
gnu: python-orator: Update to 0.9.9.
* gnu/packages/databases.scm (python-orator): Update to 0.9.9.
[arguments]: Remove #:phases.  Add #:tests?.
[native-inputs]: Remove.
[propagated-inputs]: Add PYTHON-PYYAML.
2020-03-20 22:41:59 +01:00
Marius Bakke a6a7336964
gnu: Update python-faker to to 4.0.2, python2-faker to 3.0.1.
* gnu/packages/patches/python-faker-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-faker): Update to 4.0.2.
[source](patches, modules, snippet): Remove.
[arguments]: Adjust check phase.
[native-inputs]: Remove PYTHON-EMAIL-VALIDATOR and PYTHON-MOCK.  Add
PYTHON-FREEZEGUN, PYTHON-PYTEST, PYTHON-RANDOM2, and PYTHON-VALIDATORS.
[propagated-inputs]: Remove PYTHON-SIX.  Add PYTHON-TEXT-UNIDECODE.
(python2-faker): Update to 3.0.1.
[native-inputs]: Add PYTHON2-MOCK.
2020-03-20 22:41:59 +01:00
Marius Bakke fe36fdb206
gnu: Add python-random2.
* gnu/packages/python-xyz.scm (python-random2, python2-random2): New public
variables.
2020-03-20 22:41:59 +01:00