Commit Graph

329 Commits (4a78fd4617908546be15d2c101f5cab512c71f8e)

Author SHA1 Message Date
ng0 4a78fd4617
Correct name and Email for ng0.
* .mailmap: Correct name and Email for ng0.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/emacs.scm, gnu/packages/enlightenment.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm,
gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,
gnu/packages/guile.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm,
gnu/packages/image-viewers.scm, gnu/packages/image.scm,
gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm,
gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm,
gnu/packages/music.scm, gnu/packages/ncurses.scm,
gnu/packages/networking.scm, gnu/packages/nickle.scm,
gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-crypto.scm, gnu/packages/python-web.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/ruby.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/serialization.scm,
gnu/packages/shells.scm, gnu/packages/ssh.scm,
gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xfce.scm, gnu/packages/xml.scm,
gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm,
guix/licenses.scm: Likewise.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2018-03-20 17:17:58 +01:00
Tobias Geerinckx-Rice 3def739da1
gnu: Use the CMake build system's #:build-type key.
* gnu/packages/code.scm (rtags)[arguments]: Move the CMAKE_BUILD_TYPE
from #:configure-flags to #:build-type.
* gnu/packages/databases.scm (apache-arrow)[arguments]: Likewise
* gnu/packages/engineering.scm (kicad)[arguments]: Likewise
* gnu/packages/flashing-tools.scm (heimdall)[arguments]: Likewise
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Likewise
* gnu/packages/linux.scm (rdma-core)[arguments]: Likewise
* gnu/packages/music.scm (portmidi)[arguments]: Likewise
* gnu/packages/photo.scm (rawtherapee)[arguments]: Likewise
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Likewise
* gnu/packages/serialization.scm (flatbuffers)[arguments]: Likewise
* gnu/packages/web.scm (tidy-html)[arguments]: Likewise
2018-03-17 16:37:28 +01:00
Tobias Geerinckx-Rice 93e8731dcb
gnu: perl-sql-abstract: Update to 1.85.
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.85.
2018-03-17 16:37:19 +01:00
Leo Famulari 5e5ac7102c
gnu: Add python-pyarrow.
* gnu/packages/databases.scm (python-pyarrow, python2-pyarrow): New variables.
2018-03-15 10:57:52 -04:00
Leo Famulari dae7661a0d
gnu: Add apache-arrow.
* gnu/packages/databases.scm (apache-arrow): New variable.
2018-03-15 10:57:52 -04:00
Marius Bakke 7fa9cca84a
gnu: rocksdb: Update to 5.10.4.
* gnu/packages/databases.scm (rocksdb): Update to 5.10.4.
[source]: Substitute the unbundled copy of GNU Parallel.
[arguments]: Add "V=1" "USE_RTTI=1" and
"ROCKSDBTESTS_END=db_tailing_iter_test" to #:make-flags.  Set #:test-target to
"check_some".  Respect parallel jobs in 'build-release-libraries' phase and
rename to 'build'.
[license]: Update for changes in 5.5.4.
2018-03-04 17:54:39 +01:00
Efraim Flashner c553b08b49
gnu: python-apsw: Use invoke.
* gnu/packages/databases.scm (python-apsw)[arguments]: Use invoke.
2018-03-04 12:05:14 +02:00
Efraim Flashner f5c847ebd0
gnu: python-apsw: Declare a source file-name.
* gnu/packages/databases.scm (python-apsw)[source]: Declare a source
file-name.
2018-03-04 12:05:14 +02:00
Leo Famulari 703a8b7dc5
gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.8.
2018-03-01 20:01:48 -05:00
Leo Famulari bb17b2be49
gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].
* gnu/packages/databases.scm (postgresql): Update to 10.3.
2018-03-01 20:01:48 -05:00
Leo Famulari e9802319f7
gnu: memcached: Update to 1.5.6.
* gnu/packages/databases.scm (memcached): Update to 1.5.6.
2018-03-01 20:00:12 -05:00
Ricardo Wurmus 29c9c9c2c1
gnu: r-rmysql: Update to 0.10.14.
* gnu/packages/databases.scm (r-rmysql): Update to 0.10.14.
2018-03-01 21:28:53 +01:00
Marius Bakke ff856cfdcc
gnu: python-pickleshare: Run the tests.
* gnu/packages/databases.scm (python-pickleshare)[arguments]: Replace CHECK-PHASE.
[native-inputs]: Add PYTHON-PYTEST.
2018-02-26 04:50:30 +01:00
Marius Bakke ed519b3c1f
gnu: python-pickleshare: Update to 0.7.4.
* gnu/packages/databases.scm (python-pickleshare): Update to 0.7.4.
[source](uri): Use PYPI-URI.
[propagated-inputs]: Remove.
[properties]: Delay python2 variant.
(python2-pickleshare)[propagated-inputs]: Add PYTHON2-PATHLIB2.
2018-02-26 04:49:52 +01:00
Mark H Weaver 150062f190
Merge branch 'master' into core-updates 2018-02-16 13:14:26 -05:00
Tobias Geerinckx-Rice 8c078ddec4
gnu: perl-dbd-pg: Update to 3.7.4.
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.4.
2018-02-16 11:15:02 +01:00
Mark H Weaver efe2a2833c
Merge branch 'master' into core-updates 2018-02-09 01:46:34 -05:00
Leo Famulari 2c433a1612
gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].
* gnu/packages/databases.scm (postgresql): Update to 10.2.
2018-02-08 17:47:52 -05:00
Mark H Weaver e7ca634912
Merge branch 'master' into core-updates 2018-02-03 22:46:07 -05:00
Christopher Baines 9b32bf6e6c
gnu: Fix and improve the mongo-tools package.
The hash of the source for this package is wrong. Most probably because the
source was changed from a tarball to a git repository without updating the
hash. Fixing this seems to break the check phase, so I rewrote that as well,
making changes to the build and install phases as needed.

* gnu/packages/databases.scm (mongo-tools)[source]: Update the hash value.
  [arguments]: Remove the different unpack path, as this isn't necessary when
  using the git repository as a source. Move the list of tools to make it
  accessible from multiple phases. Rewrite the build phase, getting it to
  install the tools in to the location the tests seem to expect to find
  them. Replace the check phase to run the tests for each tool
  individually. Add an install phase to install the tools, now that go install
  is not being run in the build phase.
  [native-inputs]: Add go-github.com-smartystreets-goconvey as a native-input
  as this is required for running the tests.
2018-02-01 20:21:25 +00:00
Marius Bakke bee7bb315c
Merge branch 'master' into core-updates 2018-02-01 13:18:47 +01:00
Christopher Baines 33c88fcb25
gnu: Add mongo-tools.
* gnu/packages/databases.scm (mongo-tools): New variable.
2018-01-30 07:41:31 +00:00
Christopher Baines 5807172300
gnu: Add go-gopkg.in-mgo.v2.
* gnu/packages/databases.scm (go-gopkg.in-mgo.v2): New variable.
2018-01-30 07:41:30 +00:00
Mark H Weaver b9ed5ef3fb
gnu: Add sqlite-with-fts5.
* gnu/packages/databases.scm (sqlite-with-fts5): New variable.
2018-01-28 00:23:32 -05:00
Mark H Weaver b89d8a4271
Merge branch 'master' into core-updates 2018-01-26 00:15:26 -05:00
Tobias Geerinckx-Rice bbf9092b9d
gnu: 4store: Update URI.
* gnu/packages/databases.scm (4store)[source, home-page]: Update URI.
2018-01-26 00:09:19 +01:00
Mark H Weaver e074a655dd
Merge branch 'master' into core-updates 2018-01-19 23:59:20 -05:00
Efraim Flashner 8d7b476ba9
gnu: mongodb: Fix indentation.
* gnu/packages/databases.scm (mongodb): Replace tabs with spaces.
2018-01-18 15:12:04 +02:00
Efraim Flashner 7f6a607e2a
gnu: mysql: Update to 5.7.21.
* gnu/packages/databases.scm (mysql): Update to 5.7.21.
2018-01-18 15:12:02 +02:00
Christopher Baines 0076f5a98c
gnu: Remove redundant wrapping from packages using ruby-build-system.
Now that the build system does wrapping automatically, it can be removed from
the packages that do it manually.

* gnu/packages/databases.scm (es-dump-restore)[arguments]: Remove #:phases.
* gnu/packages/ruby.scm (ruby-redcloth)[arguments]: Remove #:phases.
  (ruby-httpclient)[arguments]: Remove 'wrap-bin-httpclient from the modified
  phases.
2018-01-14 22:16:26 +00:00
Christopher Baines 3cb3fa6747
guix: build: ruby-build-system: Install to the vendor directory
* guix/build/ruby-build-system.scm (install): Install gems to the vendor
  directory, rather than the GEM_HOME. The vendor directory does not include
  the version of ruby used to install the gem in the path, which makes it
  easier to add it to the GEM_PATH for all versions of ruby to use.
  (gem-home): Remove procedure.
* gnu/packages/ruby.scm (ruby, ruby-2.1)[native-search-paths]: Switch to
  lib/ruby/vendor_ruby.
  (ruby-1.8)[native-search-paths]: Remove native-search-paths.
  (gem-directory): Remove procedure.
  (ruby-ansi, ruby-ae)[arguments]: Remove use of gem-directory.
  (ruby-metaclass, ruby-instantiator, ruby-introspection, ruby-mocha,
  ruby-nokogiri, ruby-minitest-tu-shim, ruby-redcloth)[arguments]: Remove use
  of gem-home.
  (ruby-git, ruby-httpclient)[arguments]: Remove use of GEM_HOME.
* gnu/packages/databases.scm (es-dump-restore)[arguments]: Remove use of
  GEM_HOME.
2018-01-14 22:16:08 +00:00
Leo Famulari 4adb40bffc
Merge branch 'master' into core-updates 2018-01-11 14:22:50 -08:00
amirouche 3926a099b4
gnu: guile-wiredtiger: Update to 0.6.3.
* gnu/package/databases.scm (guile-wiredtiger): Update to 0.6.3.
[arguments]: Enable tests; disable parallel tests; remove
'remove-bundled-dependencies' phase.
[synopsis, description]: Improve them.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-01-08 12:46:53 -05:00
Efraim Flashner 23de2e1d5f
Merge remote-tracking branch 'origin/master' into core-updates 2017-12-31 14:10:25 +02:00
Christopher Baines 90205b625e
gnu: Run some tests in the mongodb package check phase.
Previously the mongodb dbtests and unittests were only built, and not actually
run.

* gnu/packages/databases.scm (mongodb)[native-inputs]: Add python2-minimal,
  python2-pymongo and python2-pyyaml for running the resmoke.py program, and
  add tzdata as some tests fail without this.
  [arguments]: Run the tests through the resmoke.py script in the check phase,
  set TZDIR as a couple of tests seem to depend on this, add a comment about
  the resource requirements of the tests, as they require a large amount of
  disk space, and disable the async_stream_test, as it seems to hang.
2017-12-27 13:28:34 +00:00
Christopher Baines a469c69508
gnu: Build wiredtiger with builtin compressors.
WiredTiger is used by MongoDB, and it seems to require it to be built with
builtin support for snappy compression.

* gnu/packages/databases.scm (wiredtiger)[arguments]: Replace --enable-zlib
  and --enable-snappy with --with-builtins=snappy,zlib.
2017-12-27 13:28:24 +00:00
Tobias Geerinckx-Rice 53ae35e443
gnu: python-sqlalchemy-utils: Update to 0.32.21.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
2017-12-26 16:44:52 +01:00
Tobias Geerinckx-Rice bcdc5caed7
gnu: python-sadisplay: Update to 0.4.8.
* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
2017-12-26 16:43:57 +01:00
Tobias Geerinckx-Rice a7f27da7f2
gnu: check, databases: Use HTTPS for bitbucket.org.
* gnu/packages/check.scm (python-pytest-capturelog)[home-page]: Likewise.
* gnu/packages/databases.scm (python-alembic)[home-page]: Likewise.
2017-12-26 02:27:42 +01:00
Tobias Geerinckx-Rice 08455a3464
gnu: python-redis: Update to 2.10.6.
* gnu/packages/databases.scm (python-redis): Update to 2.10.6.
2017-12-26 02:03:41 +01:00
Tobias Geerinckx-Rice 030274ccac
gnu: python-alembic: Update to 0.9.6.
* gnu/packages/databases.scm (python-alembic): Update to 0.9.6.
2017-12-26 02:03:41 +01:00
Christopher Baines 3faa422d5f
gnu: Build wiredtiger with snappy support.
This is probably necessary to get the MongoDB package in Guix to successfully
use the Guix wiredtiger package, as MongoDB it uses wiredtiger with snappy by
default.

* gnu/packages/databases.scm (wiredtiger)[arguments]: Add --enable-snappy to
  #:configure-flags.
  [inputs]: Add snappy.
2017-12-22 19:23:53 +00:00
Leo Famulari 0054564b85
gnu: mariadb: Update to 10.1.29.
* gnu/packages/databases.scm (mariadb): Update to 10.1.29.
2017-12-22 10:53:50 -05:00
Marius Bakke 32cd878be0
Merge branch 'master' into core-updates 2017-12-19 01:42:40 +01:00
Efraim Flashner 439980b707
gnu: perl-sql-abstract: Update source uri.
* gnu/packages/databases.scm (perl-sql-abstract)[source]: Update source uri.
2017-12-10 11:35:28 +02:00
Marius Bakke 9e111db453
Merge branch 'master' into core-updates 2017-12-07 18:26:11 +01:00
Tobias Geerinckx-Rice b10ac21511
gnu: perl-dbd-pg: Update to 3.7.0.
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.0
2017-12-07 02:59:24 +01:00
Tobias Geerinckx-Rice 47b059197d
gnu: perl-sql-abstract: Update to 1.84.
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.84
2017-12-07 02:59:24 +01:00
Tobias Geerinckx-Rice b2b995622a
gnu: perl-dbix-class-schema-loader: Update to 0.07047.
* gnu/packages/databases.scm (perl-dbix-class-schema-loader): Update to
0.07047
2017-12-07 02:59:17 +01:00
Tobias Geerinckx-Rice 84a0008ae7
gnu: perl-dbi: Update to 1.637.
* gnu/packages/databases.scm (perl-dbi): Update to 1.637
2017-12-07 02:57:28 +01:00