jackhill/guix/guix.git
5 years agognu: Add texlive-latex-beamer.
Ricardo Wurmus [Tue, 29 Jan 2019 16:18:23 +0000 (17:18 +0100)]
gnu: Add texlive-latex-beamer.

* gnu/packages/tex.scm (texlive-latex-beamer): New variable.

5 years agognu: texlive-latex-seminar: Copy files to output.
Ricardo Wurmus [Tue, 29 Jan 2019 13:05:47 +0000 (14:05 +0100)]
gnu: texlive-latex-seminar: Copy files to output.

* gnu/packages/tex.scm (texlive-latex-seminar)[build-system]: Use
trivial-build-system.
[arguments]: Copy files to output.

5 years agopull: Default to verbosity level 1.
Ludovic Courtès [Sun, 27 Jan 2019 17:16:25 +0000 (18:16 +0100)]
pull: Default to verbosity level 1.

* guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.

5 years agoself: Produce progress reports compatible with (guix status).
Ludovic Courtès [Sun, 27 Jan 2019 17:15:05 +0000 (18:15 +0100)]
self: Produce progress reports compatible with (guix status).

* guix/self.scm (compiled-modules)[build](report-load)
(report-compilation): Write "[M/N]" progress reports.
Use line-buffering.

5 years agostatus: Print a progress bar for on-going builds when possible.
Ludovic Courtès [Sun, 27 Jan 2019 21:44:34 +0000 (22:44 +0100)]
status: Print a progress bar for on-going builds when possible.

* guix/status.scm (print-build-event)[report-build-progress]: New
procedure.
[print-log-line]: Add ID parameter.  Call 'report-build-progress' when
appropriate.
Adjust callers.

5 years agostatus: Keep track of build completion as reported by build tools.
Ludovic Courtès [Sun, 27 Jan 2019 21:33:16 +0000 (22:33 +0100)]
status: Keep track of build completion as reported by build tools.

* guix/status.scm (<build>)[completion]: New field.
(build): Add #:completion parameter.
(%percentage-line-rx, %fraction-line-rx): New variables.
(update-build): New procedure.
(compute-status): Add 'build-log' case.
* tests/status.scm ("compute-status, build completion"): New test.

5 years agostatus: Record more information about builds.
Ludovic Courtès [Sun, 27 Jan 2019 21:10:13 +0000 (22:10 +0100)]
status: Record more information about builds.

* guix/status.scm (<build>): New record type.
(build, matching-build): New procedures.
(compute-status): Adjust to manipulate <build> records instead of
derivation file names in 'build-status-builds-completed' and
'build-status-building'.
(build-event-output-port)[process-line]: Use 'string-split' to preserve
spaces.
* tests/status.scm ("compute-status, builds + substitutes")
("compute-status, missing events"): Adjust to expect <build> records.
Produce complete "build-started" events.
("compute-status, multiplexed build output"): Likewise, and remove
"bar.drv" from 'builds-completed'.

5 years agochannels: Do not offload package cache derivation.
Ludovic Courtès [Tue, 29 Jan 2019 10:58:50 +0000 (11:58 +0100)]
channels: Do not offload package cache derivation.

* guix/channels.scm (package-cache-file): Pass #:local-build? to
'gexp->derivation-in-inferior'.

5 years agognu: clojure: Update to 1.10.0.
Mathieu Lirzin [Thu, 24 Jan 2019 12:48:31 +0000 (13:48 +0100)]
gnu: clojure: Update to 1.10.0.

* gnu/packages/clojure.scm (clojure): Update to 1.10.0.
[source]: Use 'git-fetch'.

5 years agognu: kitty: Update to 0.13.3.
Rutger Helling [Tue, 29 Jan 2019 09:05:00 +0000 (10:05 +0100)]
gnu: kitty: Update to 0.13.3.

* gnu/packages/terminals.scm (kitty): Update to 0.13.3.
[inputs]: Replace python2-pygments with python-pygments. Add wayland.
[arguments]: Add 'hard-code-libegl phase.

5 years agognu: x265: Update to 3.0.
Efraim Flashner [Tue, 29 Jan 2019 07:47:25 +0000 (09:47 +0200)]
gnu: x265: Update to 3.0.

* gnu/packages/video.scm (x265): Update to 3.0.
[source]: Remove patch.
* gnu/packages/patches/x265-detect512-all-arches.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: guix: Update to 4bddd12.
Ludovic Courtès [Mon, 28 Jan 2019 22:51:39 +0000 (23:51 +0100)]
gnu: guix: Update to 4bddd12.

* gnu/packages/package-management.scm (guix): Update to 4bddd12.

5 years agognu: Add missing file.
Ricardo Wurmus [Mon, 28 Jan 2019 22:27:41 +0000 (23:27 +0100)]
gnu: Add missing file.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/installer/newt/user.scm.

5 years agognu: Add openjdk 11.
Gábor Boskovits [Mon, 28 Jan 2019 07:50:30 +0000 (08:50 +0100)]
gnu: Add openjdk 11.

* gnu/packages/java.scm (openjdk11): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
5 years agognu: fish: Use fish-foreign-env to source /etc/profile.
Meiyo Peng [Sun, 20 Jan 2019 13:42:15 +0000 (21:42 +0800)]
gnu: fish: Use fish-foreign-env to source /etc/profile.

* gnu/packages/shells.scm (fish): Use fish-foreign-env to source /etc/profile
  when user logs in.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add fish-foreign-env.
Meiyo Peng [Sun, 20 Jan 2019 13:41:21 +0000 (21:41 +0800)]
gnu: Add fish-foreign-env.

* gnu/packages/shells.scm (fish-foreign-env): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: fish: Update to 3.0.0.
Meiyo Peng [Sun, 6 Jan 2019 14:11:36 +0000 (22:11 +0800)]
gnu: fish: Update to 3.0.0.

* gnu/packages/shells.scm (fish): Update to 3.0.0.
  [source]: Remove dead URL.
  [inputs]: Remove bc.  Replace python-wrapper with python.
  [arguments]: Remove configure-flags.  Enable fish to source
  /etc/fish/config.fish.  Enable completions, functions and configurations
  in user's and system's guix profiles.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agopull: Don't trigger 'hash guix' hint needlessly.
Ludovic Courtès [Mon, 28 Jan 2019 22:03:38 +0000 (23:03 +0100)]
pull: Don't trigger 'hash guix' hint needlessly.

Previously if ~/.config/guix/current/bin was in $PATH, we'd still
suggest to run 'hash guix' because we'd compare (which "guix") against
/var/guix/profiles/per-user/….

* guix/scripts/pull.scm (build-and-install): Check whether (which
"guix") matches PROFILE or its user-friendly variant.

5 years agochannels: Turn off deprecation warnings when loading 'build-self.scm'.
Ludovic Courtès [Mon, 28 Jan 2019 21:42:48 +0000 (22:42 +0100)]
channels: Turn off deprecation warnings when loading 'build-self.scm'.

* guix/channels.scm (build-from-source): Parameterize
DEPRECATION-WARNING-PORT when loading SCRIPT.

5 years agoupstream: Temporarily skip failing test.
Ludovic Courtès [Mon, 28 Jan 2019 21:20:20 +0000 (22:20 +0100)]
upstream: Temporarily skip failing test.

* tests/upstream.scm ("coalesce-sources same version"): Skip.

5 years agognu: youtube-dl: Update to 2019.01.27.
Ludovic Courtès [Mon, 28 Jan 2019 21:04:06 +0000 (22:04 +0100)]
gnu: youtube-dl: Update to 2019.01.27.

* gnu/packages/video.scm (youtube-dl): Update to 2019.01.27.

5 years agognu: fastcap: Fix build and use INVOKE.
Ricardo Wurmus [Mon, 28 Jan 2019 19:30:20 +0000 (20:30 +0100)]
gnu: fastcap: Fix build and use INVOKE.

* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace texlive-tiny
with a texlive-union including texlive-fonts-amsfonts.
[arguments]: Use INVOKE in build phases.

5 years agognu: scons: Update to 3.0.3.
Ricardo Wurmus [Mon, 28 Jan 2019 19:09:51 +0000 (20:09 +0100)]
gnu: scons: Update to 3.0.3.

Fixes <https://bugs.gnu.org/34236>.

* gnu/packages/python-xyz.scm (scons): Update to 3.0.3.
[arguments]: Add "bootstrap" phase.

5 years agognu: r-genomicfeatures: Update to 1.34.2.
Ricardo Wurmus [Mon, 28 Jan 2019 15:24:25 +0000 (16:24 +0100)]
gnu: r-genomicfeatures: Update to 1.34.2.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.34.2.

5 years agognu: r-variantannotation: Update to 1.28.10.
Ricardo Wurmus [Mon, 28 Jan 2019 15:24:14 +0000 (16:24 +0100)]
gnu: r-variantannotation: Update to 1.28.10.

* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.28.10.

5 years agognu: r-rmpfr: Update to 0.7-2.
Ricardo Wurmus [Mon, 28 Jan 2019 15:21:10 +0000 (16:21 +0100)]
gnu: r-rmpfr: Update to 0.7-2.

* gnu/packages/cran.scm (r-rmpfr): Update to 0.7-2.

5 years agognu: r-waveslim: Update to 1.7.5.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:21:00 +0000 (16:21 +0100)]
gnu: r-waveslim: Update to 1.7.5.1.

* gnu/packages/cran.scm (r-waveslim): Update to 1.7.5.1.

5 years agognu: r-activity: Update to 1.2.
Ricardo Wurmus [Mon, 28 Jan 2019 15:20:46 +0000 (16:20 +0100)]
gnu: r-activity: Update to 1.2.

* gnu/packages/cran.scm (r-activity): Update to 1.2.
[propagated-inputs]: Remove r-overlap.

5 years agognu: r-emmeans: Update to 1.3.2.
Ricardo Wurmus [Mon, 28 Jan 2019 15:20:38 +0000 (16:20 +0100)]
gnu: r-emmeans: Update to 1.3.2.

* gnu/packages/cran.scm (r-emmeans): Update to 1.3.2.

5 years agognu: r-th-data: Update to 1.0-10.
Ricardo Wurmus [Mon, 28 Jan 2019 15:20:28 +0000 (16:20 +0100)]
gnu: r-th-data: Update to 1.0-10.

* gnu/packages/cran.scm (r-th-data): Update to 1.0-10.

5 years agognu: r-acceptancesampling: Update to 1.0-6.
Ricardo Wurmus [Mon, 28 Jan 2019 15:20:19 +0000 (16:20 +0100)]
gnu: r-acceptancesampling: Update to 1.0-6.

* gnu/packages/cran.scm (r-acceptancesampling): Update to 1.0-6.

5 years agognu: r-vioplot: Update to 0.3.0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:20:04 +0000 (16:20 +0100)]
gnu: r-vioplot: Update to 0.3.0.

* gnu/packages/cran.scm (r-vioplot): Update to 0.3.0.
[propagated-inputs]: Add r-zoo.

5 years agognu: r-jomo: Update to 2.6-6.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:55 +0000 (16:19 +0100)]
gnu: r-jomo: Update to 2.6-6.

* gnu/packages/cran.scm (r-jomo): Update to 2.6-6.

5 years agognu: r-fitdistrplus: Update to 1.0-14.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:45 +0000 (16:19 +0100)]
gnu: r-fitdistrplus: Update to 1.0-14.

* gnu/packages/cran.scm (r-fitdistrplus): Update to 1.0-14.

5 years agognu: r-colorspace: Update to 1.4-0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:36 +0000 (16:19 +0100)]
gnu: r-colorspace: Update to 1.4-0.

* gnu/packages/cran.scm (r-colorspace): Update to 1.4-0.

5 years agognu: r-ggmap: Update to 2.6.2.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:28 +0000 (16:19 +0100)]
gnu: r-ggmap: Update to 2.6.2.

* gnu/packages/cran.scm (r-ggmap): Update to 2.6.2.

5 years agognu: r-ranger: Update to 0.11.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:19 +0000 (16:19 +0100)]
gnu: r-ranger: Update to 0.11.1.

* gnu/packages/statistics.scm (r-ranger): Update to 0.11.1.

5 years agognu: r-prabclus: Update to 2.2-7.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:10 +0000 (16:19 +0100)]
gnu: r-prabclus: Update to 2.2-7.

* gnu/packages/statistics.scm (r-prabclus): Update to 2.2-7.

5 years agognu: r-gplots: Update to 3.0.1.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:19:01 +0000 (16:19 +0100)]
gnu: r-gplots: Update to 3.0.1.1.

* gnu/packages/statistics.scm (r-gplots): Update to 3.0.1.1.

5 years agognu: r-hmisc: Update to 4.2-0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:18:52 +0000 (16:18 +0100)]
gnu: r-hmisc: Update to 4.2-0.

* gnu/packages/statistics.scm (r-hmisc): Update to 4.2-0.

5 years agognu: r-purrr: Update to 0.3.0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:18:36 +0000 (16:18 +0100)]
gnu: r-purrr: Update to 0.3.0.

* gnu/packages/statistics.scm (r-purrr): Update to 0.3.0.
[propagated-inputs]: Remove r-tibble.

5 years agognu: r-e1071: Update to 1.7-0.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:16:57 +0000 (16:16 +0100)]
gnu: r-e1071: Update to 1.7-0.1.

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-0.1.

5 years agognu: r-rcpparmadillo: Update to 0.9.200.7.0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:16:43 +0000 (16:16 +0100)]
gnu: r-rcpparmadillo: Update to 0.9.200.7.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.200.7.0.

5 years agognu: r-openssl: Update to 1.2.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:16:19 +0000 (16:16 +0100)]
gnu: r-openssl: Update to 1.2.1.

* gnu/packages/statistics.scm (r-openssl): Update to 1.2.1.
[native-inputs]: Add pkg-config.
[propagated-inputs]: Add r-askpass.

5 years agognu: r-checkmate: Update to 1.9.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:16:10 +0000 (16:16 +0100)]
gnu: r-checkmate: Update to 1.9.1.

* gnu/packages/statistics.scm (r-checkmate): Update to 1.9.1.

5 years agognu: r-data-table: Update to 1.12.0.
Ricardo Wurmus [Mon, 28 Jan 2019 15:16:01 +0000 (16:16 +0100)]
gnu: r-data-table: Update to 1.12.0.

* gnu/packages/statistics.scm (r-data-table): Update to 1.12.0.

5 years agognu: r-qtl: Update to 1.44-9.
Ricardo Wurmus [Mon, 28 Jan 2019 15:15:49 +0000 (16:15 +0100)]
gnu: r-qtl: Update to 1.44-9.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.44-9.

5 years agognu: r-optparse: Update to 1.6.1.
Ricardo Wurmus [Mon, 28 Jan 2019 15:15:36 +0000 (16:15 +0100)]
gnu: r-optparse: Update to 1.6.1.

* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.1.

5 years agognu: Add r-askpass.
Ricardo Wurmus [Mon, 28 Jan 2019 15:12:06 +0000 (16:12 +0100)]
gnu: Add r-askpass.

* gnu/packages/cran.scm (r-askpass): New variable.

5 years agognu: Add r-sys.
Ricardo Wurmus [Mon, 28 Jan 2019 15:11:57 +0000 (16:11 +0100)]
gnu: Add r-sys.

* gnu/packages/cran.scm (r-sys): New variable.

5 years agonls: Update 'de' translation of the manual.
Ludovic Courtès [Mon, 28 Jan 2019 14:45:35 +0000 (15:45 +0100)]
nls: Update 'de' translation of the manual.

5 years agopackages: 'package-input-rewriting' can take a promise.
Ludovic Courtès [Mon, 28 Jan 2019 14:41:12 +0000 (15:41 +0100)]
packages: 'package-input-rewriting' can take a promise.

* guix/packages.scm (package-input-rewriting): Allow REPLACEMENTS to be
a promise.
* gnu/packages/guile.scm (package-for-guile-2.0): Delay the first
argument to 'package-input-rewriting'.

5 years agodoc: Clarify 'sudo' vs. 'guix pull' and 'guix system reconfigure'.
Ludovic Courtès [Mon, 28 Jan 2019 13:31:05 +0000 (14:31 +0100)]
doc: Clarify 'sudo' vs. 'guix pull' and 'guix system reconfigure'.

* doc/guix.texi (Proceeding with the Installation): Clarify use of
"sudo" with "guix pull" and "guix system reconfigure".

5 years agognu: Remove now unused 'package-for-guile-2.2' procedure.
Ludovic Courtès [Mon, 28 Jan 2019 10:53:51 +0000 (11:53 +0100)]
gnu: Remove now unused 'package-for-guile-2.2' procedure.

* gnu/packages/guile.scm (package-for-guile-2.2): Remove.

5 years agognu: mumi: Update to 0.0.0-3.ea5a738.
Ricardo Wurmus [Mon, 28 Jan 2019 14:27:16 +0000 (15:27 +0100)]
gnu: mumi: Update to 0.0.0-3.ea5a738.

* gnu/packages/mail.scm (mumi): Update to 0.0.0-3.ea5a738.

5 years agognu: artanis: Update to 0.3.1.
swedebugia [Sun, 6 Jan 2019 15:47:41 +0000 (16:47 +0100)]
gnu: artanis: Update to 0.3.1.

* gnu/packages/guile-xyz.scm (artanis): Update to 0.3.1.
[snippet]: Remove bundled guile-redis.
[inputs]: Add guile-redis.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: Move most packages from guile.scm to new module.
Ricardo Wurmus [Mon, 28 Jan 2019 13:57:10 +0000 (14:57 +0100)]
gnu: Move most packages from guile.scm to new module.

* gnu/packages/guile.scm (artanis, guildhall, guile-aspell, guile-bash,
guile-8sync, guile-daemon, guile-dsv, guile-fibers, guile-syntax-highlight,
guile-sjson, guile-colorized, guile-pfds, guile-aa-tree, guile-simple-zmq,
jupyter-guile-kernel, guile-sparql, guile-debbugs, guile-email,
guile-debbugs-next, guile-newt, guile-mastodon, guile-parted, guile-xosd,
guile-dbi, guile-dbd-sqlite3, guile-config, guile-hall, guile-ics, guile-wisp,
guile-sly, g-wrap, guile-miniadapton, guile-reader, guile2.2-reader,
guile-ncurses, guile-ncurses/gpm, guile-lib, guile2.0-lib, guile2.2-lib,
guile-minikanren, guile2.0-minikanren, guile2.2-minikanren, guile-irregex,
guile2.0-irregex, guile2.2-irregex, haunt, guile2.0-haunt, guile2.2-haunt,
guile-redis, guile2.0-redis, guile2.2-redis, guile-commonmark,
guile2.0-commonmark, guile2.2-commonmark, mcron, mcron2): Move these variables
from here...
* gnu/packages/guile-xyz.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/installer.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/ci.scm,
gnu/packages/gtk.scm,
gnu/packages/guile.scm,
gnu/packages/mail.scm,
gnu/packages/package-management.scm,
gnu/packages/skribilo.scm,
gnu/packages/web.scm,
gnu/services/mcron.scm: Update module references.

5 years agognu: python-discover: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 12:41:38 +0000 (13:41 +0100)]
gnu: python-discover: Use PYPI-URI.

* gnu/packages/check.scm (python-discover)[source]: Use PYPI-URI.

5 years agognu: python-testlib: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 12:41:06 +0000 (13:41 +0100)]
gnu: python-testlib: Use PYPI-URI.

* gnu/packages/check.scm (python-testlib)[source]: Use PYPI-URI.

5 years agognu: python-testrepository-bootstrap: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 12:40:16 +0000 (13:40 +0100)]
gnu: python-testrepository-bootstrap: Use PYPI-URI.

* gnu/packages/check.scm (python-testrepository-bootstrap)[source]: Use
PYPI-URI.

5 years agognu: python2-jsonrpclib: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:15:35 +0000 (12:15 +0100)]
gnu: python2-jsonrpclib: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python2-jsonrpclib)[source]: Use PYPI-URI.

5 years agognu: python-pykafka: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:15:03 +0000 (12:15 +0100)]
gnu: python-pykafka: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pykafka)[source]: Use PYPI-URI.

5 years agognu: python-configobj: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:14:19 +0000 (12:14 +0100)]
gnu: python-configobj: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-configobj)[source]: Use PYPI-URI.

5 years agognu: python-pretend: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:13:45 +0000 (12:13 +0100)]
gnu: python-pretend: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pretend)[source]: Use PYPI-URI.

5 years agognu: python-prettytable: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:13:09 +0000 (12:13 +0100)]
gnu: python-prettytable: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-prettytable)[source]: Use PYPI-URI.

5 years agognu: python-pyflakes-0.8.1: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:12:14 +0000 (12:12 +0100)]
gnu: python-pyflakes-0.8.1: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pyflakes-0.8.1)[source]: Use PYPI-URI.

5 years agognu: python-pep8-1.5.7: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:11:10 +0000 (12:11 +0100)]
gnu: python-pep8-1.5.7: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-pep8-1.5.7)[source]: Use PYPI-URI.

5 years agognu: python-ipython-genutils: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:10:06 +0000 (12:10 +0100)]
gnu: python-ipython-genutils: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-ipython-genutils)[source]: Use PYPI-URI.

5 years agognu: python-simplegeneric: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:09:24 +0000 (12:09 +0100)]
gnu: python-simplegeneric: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-simplegeneric)[source]: Use PYPI-URI.

5 years agognu: python-markupsafe: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:08:38 +0000 (12:08 +0100)]
gnu: python-markupsafe: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-markupsafe)[source]: Use PYPI-URI.

5 years agognu: python-jsonschema: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:08:05 +0000 (12:08 +0100)]
gnu: python-jsonschema: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-jsonschema)[source]: Use PYPI-URI.

5 years agognu: python-mimeparse: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:07:36 +0000 (12:07 +0100)]
gnu: python-mimeparse: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-mimeparse)[source]: Use PYPI-URI.

5 years agognu: python2-mechanize: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:06:39 +0000 (12:06 +0100)]
gnu: python2-mechanize: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python2-mechanize)[source]: Use PYPI-URI.

5 years agognu: python-lockfile: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:05:59 +0000 (12:05 +0100)]
gnu: python-lockfile: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-lockfile)[source]: Use PYPI-URI.

5 years agognu: python2-backport-ssl-match-hostname: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:05:13 +0000 (12:05 +0100)]
gnu: python2-backport-ssl-match-hostname: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname)[source]:
Use PYPI-URI.

5 years agognu: python-zope-security: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 11:00:17 +0000 (12:00 +0100)]
gnu: python-zope-security: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-security)[source]: Use PYPI-URI.

5 years agognu: python-zope-location: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:59:58 +0000 (11:59 +0100)]
gnu: python-zope-location: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-location)[source]: Use PYPI-URI.

5 years agognu: python-zope-proxy: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:59:37 +0000 (11:59 +0100)]
gnu: python-zope-proxy: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-proxy)[source]: Use PYPI-URI.

5 years agognu: python-zope-configuration: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:59:11 +0000 (11:59 +0100)]
gnu: python-zope-configuration: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-configuration)[source]: Use
PYPI-URI.

5 years agognu: python-zope-schema: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:58:47 +0000 (11:58 +0100)]
gnu: python-zope-schema: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-schema)[source]: Use PYPI-URI.

5 years agognu: python-zope-i18nmessageid: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:58:22 +0000 (11:58 +0100)]
gnu: python-zope-i18nmessageid: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-i18nmessageid)[source]: Use PYPI-URI.

5 years agognu: python-zope-testrunner: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:57:59 +0000 (11:57 +0100)]
gnu: python-zope-testrunner: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-testrunner)[source]: Use PYPI-URI.

5 years agognu: python-zope-exceptions: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:57:35 +0000 (11:57 +0100)]
gnu: python-zope-exceptions: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-exceptions)[source]: Use PYPI-URI.

5 years agognu: python-zope-interface: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:57:07 +0000 (11:57 +0100)]
gnu: python-zope-interface: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-interface)[source]: Use PYPI-URI.

5 years agognu: python-zope-event: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:53:26 +0000 (11:53 +0100)]
gnu: python-zope-event: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-event)[source]: Use PYPI-URI.

5 years agognu: python-wsgi-intercept: Use PYPI-URI.
Ricardo Wurmus [Mon, 28 Jan 2019 10:48:18 +0000 (11:48 +0100)]
gnu: python-wsgi-intercept: Use PYPI-URI.

* gnu/packages/python-web.scm (python-wsgi-intercept)[source]: Use PYPI-URI.

5 years agognu: %default-xorg-modules: Include xf86-video-amdgpu.
Pierre Neidhardt [Mon, 28 Jan 2019 10:19:19 +0000 (11:19 +0100)]
gnu: %default-xorg-modules: Include xf86-video-amdgpu.

* gnu/services/xorg.scm (%default-xorg-modules): Include xf86-video-amdgpu.
Rephrase comment to clarify the priority order.

5 years agognu: Add xf86-video-amdgpu.
Pierre Neidhardt [Mon, 28 Jan 2019 10:08:24 +0000 (11:08 +0100)]
gnu: Add xf86-video-amdgpu.

* gnu/packages/xorg.scm (xf86-video-amdgpu): New variable.

5 years agognu: Krita: Update to 4.1.7.101.
Björn Höfling [Mon, 28 Jan 2019 08:43:53 +0000 (09:43 +0100)]
gnu: Krita: Update to 4.1.7.101.

* gnu/packages/kde.scm (krita): Update to 4.1.7.101.

5 years agognu: mgba: Update to 0.7.0.
Rutger Helling [Mon, 28 Jan 2019 08:15:09 +0000 (09:15 +0100)]
gnu: mgba: Update to 0.7.0.

* gnu/packages/emulators.scm (mgba): Update to 0.7.0.
[source]: Use git-fetch.
[arguments]: Remove "-DCMAKE_INSTALL_LIBDIR" configuration flag.

5 years agognu: python-ecdsa: Use PYPI-URI.
Ricardo Wurmus [Sun, 27 Jan 2019 21:38:42 +0000 (22:38 +0100)]
gnu: python-ecdsa: Use PYPI-URI.

* gnu/packages/python-crypto.scm (python-ecdsa)[source]: Use PYPI-URI.

5 years agognu: python-py-bcrypt: Use PYPI-URI.
Ricardo Wurmus [Sun, 27 Jan 2019 21:37:39 +0000 (22:37 +0100)]
gnu: python-py-bcrypt: Use PYPI-URI.

* gnu/packages/python-crypto.scm (python-py-bcrypt)[source]: Use PYPI-URI.

5 years agognu: grantlee: Fetch sources via git.
Ricardo Wurmus [Sun, 27 Jan 2019 12:36:42 +0000 (13:36 +0100)]
gnu: grantlee: Fetch sources via git.

* gnu/packages/qt.scm (grantlee)[source]: Fetch via git.

5 years agognu: python-flask-restful: Update to 0.3.7.
Efraim Flashner [Sun, 27 Jan 2019 12:37:38 +0000 (14:37 +0200)]
gnu: python-flask-restful: Update to 0.3.7.

* gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.7.

5 years agognu: python-cryptography, python-cryptography-vectors: Update to 2.5.
Efraim Flashner [Sun, 27 Jan 2019 10:32:27 +0000 (12:32 +0200)]
gnu: python-cryptography, python-cryptography-vectors: Update to 2.5.

* gnu/packages/python-crypto.scm (python-cryptography,
python-cryptography-vectors): Update to 2.5.

5 years agognu: python-bcrypt: Update to 3.1.6.
Efraim Flashner [Sun, 27 Jan 2019 10:22:26 +0000 (12:22 +0200)]
gnu: python-bcrypt: Update to 3.1.6.

* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.6.

5 years agognu: python-urllib3: Update to 1.24.1.
Efraim Flashner [Sun, 27 Jan 2019 10:13:26 +0000 (12:13 +0200)]
gnu: python-urllib3: Update to 1.24.1.

* gnu/packages/python-web.scm (python-urllib3): Update to 1.24.1.
[native-inputs]: Remove python-nose, add python-pytest.
[propagated-inputs]: Add python-pysocks.
[home-page]: Update home-page url.

5 years agognu: python-flaky: Update to 3.5.3.
Efraim Flashner [Sun, 27 Jan 2019 10:06:36 +0000 (12:06 +0200)]
gnu: python-flaky: Update to 3.5.3.

* gnu/packages/check.scm (python-flaky): Update to 3.5.3.

5 years agognu: python-tornado: Update to 5.1.1.
Efraim Flashner [Sun, 27 Jan 2019 09:57:30 +0000 (11:57 +0200)]
gnu: python-tornado: Update to 5.1.1.

* gnu/packages/python-web.scm (python-tornado): Update to 5.1.1.
[propagated-inputs]: Move python-backports-abc to python2-tornado only.
[home-page]: Use https.

5 years agognu: python-flask: Run test suite.
Efraim Flashner [Sun, 27 Jan 2019 09:20:56 +0000 (11:20 +0200)]
gnu: python-flask: Run test suite.

* gnu/packages/python-web.scm (python-flask)[arguments]: Use custom
'check phase.
[native-inputs]: Add python-pytest.