me
/
guix
Archived
1
0
Fork 0
Commit Graph

499 Commits (dd0568a77951804d97884a0a0a3a3ed38ca0a184)

Author SHA1 Message Date
Marius Bakke dd0568a779
Merge branch 'master' into core-updates 2020-03-19 08:50:35 +01:00
Marius Bakke e7a90f28cb
gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
2020-03-19 08:41:51 +01:00
Marius Bakke 24b5767dad
gnu: git: Update to 2.25.2.
* gnu/packages/version-control.scm (git): Update to 2.25.2.
2020-03-19 08:41:49 +01:00
Marius Bakke c4d769d359
Merge branch 'master' into core-updates 2020-03-18 19:41:08 +01:00
Ludovic Courtès b6bee63bed
gnu: Default to Guile 3.0.
This patch changes three things:

  1. package derivations are built using Guile 3.0;

  2. 'gexp->derivation' defaults to Guile 3.0;

  3. "guile3.0-" packages are deprecated aliases for the regular
     package, which now depends on Guile 3.0; "guile2.2-" packages are
     introduced; "guile-next" is renamed to "guile".

* gnu/packages/guile.scm (guile-2.0/fixed): Remove.
(guile-3.0/fixed): New variable.
(package-for-guile-3.0): Remove.
(package-for-guile-2.2): New variable.
(define-deprecated-guile3.0-package): New macro.
(guile-3.0)[name]: Change to "guile".
(guile-json-3)[native-inputs, inputs]: New fields.
(guile2.2-json): New variable.
(guile3.0-json): Deprecate.
(guile-gdbm-ffi)[native-inputs]: Switch to GUILE-3.0.
(guile2.2-gdbm-ffi): New variable.
(guile3.0-gdbm-ffi): Deprecate.
(guile-sqlite3): Switch to GUILE-3.0.
(guile2.2-sqlite3): New variable.
(guile3.0-sqlite3): Deprecate.
(guile-bytestructures): Switch to GUILE-3.0.
(guile2.2-bytestructures): New variable.
(guile3.0-bytestructures): Deprecate.
(guile-git): Switch to GUILE-3.0.
(guile2.2-git): New variable.
(guile3.0-git): Deprecate.
(guile-2.2/bug-fix):
* gnu/packages/ci.scm (cuirass): Switch to GUILE-3.0.
* gnu/packages/emacs-xyz.scm (emacs-guix): Switch to GUILE-3.0.
* gnu/packages/gtk.scm (guile-cairo)[arguments]: New field.
Switch to GUILE-3.0.
(guile2.2-cairo): New variable.
(guile3.0-cairo): Deprecate.
(guile-rsvg): Switch to GUILE-3.0.
(guile2.2-cairo): New variable.
(guile3.0-cairo): Deprecate.
(guile-present): Switch to GUILE-3.0.
(guile2.2-present): New variable.
(guile3.0-present): Deprecate.
(guile-gnome)[propagated-inputs]: Use GUILE2.2-CAIRO and GUILE2.2-LIB.
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: Add #:configure-flags.
Switch to GUILE-3.0.
(guile2.2-fibers): New variable.
(guile3.0-fibers): Deprecate.
(guile-syntax-highlight): Switch to GUILE-3.0.
(guile2.2-syntax-highlight): New variable.
(guile3.0-syntax-highlight): Deprecate.
(guile-colorized): Switch to GUILE-3.0.
(guile2.2-colorized): New variable.
(guile3.0-colorized): Deprecate.
(guile-pfds): Switch to GUILE-3.0.
(guile2.2-pfds): New variable.
(guile3.0-pfds): Deprecate.
(guile-simple-zmq): Switch to GUILE-3.0.
(guile2.2-simple-zmq): New variable.
(guile3.0-simple-zmq): Deprecate.
(guile-newt): Switch to GUILE-3.0.
(guile2.2-newt): New variable.
(guile3.0-newt): Deprecate.
(guile-parted): Switch to GUILE-3.0.
(guile2.2-parted): New variable.
(guile3.0-parted): Deprecate.
(guile-config): Switch to GUILE-3.0.
(guile2.2-config): New variable.
(guile3.0-config): Deprecate.
(guile-hall): Switch to GUILE-3.0.
(guile2.2-hall): New variable.
(guile3.0-hall): Deprecate.
(guile-ics): Switch to GUILE-3.0.
(guile2.2-ics): New variable.
(guile3.0-ics): Deprecate.
(guile-wisp)[arguments]: Add 'support-guile-3.0' phase.
Switch to GUILE-3.0.
(guile2.2-wisp): New variable.
(guile3.0-wisp): Deprecate.
(guile-lib): Switch to GUILE-3.0.
(guile2.2-lib): New variable.
(guile3.0-lib): Deprecate.
(guile-minikanren): Switch to GUILE-3.0.
(guile2.2-minikanren): New variable.
(guile3.0-minikanren): Deprecate.
(guile-irregex): Switch to GUILE-3.0.
(guile2.2-irregex): New variable.
(guile3.0-irregex): Deprecate.
(haunt): Switch to GUILE-3.0, and remove GUILE-READER.
(guile2.2-haunt): New variable.
(guile3.0-haunt): Deprecate.
(guile-commonmark): Switch to GUILE-3.0.
(guile2.2-commonmark): New variable.
(guile3.0-commonmark): Deprecate.
(mcron): Switch to GUILE-3.0.
(guile2.0-mcron): New variable.
(guile3.0-mcron): Deprecate.
(guile-picture-language): Switch to GUILE-3.0.
(guile2.2-picture-language): New variable.
(guile3.0-picture-language): Deprecate.
(guile-gi): Switch to GUILE-3.0.
(guile2.2-gi): New variable.
(guile3.0-gi): Deprecate.
(guile-hashing): Switch to GUILE-3.0.
(guile2.2-hashing): New variable.
(guile3.0-hashing): Deprecate.
* gnu/packages/package-management.scm (guix): Switch to GUILE-3.0.
(guile2.2-guix): New variable.
(guile3.0-guix): Deprecate.
(gwl): Replace "guile3.0-" with "guile-".
(guix-jupyter)[source]: Adjust for Guile 3.0.
Switch to GUILE-3.0.
* gnu/packages/ssh.scm (guile-ssh): Switch to GUILE-3.0.
(guile2.2-ssh): New variable.
(guile3.0-ssh): Deprecate.
* gnu/packages/admin.scm (shepherd): Switch to GUILE-3.0.
(guile2.2-shepherd): New variable.
(guile3.0-shepherd): Deprecate.
* gnu/packages/mail.scm (mailutils): Switch to GUILE-3.0.
(guile2.2-mailutils): New variable.
(guile3.0-mailutils): Deprecate.
* gnu/packages/plotutils.scm (guile-charting): Switch to GUILE-3.0.
(guile2.2-charting): New variable.
(guile3.0-charting): Deprecate.
* gnu/packages/version-control.scm (libgit2): Switch to GUILE-3.0.
* gnu/packages/vpn.scm (vpnc-scripts): Switch to GUILE-3.0.
* gnu/packages/web.scm (guix-data-service): Switch to GUILE-3.0.
(hpcguix-web): Switch to GUILE-3.0.
* guix/self.scm (specification->package): Refer to the "guile-" variants
instead of "guile3.0-".
* guix/gexp.scm (default-guile): Change to GUILE-3.0.
* build-aux/build-self.scm (build): #:guile-version defaults to "3.0".
* gnu/packages/commencement.scm (guile-final): Base on GUILE-3.0/FIXED.
2020-03-16 15:44:02 +01:00
Marius Bakke 961d2ee269
Merge branch 'master' into core-updates 2020-03-14 13:13:40 +01:00
Ludovic Courtès d3fecbab82
gnu: Add tla.
* gnu/packages/version-control.scm (tla): New variable.
2020-03-16 22:58:37 +01:00
Marius Bakke 24464edd31
gnu: Remove python2-gitdb.
Upstream no longer supports Python 2 and there are no users in Guix.

* gnu/packages/version-control.scm (python2-gitdb): Remove variable.
2020-03-16 15:45:36 +01:00
Marius Bakke 751c1b5960
gnu: Remove python2-gitpython.
This package fails to build and has no users in Guix.

* gnu/packages/version-control.scm (python2-gitpython): Remove variable.
2020-03-16 15:45:35 +01:00
Marius Bakke 2680a3d83e
gnu: Remove git-annex-remote-hubic.
This package does not build and is officially unmaintained since 2017.

* gnu/packages/version-control.scm (git-annex-remote-hubic): Remove variable.
2020-03-16 15:45:34 +01:00
Tobias Geerinckx-Rice f930814afa
gnu: Add gitless.
* gnu/packages/version-control.scm (gitless): New public variable.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-03-12 04:57:42 +01:00
Tobias Geerinckx-Rice 8173e7a02a
gnu: git-flow: Use HTTPS home page.
* gnu/packages/version-control.scm (git-flow)[home-page]: Use HTTPS.
2020-03-11 00:13:56 +01:00
Marius Bakke 50b99c90c8
Merge branch 'master' into core-updates 2020-03-10 20:50:02 +01:00
Marius Bakke 944e3502b1
gnu: mercurial: Enable more tests.
* gnu/packages/version-control.scm (mercurial)[arguments]: Add phase
'patch-tests'.  Do not remove patched tests in the 'check' phase.
2020-03-10 20:26:17 +01:00
Tobias Geerinckx-Rice fdfe65b74c
gnu: gitolite: Use HTTPS home page.
* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
2020-03-10 12:06:50 +01:00
Marius Bakke a125397a4b
gnu: mercurial: Update to 5.3.1.
* gnu/packages/version-control.scm (mercurial): Update to 5.3.1.
[native-inputs]: Add WHICH.
2020-03-06 18:42:36 +01:00
Marius Bakke ebb7cf9e21
Merge branch 'master' into core-updates 2020-03-04 23:16:17 +01:00
Marius Bakke 0a7aa6922b
gnu: libgit2: Update to 0.99.0.
* gnu/packages/patches/libgit2-avoid-python.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/version-control.scm (libgit2): Update to 0.99.0.
[source](patches): Remove 'libgit2-avoid-python.patch'.
[source](snippet): Preserve bundled copy of http-parser.
[arguments]: Remove "-DUSE_SHA1DC" from #:configure-flags, which is no longer
optional and enabled by default.  Add "-DUSE_NTLMCLIENT=OFF" and
"-DREGEX_BACKEND=pcre2".  Add phase 'fix-pcre2-reference'.
[inputs]: Remove HTTP-PARSER.
[propagated-inputs]: Add PCRE2.
[native-inputs]: Remove GUILE-2.2.  Add PYTHON.
2020-03-04 22:06:23 +01:00
Ricardo Wurmus 7dffb5bace
gnu: git: Remove Python 2 from the package closure.
* gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc with
asciidoc-py3.
2020-03-03 15:18:30 +01:00
Ricardo Wurmus 7138257892
gnu: git: Build with Python 3.
* gnu/packages/version-control.scm (git)[inputs]: Replace python-2 with
python.
[arguments]: Replace /usr/bin/python with python3.
2020-03-03 15:18:30 +01:00
Maxim Cournoyer 1639e0b7b6
gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2.
* gnu/packages/python-xyz.scm (python-smmap): Rename from python-smmap2, and
update to version 3.0.1.
(python-smmap2, python2-smmap2): Preserve original bindings, marked as
deprecated.
* gnu/packages/version-control.scm (python-gitdb)[propagated-inputs]: Depend
on the new python-smmap package.
2020-03-02 17:03:03 -05:00
Maxim Cournoyer 166dbbb012
gnu: python-gitpython: Update to 3.1.0.
* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
2020-03-02 17:03:03 -05:00
Maxim Cournoyer cbe4272e6f
gnu: python-gitdb: Update to 4.0.2.
* gnu/packages/version-control.scm (python-gitdb): Update to 4.0.2.
[source]: Correct the PyPI URL to refer to the actual gitdb package, not a
mirror.  This mirror had a problematic setup.py install requirement that
required gitdb>=4.0.1, which would cause run time errors when using snakemake.
2020-03-02 17:03:03 -05:00
Efraim Flashner fa9f5df7c4
gnu: subversion: Don't build static libraries.
This drops the size of the package by about 27%.

* gnu/packages/version-control.scm (subversion)[arguments]: Add
configure-flag to not build static libraries.
2020-02-21 08:50:48 +02:00
Tobias Geerinckx-Rice a894ca327b
gnu: cvs-fast-export: Use non-native Python 3.
* gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]:
Remove python-2.
[inputs]: Add python-wrapper.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice d462bf0e49
gnu: cvs-fast-export: Update to 1.51.
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.51.
[arguments]: Remove obsolete ‘remove-optimizations’ phase.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice 364873b508
gnu: git: Update to 2.25.1.
* gnu/packages/version-control.scm (git): Update to 2.25.1.
2020-02-17 17:12:45 +01:00
Marius Bakke 7edafc884c
Merge branch 'master' into core-updates 2020-02-14 19:05:45 +01:00
Christopher Baines cd820bf788
gnu: subversion: Disable parallel tests.
These seem to work fine on x86_64-linux, but on i686-linux some tests fail
when running in parallel.

FAIL:  fs-fs-pack-test 4: commit to a packed FSFS filesystem
FAIL:  fs-test: Unknown test failure; see tests.log.
FAIL:  io-test: Unknown test failure; see tests.log.
FAIL:  op-depth-test: Unknown test failure; see tests.log.
FAIL:  wc-test: Unknown test failure; see tests.log.
Summary of test results:
  2243 tests PASSED
  96 tests SKIPPED
  43 tests XFAILED
  5 tests FAILED
SUMMARY: Some tests failed.

* gnu/packages/version-control.scm (subversion)[arguments]: Add
 #:parallel-tests? #f and use this in the 'set-PARALLEL phase.
2020-02-12 09:32:23 +00:00
Tobias Geerinckx-Rice 8dc9437599
gnu: gource: Update to 0.51.
* gnu/packages/version-control.scm (gource): Update to 0.51.
2020-02-12 05:00:45 +01:00
Tobias Geerinckx-Rice a322891780
gnu: gource: Use HTTPS home page.
* gnu/packages/version-control.scm (gource)[home-page]: Use HTTPS.
2020-02-12 05:00:45 +01:00
Christopher Baines 59796dfd63
gnu: subversion: Support running the tests in parallel.
This drops the time to build the package on my machine from ~14 minutes to ~5
minutes.

* gnu/packages/version-control.scm (subversion)[arguments]: Add set-PARALLEL
phase to set the PARALLEL environment variable.
2020-02-11 08:40:32 +00:00
Marius Bakke 22236ceb64
gnu: git, git-minimal: Do not retain a reference to 'bash-for-tests'.
Fixes <https://bugs.gnu.org/39513>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/packages/version-control.scm (git, git-minimal)[inputs]: Move BASH ...
[native-inputs]: ... here.  Add BASH-MINIMAL.
2020-02-10 23:03:30 +01:00
Brice Waegeneire ddc5e74684
gnu: git-crypt: Install man page.
* gnu/packages/version-control.scm (git-crypt)[native-inputs]: Add
dockbook-xsl, libxslt.
[arguments]: Add phase patch-makefile.
2020-02-10 00:49:50 +01:00
Brice Waegeneire 57f90b2a24
gnu: git-crypt: Update to 0.6.0.
* gnu/packages/version-control.scm (git-crypt): Update to 0.6.0.
2020-02-10 00:49:45 +01:00
Eric Bavier f6a2a5cc9c
gnu: git-flow: Update to 1.12.3.
* gnu/packages/version-control.scm (git-flow): Update to 1.12.3.
[source]: Use maintained fork.
2020-02-07 23:00:33 -06:00
Marius Bakke 8ed9be3fac
Merge branch 'staging' into core-updates 2020-01-21 22:39:42 +01:00
Tobias Geerinckx-Rice 90b8f4e292
gnu: stgit: Update to 0.21.
* gnu/packages/version-control.scm (stgit): Update to 0.21.
[native-inputs]: Add perl.
[arguments]: Build with default Python (3).
Add ‘hard-code-version’ and ‘patch-tests’ phases.
Fix and run all remaining tests in the ‘check’ phase.
2020-01-17 03:57:30 +01:00
Christopher Baines add8d50911
gnu: Add python-git-multimail.
* gnu/packages/version-control.scm (python-git-multimail): New variable.
2020-01-16 21:30:14 +00:00
Tobias Geerinckx-Rice ef201cfee7
gnu: cgit: Update to 1.2.2.
* gnu/packages/version-control.scm (cgit): Update to 1.2.2.
[inputs]: Update git-source to 2.25.0.
2020-01-16 19:51:56 +01:00
Tobias Geerinckx-Rice 03d76f8a42
gnu: mercurial: Raise test time-outs.
Let Guix handle them.  Fixes <https://paste.debian.net/plain/1126159>.

* gnu/packages/version-control.scm (mercurial)[arguments]:
Raise individual test time-outs to 1 day.
2020-01-15 23:02:11 +01:00
Tobias Geerinckx-Rice e2e62bf55a
gnu: mercurial: Run tests verbosely and respect settings.
* gnu/packages/version-control.scm (mercurial)[arguments]:
Invoke ‘run-tests.py’ directly and verbosely.
Respect #:tests? and parallel-job-count.
2020-01-15 22:42:17 +01:00
Marius Bakke 3cfe76bec0
Merge branch 'master' into core-updates 2020-01-15 00:09:46 +01:00
Tobias Geerinckx-Rice 0aaab7f857
gnu: git: Update to 2.25.0.
* gnu/packages/version-control.scm (git): Update to 2.25.0.
2020-01-14 22:04:42 +01:00
Marius Bakke b7bf02a418
Merge branch 'master' into core-updates 2020-01-11 22:38:24 +01:00
Roel Janssen 10576acbbf
gnu: mercurial: Update to 5.2.1.
* gnu/packages/version-control.scm (mercurial): Update to 5.2.1.
[arguments]: Remove hard dependency on Python 2. Replace check phase to work
around known failing tests.
[native-inputs]: Add python-nose, and unzip.

Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-10 19:22:22 -06:00
Mathieu Othacehe ce9383c090
Merge remote-tracking branch 'master' into core-updates. 2019-12-31 11:04:51 +01:00
Efraim Flashner b22119760b
gnu: vc-dwim: Update to 1.9.
* gnu/packages/version-control.scm (vc-dwim): Update to 1.9.
[inputs]: Move inetutils ...
[native-inputs]: ... to here.
2019-12-24 17:58:39 +02:00
Tobias Geerinckx-Rice 17e5b4883a
gnu: diffstat: Don't use NAME in source URI.
* gnu/packages/version-control.scm (diffstat)[source]: Hard-code NAME.
2019-12-24 04:01:06 +01:00
Tobias Geerinckx-Rice db54694265
gnu: diffstat: Update to 1.63.
* gnu/packages/version-control.scm (diffstat): Update to 1.63.
2019-12-24 04:01:06 +01:00