aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* gnu: scrot: Update to 1.4.•••* gnu/packages/xdisorg.scm (scrot): Update to 1.4. [inputs]: Add libxcomposite. Brett Gilio2020-07-20
* gnu: Add ttaenc.•••* gnu/packages/audio.scm (ttaenc): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu: Add bjumblr.•••* gnu/packages/music.scm (bjumblr): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu: Add bshapr.•••* gnu/packages/music.scm (bshapr): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu: Add ninjas2.•••* gnu/packages/music.scm (ninjas2): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu: carla: Add gtk2 dependency.•••* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging gtk2 plugins in gtk3 hosts. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu: carla: Update to 2.1.1.•••* gnu/packages/audio.scm (carla): Update to 2.1.1. Signed-off-by: Marius Bakke <marius@gnu.org> Alexandros Theodotou2020-07-21
* gnu-maintenance: Recognize "RC" as denoting a pre-release tarball.•••* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "RC". Ludovic Courtès2020-07-20
* gnu-maintenance: Handle lists returned by 'origin-uri'.•••This fixes "guix refresh man-pages", for instance. * guix/gnu-maintenance.scm (latest-savannah-release) (latest-kernel.org-release): Handle the case where 'origin-uri' returns a list. Ludovic Courtès2020-07-20
* gnu-maintenance: Call 'adjusted-upstream-source' only when there's a source.•••This is a followup to 59a47fb67853dd28891376fc970699f11c0f972f. * guix/gnu-maintenance.scm (latest-savannah-release): Call 'adjusted-upstream-source' only when 'latest-html-release' returns true. (latest-kernel.org-release): Likewise. Ludovic Courtès2020-07-20
* gnu: python-aionotify: Fix test cases with Python 3.8.•••* gnu/packages/python-xyz.scm (patches): Add fix. * gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun2020-07-20
* json: Re-export 'define-json-mapping' from (json) when available.•••This prepares for the migration to Guile-JSON 4.3.0. * guix/json.scm (define-as-needed): New macro. (define-json-mapping): Use 'define-as-needed' instead of 'define-syntax-rule'. Ludovic Courtès2020-07-20
* gnu-maintenance: 'kernel.org' and 'savannah' updaters rewrite URLs.•••This makes sure they return 'mirror://' URLs rather that URLs pointing to the specific mirror they talk to. * guix/gnu-maintenance.scm (url-prefix-rewrite) (adjusted-upstream-source): New procedures. (latest-savannah-release, latest-kernel.org-release): Use it. Ludovic Courtès2020-07-20
* upstream: Use 'warning' instead of 'format'.•••* guix/upstream.scm (update-package-source): Use 'warning' instead of 'format'. Ludovic Courtès2020-07-20
* download: Add Savannah mirror.•••* guix/download.scm (%mirrors): Add nongnu.freemirror.org. Ludovic Courtès2020-07-20
* gnu-maintenance: Add 'savannah' updater.•••* guix/gnu-maintenance.scm (savannah-package?, %savannah-base) (%savannah-updater): New variables. (latest-savannah-release): New procedure. (latest-xorg-release): Fix docstring. Ludovic Courtès2020-07-20
* gnu-maintenance: 'latest-html-release' honors #:file->signature.•••* guix/gnu-maintenance.scm (latest-html-release): Call FILE->SIGNATURE instead of the in-line ".tar.sign" policy. Ludovic Courtès2020-07-20
* pack: Build the store database under a UTF-8 locale.•••Fixes <https://bugs.gnu.org/42389>. Reported by branjam4@gmail.com. * guix/scripts/pack.scm (store-database)[build]: Add calls to 'setenv' and 'setlocale'. * tests/pack.scm ("self-contained-tarball + localstatedir, UTF-8 file names"): New test. Ludovic Courtès2020-07-20
* pack: 'self-contained-tarball' runs derivation in a UTF-8local.•••* guix/scripts/pack.scm (self-contained-tarball) [set-utf8-locale]: New variable. [build]: Use it. * tests/pack.scm ("self-contained-tarball"): Use a <profile> record instead of 'profile-derivation'. Ludovic Courtès2020-07-20
* ssh: Speed up RPCs by using #:nodelay.•••Partly fixes <https://bugs.gnu.org/41702>. * guix/ssh.scm (open-ssh-session): Enable #:nodelay. * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add feature check for this new parameter. * doc/guix.texi (Requirements): Adjust. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun2020-07-20
* gnu: guile-ssh: Update to 0.13.0.•••* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Lars-Dominik Braun2020-07-20
* gnu: python-zope-security: Update to 5.1.1.•••* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1. [arguments]: Don't skip tests. [native-inputs]: Add python-btrees, python-zope-component-bootstrap, python-zope-location-bootstrap. Replace python-zope-configuration with python-zope-configuration-bootstrap. Efraim Flashner2020-07-20
* gnu: Adsd python-transaction.•••* gnu/packages/python-web.scm (python-transaction): New variable. Efraim Flashner2020-07-20
* gnu: Add python-zope-location-bootstrap.•••* gnu/packages/python-web.scm (python-zope-location-bootstrap): New hidden package. Efraim Flashner2020-07-20
* gnu: Add python-zope-configuration-bootstrap.•••* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New hidden variable. Efraim Flashner2020-07-20
* gnu: Add python-zope-component-bootstrap.•••* gnu/packages/python-web.scm (python-zope-component-bootstrap): New hidden variable. Efraim Flashner2020-07-20
* gnu: Add python-btrees.•••* gnu/packages/python-web.scm (python-btrees): New variable. Efraim Flashner2020-07-20
* gnu: Add python-persistent.•••* gnu/packages/python-web.scm (python-persistent): New variable. Efraim Flashner2020-07-20
* gnu: python-zope-configuration: Update to 4.4.0.•••* gnu/packages/python-web.scm (python-zope-configuration): Update to 4.4.0. [arguments]: Don't skip tests. [native-inputs]: Add python-manuel. Efraim Flashner2020-07-20
* gnu: Add python-manuel.•••* gnu/packages/python-web.scm (python-manuel): New variable. Efraim Flashner2020-07-20
* gnu: python-zope-schema: Update to 6.0.0.•••* gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0. [arguments]: Don't skip tests. Use custom 'check phase. Efraim Flashner2020-07-20
* gnu: python-zope-interface: Update to 5.1.0.•••* gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0. [arguments]: Skip tests. [native-inputs]: Add python-coverage, python-nose, python-zope-testing. Efraim Flashner2020-07-20
* gnu: python-zope-proxy: Update to 4.3.5.•••* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5. Efraim Flashner2020-07-20
* gnu: python-zope-proxy: Run the tests.•••* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip tests. [native-inputs]: Add python-zope-security-bootstrap. Efraim Flashner2020-07-20
* gnu: Add python-zope-security-bootstrap.•••* gnu/packages/python-web.scm (python-zope-security-bootstrap): New hidden package. Efraim Flashner2020-07-20
* gnu: Add python-zope-proxy-bootstrap.•••* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden package. Efraim Flashner2020-07-20
* gnu: python-zope-exceptions: Enable tests.•••* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use custom 'check phase. [native-inputs]: Add python-zope-testrunner-bootstrap. Efraim Flashner2020-07-20
* gnu: Add python-zope-testrunner-bootstrap.•••* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New hidden package. Efraim Flashner2020-07-20
* gnu: Add python-zope-exceptions-bootstrap.•••* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New hidden package. Efraim Flashner2020-07-20
* gnu: python-zope-exceptions: Update to 4.4.•••* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4. Efraim Flashner2020-07-20
* gnu: python-zope-testrunner: Update to 5.2.•••* gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2. Efraim Flashner2020-07-20
* gnu: Add python-py3dns.•••* gnu/packages/python-xyz.scm (python-py3dns): New variable. Efraim Flashner2020-07-20
* gnu: python-click: Update to 7.1.2.•••* gnu/packages/python-xyz.scm (python-click): Update to 7.1.2. [arguments] Fix the name of the file to modify. Set PYTHONPATH to make tests pass. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tanguy Le Carrour2020-07-20
* gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.•••* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: rust-parking-lot-core-0.7: Update to 0.7.2.•••* gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2. [arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: Add rust-petgraph-0.5.•••* gnu/packages/crates-io.scm (rust-petgraph-0.5): New variable. (rust-petgraph-0.4): Inherit from rust-petgraph-0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: Add rust-fixedbitset-0.2.•••* gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable. (rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: rust-fixedbitset-0.1: Do not skip build.•••* gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: rust-petgraph-0.4: Do not skip build.•••* gnu/packages/crates-io.scm (rust-petgraph-0.4): [arguments] Correct dependencies, ignore failing test, do not skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20
* gnu: Add rust-odds-0.2.•••* gnu/packages/crates-io.scm (rust-odds-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Soo2020-07-20