Age | Commit message (Expand) | Author |
---|---|---|
2019-07-08 | gnu: python-pytest: Update to 4.4.2.•••This is necessary to fix a test failure on 32-bit platforms in 4.4.1. * gnu/packages/check.scm (python-pytest): Update to 4.4.2. | Marius Bakke |
2019-07-08 | gnu: python-pluggy: Update to 0.11.0.•••* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0. | Marius Bakke |
2019-07-08 | gnu: webkitgtk: Build with Python 3.•••* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2019-07-07 | gnu: jalv: Remove GCC5 workaround.•••* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>. | Marius Bakke |
2019-07-07 | gnu: mesa: Use the "release" Meson build type.•••* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>. | Marius Bakke |
2019-07-07 | gnu: doxygen: Build with Python 3.•••* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON. | Marius Bakke |
2019-07-07 | gnu: doxygen: Don't build against special Flex variant.•••* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1 to FLEX. | Marius Bakke |
2019-07-07 | gnu: libinput: Use the 'release' Meson build type.•••* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>. | Marius Bakke |
2019-07-07 | gnu: libpsl: Python is a native input.•••* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ... [native-inputs]: ... here. | Marius Bakke |
2019-07-07 | gnu: graphite2: Build against Python 3.•••Previously, the Python tests were skipped, because they require Python 3. * gnu/packages/fontutils.scm (graphite2)[arguments]: New field. [native-inputs]: Change PYTHON-2 and PYTHON2-FONTTOOLS to PYTHON and PYTHON-FONTTOOLS. | Marius Bakke |
2019-07-07 | gnu: zziplib: Don't run failing tests.•••* gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>. | Marius Bakke |
2019-07-07 | gnu: zziplib: Don't use unstable tarball.•••* gnu/packages/compression.scm (zziplib)[source]: Change to GIT-FETCH. [argumnents]: New field. | Marius Bakke |
2019-07-07 | gnu: libpsl: Build against Python 3.•••* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2019-07-07 | gnu: ninja: Python is a regular input.•••Ninja uses Python at run time, so it must not be a native input. * gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ... [inputs]: ... this. | Marius Bakke |
2019-07-07 | gnu: ninja: Build against Python 3.•••* gnu/packages/ninja.scm (ninja)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2019-07-07 | gnu: libevent: Use Python 3 for event_rpcgen.py.•••* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2019-07-07 | gnu: itstool: Update to 2.0.6.•••* gnu/packages/glib.scm (itstool): Update to 2.0.6. [inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON. * gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON. | Marius Bakke |
2019-07-07 | gnu: cURL: Build against Python 3.•••* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER. | Marius Bakke |
2019-07-07 | gnu: icu4c: Enable tests on i686.•••* gnu/packages/icu4c.scm (icu4c)[arguments]: Don't override <#:tests?>. | Marius Bakke |
2019-07-07 | gnu: icu4c: Use 'python-minimal' for tests.•••* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to PYTHON-MINIMAL. | Marius Bakke |
2019-07-07 | gnu: Python: Avoid needless reference on coreutils.•••* gnu/packages/python.scm (python-2.7)[arguments]: Pass "INSTALL" and "MKDIR_P" in <#:configure-flags>. | Marius Bakke |
2019-07-07 | gnu: commencement: Fix Python build on non-x86 platforms.•••* gnu/packages/commencement.scm (python-boot0)[version, source]: Downgrade to 3.5.7. [arguments]: Remove <#:make-flags>. Add <#:phases>. [native-inputs]: Remove artifical dependency on PKG-CONFIG. | Marius Bakke |
2019-07-07 | gnu: Add csvkit.•••* gnu/packages/wireservice.scm (csvkit): New variable. * gnu/packages/patches/csvkit-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-agate-excel.•••* gnu/packages/wireservice.scm (python-agate-excel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-agate-dbf.•••* gnu/packages/wireservice.scm (python-agate-dbf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-agate-sql.•••* gnu/packages/wireservice.scm (python-agate-sql): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-agate.•••* gnu/packages/wireservice.scm (python-agate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-leather.•••* gnu/packages/wireservice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-dbfread.•••* gnu/packages/python-xyz.scm (python-dbfread): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-crate.•••* gnu/packages/databases.scm (python-crate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-pytimeparse.•••* gnu/packages/time.scm (python-pytimeparse): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add python-slugify.•••* gnu/packages/python-web.scm (python-slugify): New variable. * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Langlois |
2019-07-07 | gnu: Add emacs-moe-theme-el.•••* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-goto-chg: Update to 1.7.3-1.1829a13.•••* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.3-1.1829a13. [origin]: Use GIT-FETCH and GIT-REFERENCE. [home-page]: Update. [inputs]: Add emacs-undo-tree. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-hydra: Update to 0.15.0.•••* gnu/packages/emacs-xyz.scm (emacs-hydra): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: Add emacs-lpy.•••* gnu/packages/emacs-xyz.scm (emacs-lpy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-md4rd: Update to 0.3.1.•••* gnu/packages/emacs-xyz.scm (emacs-md4rd): Update to 0.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-zoutline: Update to 0.2.0.•••* gnu/packages/emacs-xyz.scm (emacs-zoutline): Update to 0.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-restclient: Update to 0-2.422ee8d.•••* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-2.422ee8d. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-disk-usage: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page] Move to usual location. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-fish-completion: Don't use unstable tarball.•••* gnu/packages/emacs-xyz.scm (emacs-fish-completion)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-company-restclient: Update to 0.3.0.•••* gnu/packages/emacs-xyz.scm (emacs-company-restclient): Update to 0.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-skewer-mode: Update to 1.8.0.•••* gnu/packages/emacs-xyz.scm (emacs-skewer-mode): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-simple-httpd: Update to 1.5.1.•••* gnu/packages/emacs-xyz.scm (emacs-simple-httpd): Update to 1.5.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: emacs-git-timemachine: Update to 4.10.•••* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.10. [propagated-inputs] Add emacs-transient. [source] Use GIT-FETCH and GIT-REFERENCE. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Brian Leung |
2019-07-07 | gnu: wine-staging: Update to 4.12.1.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12.1. * gnu/packages/wine.scm (wine-staging): Update to 4.12.1. | Rutger Helling |
2019-07-07 | gnu: Update lollypop to 1.1.3.1.•••* gnu/packages/gnome.scm (lollypop): Update to 1.1.3.1. [inputs]: Add python-pil. | Christopher Baines |
2019-07-07 | Merge branch 'master' into staging | Marius Bakke |
2019-07-06 | gnu: xpad: Build against gtksourceview@3.•••* gnu/packages/gnome.scm (xpad)[inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3. | Marius Bakke |
2019-07-06 | gnu: python-pillow: Update to 6.1.0.•••* gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0. | Marius Bakke |