Commit graph

54722 commits

Author SHA1 Message Date
Marius Bakke 94fa51e17d
gnu: python2-flake8: Add missing input.
* gnu/packages/python-xyz.scm (python2-flake8)[propagated-inputs]: Add
PYTHON2-FUNCTOOLS32.
2020-01-24 20:44:33 +01:00
Marius Bakke c5d399090e
gnu: python-pytest: Update to 5.3.2.
* gnu/packages/check.scm (python-pytest): Update to 5.3.2.
[propagated-inputs]: Add PYTHON-WCWIDTH and PYTHON-PACKAGING-BOOTSTRAP.
[native-inputs]: Add PYTHON-XMLSCHEMA.
[arguments]: Support overriding check phase with #:tests?.
(python2-pytest): Stay on version 4.4.2.
(python2-pytest-bootstrap): Inherit from PYTHON2-PYTEST instead of
PYTHON-PYTEST-BOOTSTRAP.
* gnu/packages/python-xyz.scm (python-packaging-bootstrap): New public variable.
2020-01-24 20:44:33 +01:00
Marius Bakke 17263ef5e8
gnu: python-pluggy: Update to 0.13.1.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.13.1.
[properties]: New field.
(python2-pluggy): Stay on 0.11.0.
2020-01-24 20:44:33 +01:00
Marius Bakke 3b5378a87f
gnu: python-hypothesis: Update to 5.1.5.
* gnu/packages/check.scm (python-hypothesis): Update to 5.1.5.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-COVERAGE.  Add PYTHON-SORTEDCONTAINERS.
(python2-hypothesis): Update to 4.57.1.
2020-01-24 20:44:33 +01:00
Marius Bakke 8aed0895f1
gnu: python-attrs: Update to 19.3.0.
* gnu/packages/python-xyz.scm (python-attrs): Update to 19.3.0.
2020-01-24 20:44:32 +01:00
Marius Bakke 11c28af19a
gnu: python-pyparsing: Update to 2.4.6.
* gnu/packages/python-xyz.scm (python-pyparsing): Update to 2.4.6.
2020-01-24 20:44:32 +01:00
Marius Bakke aadef9c845
gnu: python-sortedcontainers: Add python2 variant.
* gnu/packages/python-xyz.scm (python2-sortedcontainers): New public
variable.
2020-01-24 20:44:32 +01:00
Marius Bakke 4c2530afce
gnu: python-sorted-containers: Disable tests.
It did not actually run tests previously, because pytest was unavailable.

* gnu/packages/python-xyz.scm (python-sortedcontainers)[arguments]: New
field.
[native-inputs]: Remove.
2020-01-24 20:44:32 +01:00
Marius Bakke dab41b95fb
gnu: python-mock: Update to 3.0.5.
* gnu/packages/check.scm (python-mock): Update to 3.0.5.
[propagated-inputs]: Remove PYTHON-PBR-MINIMAL.
[native-inputs]: Remove.
[arguments]: Remove #:phases.  Add #:tests?.
2020-01-24 20:44:32 +01:00
Marius Bakke a9d1da178e
gnu: python-more-itertools: Update to 8.1.0.
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.1.0.
2020-01-24 20:44:32 +01:00
Marius Bakke fb7686a999
gnu: python-flake8: Update to 3.7.9.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.7.9.
[native-inputs]: Remove PYTHON-PYTEST-RUNNER.
2020-01-24 20:44:31 +01:00
Marius Bakke 87a49025e9
gnu: python2-pathlib2: Update to 2.3.5.
* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.5.
2020-01-24 20:44:31 +01:00
Marius Bakke f00722b40c
gnu: python-six: Update to 1.13.0.
* gnu/packages/python-xyz.scm (python-six): Update to 1.13.0.
[native-inputs]: Remove PYTHON-PY.
2020-01-24 20:44:31 +01:00
Marius Bakke c6bc3529a5
gnu: python-configparser: Update to 4.0.2.
* gnu/packages/python-xyz.scm (python-configparser): Update to 4.0.2.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
2020-01-24 20:44:31 +01:00
Marius Bakke 559f5799db
gnu: python-typing: Update to 3.7.4.1.
* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.1.
2020-01-24 20:44:31 +01:00
Marius Bakke 23d5d859a8
gnu: python-py: Update to 1.8.1.
* gnu/packages/python-xyz.scm (python-py): Update to 1.8.1.
2020-01-24 20:44:31 +01:00
Marius Bakke 1c4746ee69
gnu: python-setuptools-scm: Update to 3.3.3.
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.3.3.
(python-setuptools-scm-3.3): Remove variable.
(python-lazy-object-proxy)[native-inputs]: Change from
PYTHON-SETUPTOOLS-SCM-3.3 to PYTHON-SETUPTOOLS-SCM.
2020-01-24 20:44:30 +01:00
Marius Bakke 5e1d6787f2
gnu: python-coverage: Update to 5.0.3.
* gnu/packages/check.scm (python-coverage): Update to 5.0.3.
2020-01-24 20:44:30 +01:00
Marius Bakke b8f5aa6fa0
gnu: python-scandir: Update to 1.10.0.
* gnu/packages/python-xyz.scm (python-scandir): Update to 1.10.0.
2020-01-24 20:44:30 +01:00
Marius Bakke 6e3cbafb60
gnu: fontforge: Fix build with Python 3.8.
* gnu/packages/fontutils.scm (fontforge)[native-inputs]: Add AUTOCONF,
AUTOMAKE, and LIBTOOL.
[arguments]: Add phase 'fix-linking-with-python-3.8'.
2020-01-24 20:44:30 +01:00
Marius Bakke 1cc3971242
gnu: boost: Fix build with Python 3.8.
* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3
header location.
2020-01-24 20:44:30 +01:00
Marius Bakke b15d1c467f
gnu: Python: Update to 3.8.1.
* gnu/packages/python.scm (python-3.7): Rename to ...
(python-3.8): ... this.  Update to 3.8.1.
[source](patches): Add "python-3.8-fix-tests.patch".
[source](snippet): Adjust for renamed file.
(python-3): Alias to PYTHON-3.8.
* gnu/packages/patches/python-3-search-paths.patch: Adjust for 3.8.
* gnu/packages/patches/python-3.8-search-paths.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-01-24 20:44:29 +01:00
Marius Bakke 49d7167328
gnu: gobject-introspection: Update to 1.62.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.62.0.
2020-01-24 20:44:29 +01:00
Marius Bakke 3440fecd4e
gnu: nvi: Fix build with glibc 2.30.
* gnu/packages/nvi.scm (nvi)[source](modules): New field.
[source](snippet): Add substitution to prevent including code that relies on
obsolete glibc functions.
2020-01-23 23:28:57 +01:00
Marius Bakke 1de804da52
gnu: gcr: Update to 3.34.0.
* gnu/packages/gnome.scm (gcr): Update to 3.34.0.
[source](patches): Remove.
[arguments]: Disable D-Bus tests differently.
[native-inputs]: Remove PYTHON-2 and INTLTOOL.  Add PYTHON-WRAPPER and
GETTEXT-MINIMAL.
2020-01-23 23:27:45 +01:00
Marius Bakke 4cb09502f2
gnu: gnome-calculator: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.34.1.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
[inputs]: Add LIBGEE.
2020-01-23 23:26:25 +01:00
Marius Bakke 404e386ed0
gnu: shared-mime-info: Update to 1.15.
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.15.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL and ITSTOOL.
2020-01-23 23:24:53 +01:00
Marius Bakke b92a36dbc8
gnu: vala: Update to 0.46.5.
* gnu/packages/gnome.scm (vala): Update to 0.46.5.
2020-01-23 23:24:06 +01:00
Marius Bakke 8fe8a42a90
gnu: yelp-tools: Update to 3.32.2.
* gnu/packages/gnome.scm (yelp-tools): Update to 3.32.2.
2020-01-23 23:20:48 +01:00
Marius Bakke 632a9b32c5
gnu: yelp-xsl: Update to 3.34.2.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.34.2.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2020-01-23 23:20:21 +01:00
Marius Bakke c825720826
gnu: glibmm: Update to 2.62.0.
* gnu/packages/glib.scm (glibmm): Update to 2.62.0.
2020-01-23 23:19:52 +01:00
Marius Bakke 23572ded70
gnu: glib: Update to 2.62.4.
* gnu/packages/glib.scm (glib): Update to 2.62.4.
[arguments]: Adjust for renamed file.
2020-01-23 23:18:36 +01:00
Marius Bakke f2821deb96
gnu: glib: Remove redundant input.
* gnu/packages/glib.scm (glib)[inputs]: Remove.
2020-01-23 23:17:47 +01:00
Marius Bakke 12d8adbfc0
Merge branch 'staging' into core-updates 2020-01-23 23:11:11 +01:00
Marius Bakke db0e9fe42c
Merge branch 'master' into staging 2020-01-23 22:57:16 +01:00
Marius Bakke 82a2bd3a4e
gnu: libqmi: Update to 1.24.4.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.4.
2020-01-23 22:43:47 +01:00
Marius Bakke 10214fa9f6
gnu: gsasl: Do not build 'libgsasl.a'.
* gnu/packages/gsasl.scm (gsasl)[arguments]: Add "--disable-static" to
 #:configure-flags.
2020-01-23 22:43:46 +01:00
Marius Bakke df8a9c7496
gnu: gsasl: Update to 1.8.1.
* gnu/packages/gsasl.scm (gsasl): Update to 1.8.1.
[source](modules, snippet): Remove.
[inputs]: Add LIBGCRYPT.
2020-01-23 22:43:46 +01:00
JoJo e3ee802379
gnu: Add ghc-llvm-hs.
* gnu/packages/haskell-xyz.scm (ghc-llvm-hs): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-23 16:42:13 -05:00
JoJo 84436be094
gnu: Add ghc-llvm-hs-pure.
* gnu/packages/haskell-xyz.scm (ghc-llvm-hs-pure): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-01-23 16:42:13 -05:00
Marius Bakke 43190ac64c
gnu: evolution-data-server: Fix build with libical 3.0.7.
* gnu/packages/patches/evolution-data-server-libical-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (evolution-data-server)[source](patches): Add it.
2020-01-23 22:37:34 +01:00
Danny Milosavljevic a78364e91c
gnu: Add ne.
* gnu/packages/text-editors.scm (ne): New variable.
2020-01-23 22:10:18 +01:00
Kei Kebreau 48446f0f94
gnu: wxmaxima: Update to 20.01.3.
* gnu/packages/maths.scm (wxmaxima): Update to 20.01.3.
[home-page]: Update URL.
2020-01-23 14:22:41 -05:00
Paul Garlick 37bb0d1eaf
gnu: fenics: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (fenics): Update to 2019.1.0.post0.
[arguments]: In the 'pre-check' phase, add three more demos to the
list of demos that are skipped.
2020-01-23 16:50:00 +00:00
Paul Garlick 09ecd9a794
gnu: fenics-dolfin: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (fenics-dolfin): Update to 2019.1.0.post0.
[source](snippet): Remove three substitutions that are no longer needed.
[native-inputs]: Use compatible version of CATCH.
[arguments]: Use CMAKE version 3.15.5 to avoid EXCLUDE_FROM_ALL
regression.  See <https://issues.guix.gnu.org/issue/38060>.
2020-01-23 16:49:59 +00:00
Paul Garlick ec8dff8980
gnu: python-fenics-ffc: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0.
2020-01-23 16:49:58 +00:00
Paul Garlick 4dfb22c1e3
gnu: python-fenics-fiat: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-fiat): Update to 2019.1.0.
2020-01-23 16:49:58 +00:00
Paul Garlick def588d250
gnu: python-fenics-ufl: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-ufl): Update to 2019.1.0.
2020-01-23 16:49:57 +00:00
Paul Garlick 236861847f
gnu: python-fenics-dijitso: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-dijitso): Update to 2019.1.0.
2020-01-23 16:49:41 +00:00
Guillaume Le Vaillant 8c5cde2546
gnu: jgmenu: Update to 4.0.1.
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.0.1.
  [native-inputs]: Add cppcheck.
  [inputs]: Add glib and remove python.
  [arguments]: Remove fix-paths phase, add fix-tests phase and update
  configure phase.
2020-01-23 11:53:52 +01:00