summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
...
| * gnu: vcsh: Update to 1.20190621-4.Tobias Geerinckx-Rice2021-06-19
| | | | | | | | * gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
| * gnu: python-hg-evolve: Update to 10.3.2.Xinglu Chen2021-06-13
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.2. [source]: Use ‘hg-file-name’ instead of ‘string-append’. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: pre-commit: Respect #:tests?.Vinicius Monego2021-06-13
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit)[arguments]: Respect #:tests? in the 'check phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: pre-commit: Update to 2.13.0.Vinicius Monego2021-06-13
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.13.0. [arguments]<#:phases>: Don't return #t. [synopsis]: Slightly shorten it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: git: Update to 2.32.0.Tobias Geerinckx-Rice2021-06-06
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.32.0.
| * gnu: tig: Update to 2.5.4.Solene Rapenne2021-06-06
| | | | | | | | | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: python-hg-evolve: Update to 10.3.1.Xinglu Chen2021-06-02
| | | | | | | | | | | | * gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: asciidoc: Remove Python 2 variant.Marius Bakke2021-05-18
| | | | | | | | | | | | | | | | | | * gnu/packages/documentation.scm (asciidoc): Update to 9.1.0. [inputs]: Replace PYTHON-2 with PYTHON. (asciidoc-py3): Define as deprecated alias for ASCIIDOC. * gnu/packages/version-control.scm (git)[native-inputs]: Change from ASCIIDOC-PY3 to ASCIIDOC. * gnu/packages/wm.scm (i3-wm)[native-inputs]: Likewise.
| * gnu: mercurial: Patch to make it read HGEXTENSIONPATH.Xinglu Chen2021-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | This will make Mercurial be able to find third-party extensions installed with Guix, without having to set PYTHONPATH. * gnu/packages/patches/mercurial-hg-extension-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the patch. [native-search-paths]: Add HGEXTENSIONPATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add hg-commitsigs.Xinglu Chen2021-05-16
| | | | | | | | | | | | * gnu/packages/version-control.scm (hg-commitsigs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesLudovic Courtès2021-05-15
|\|
| * gnu: mercurial: Update to 5.8.Xinglu Chen2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.8. [build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this will install additional things like man pages. [arguments]<#:make-flags>: Set PREFIX argument. [native-inputs]: Add ‘python-docutils’ for generating man pages. [inputs]: Add ‘python’. [description]: Fix formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pre-commit: Update to 2.12.1.Vinicius Monego2021-05-13
| | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.12.1. [arguments]: Make source tree writable and initialize a git repository before check phase. Simplify check phase. [native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next, python-pytest-env, which. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Add git-filter-repo.François J2021-05-03
| | | | | | | | | | | | * gnu/packages/version-control.scm (git-filter-repo): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: git: add a comment on why we don't build manpagesFrançois J2021-05-03
| | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git)[native-inputs]: add back comment skipped by commit d1cada0450fca54260fd20ab49d0586d147cbeb3 Signed-off-by: François J. <francois-oss@avalenn.eu> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: vcsh: Update to 1.20190621.Michael Rohleder2021-05-03
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (vcsh): Update to 1.20190621. [arguments]: Add an 'install-bash-completion phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: stgit: Update to 1.1.Tobias Geerinckx-Rice2021-05-03
| | | | | | | | * gnu/packages/version-control.scm (stgit): Update to 1.1.
| * gnu: cvs-fast-export: Update to 1.56.Tobias Geerinckx-Rice2021-04-20
| | | | | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.56.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: ghq: Update to 1.1.7.Tobias Geerinckx-Rice2021-04-12
| | | | | | | | * gnu/packages/version-control.scm (ghq): Update to 1.1.7.
| * gnu: grokmirror: Update to 2.0.8.Xinglu Chen2021-03-30
| | | | | | | | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: git-lfs: Update to 2.13.3.Tobias Geerinckx-Rice2021-03-29
| | | | | | | | * gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
| * gnu: git: Update to 2.31.1.Tobias Geerinckx-Rice2021-03-27
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.31.1.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: Add git2cl.Xinglu Chen2021-03-19
| | | | | | | | | | | | * gnu/packages/version-control.scm (git2cl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: tig: Update to 2.5.3.LibreMiami2021-03-17
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.3. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: donotshake <donotshake:matrix.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: b4: Fix setup.py version incompatibility.Efraim Flashner2021-03-16
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (b4)[source]: Add snippet to not require too specific of a version. Reported-by: Kyle Meyer <kyle@kyleam.com>
| * gnu: git: Fix git-manpages native input's hash.Léo Le Bouter2021-03-16
| | | | | | | | | | | | | | This is a follow-up to commit ab9629b7c91ff7d6392a03512cfe442823267777. * gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's hash.
| * gnu: git: Update to 2.31.0.Léo Le Bouter2021-03-16
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.31.0.
| * gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].Léo Le Bouter2021-03-10
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.30.2.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: stgit: Update to 1.0.Stefan Reichör2021-03-02
| | | | | | | | | | | | * gnu/packages/version-control.scm (stgit): Update to 1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gita: Update to 0.12.9.Stefan Reichör2021-02-22
| | | | | | | | | | | | * gnu/packages/version-control.scm (gita): Update to 0.12.9. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| * gnu: git: Add credential-libsecret output.Léo Le Bouter2021-02-21
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config. [inputs]: Add glib and libsecret. [outputs]: Add "credential-libsecret". [arguments]: Add 'install-credential-libsecret phase to #:phases to build and install "git-credential-libsecret" to "credential-libsecret" output. (git-minimal)[arguments]: Delete the 'install-credential-libsecret phase. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
| * gnu: Git: Update to 2.30.1.Leo Famulari2021-02-12
| | | | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.30.1 [native-inputs]: Update git-manpages to 2.30.1.
* | gnu: fossil: Update to 2.14.Vincent Legoll2021-02-20
| | | | | | | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.14. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesDanny Milosavljevic2021-02-11
|\|
| * gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].Leo Famulari2021-02-10
| | | | | | | | * gnu/packages/version-control.scm (subversion): Update to 1.14.1.
| * gnu: git-lfs: Update to 2.13.2.Vincent Legoll2021-02-07
| | | | | | | | | | | | * gnu/packages/version-control.scm (git-lfs): Update to 2.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
| * gnu: mercurial: Update to 5.6.1.Maxim Cournoyer2021-01-26
| | | | | | | | | | | | | | | | | | This fixes the build on Python 3.9. * gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete trailing #t. [phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test file and add a comment.
| * gnu: diffstat: Update to 1.64.Tobias Geerinckx-Rice2021-01-14
| | | | | | | | * gnu/packages/version-control.scm (diffstat): Update to 1.64.
| * gnu: neon: Don't build static library.Efraim Flashner2021-01-12
| | | | | | | | | | * gnu/packages/version-controls.scm (neon)[arguments]: Add configure-flag to skip static library.
| * gnu: neon: Update to 0.31.2.Efraim Flashner2021-01-12
| | | | | | | | | | | | * gnu/packages/version-control.scm (neon): Update to 0.31.2. [source]: Use new upstream URI. [home-page]: Update to new home-page.
* | gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was automated using: $ git ls-files | grep .scm | \ xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i $ git ls-files | grep .scm | \ xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i * gnu/packages/admin.scm (nmap): (dstat): Wrap using GUIX_PYTHONPATH. * gnu/packages/audio.scm (jack-2): (carla): Likewise. * gnu/packages/benchmark.scm (fio): Likewise. * gnu/packages/bioinformatics.scm (couger): Likewise. (gess, find-circ, filtlong, nanopolish): Likewise. * gnu/packages/cdrom.scm (cdemu-client): Likewise. * gnu/packages/chemistry.scm (avogadro): Likewise. * gnu/packages/connman.scm (econnman): Likewise. * gnu/packages/cups.scm (hplip): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/display-managers.scm (lightdm): Likewise. * gnu/packages/ebook.scm (cozy): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/engineering.scm (kicad, volk, freecad): Likewise. * gnu/packages/game-development.scm (renpy): Likewise. * gnu/packages/games.scm (roguebox-adventures) (seahorse-adventures, kajongg): Likewise. * gnu/packages/gimp.scm (gimp, glimpse): Likewise. * gnu/packages/glib.scm (itstool): Likewise. * gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise. (eolie, d-feet, gedit, caribou, gnome-shell, authenticator) (gnome-todo, orca, passwordsafe, terminator, setzer) (libratbag, komikku): Likewise. * gnu/packages/gps.scm (gpsd): Likewise. * gnu/packages/gtk.scm (gtk-doc): Likewise. * gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy) (ibus-libhangul): Likewise. * gnu/packages/inkscape.scm (inkscape-1.0): Likewise. * gnu/packages/linux.scm (bcc): Likewise. * gnu/packages/mail.scm (notifymuch): Likewise. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/music.scm (solfege): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/patchutils.scm (patchwork): Likewise. * gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise. * gnu/packages/plotutils.scm (asymptote): Likewise. * gnu/packages/presentation.scm (presentty): Likewise. * gnu/packages/screen.scm (byobu): Likewise. * gnu/packages/storage.scm (ceph): Likewise. * gnu/packages/syndication.scm (liferea): Likewise. * gnu/packages/task-management.scm (blanket): Likewise. * gnu/packages/text-editors.scm (manuskript): Likewise. * gnu/packages/version-control.scm (gitless, cgit, git-when-merged) (git-imerge): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (criu): Likewise. * gnu/packages/xfce.scm (catfish): Likewise.
* | gnu: mercurial: Update to 5.6.1.Maxim Cournoyer2021-01-26
| | | | | | | | | | | | | | | | | | This fixes the build on Python 3.9. * gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete trailing #t. [phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test file and add a comment.