aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-09-26 21:51:18 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-10-14 03:40:57 +0200
commitac292a1aa102c8ccb687574da467534dd4c43919 (patch)
treea23373db1b3df8982d37a0ff9a8cd82b7b7eaea4 /.gitignore
parent7d26b017d89293822e30e899753fb3df4979c57f (diff)
downloadguix-ac292a1aa102c8ccb687574da467534dd4c43919.tar.gz
guix-ac292a1aa102c8ccb687574da467534dd4c43919.zip
gnu: Add java-tunnelvisionlabs-antlr4-runtime.
* gnu/packages/java.scm (java-tunnelvisionlabs-antlr4-runtime): New variable.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
.scm?id=3417a25156946d5cf69dafa283664a09067d9645'>gnu: Add python-xarray....From 27ec21904f769c1e8114f767972d9037e1e9f68a Mon Sep 17 00:00:00 2001 From: Pierre Langlois <pierre.langlois@gmx.com> Date: Thu, 18 Jun 2020 00:58:02 +0200 Subject: [PATCH 4/5] gnu: Add python-xarray. * gnu/package/python-science.scm (python-xarray): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois 2020-06-22gnu: python-pandas: Update to 1.0.5....But also keep version 0.25.3 around for packages requiring an earlier versions, as well as version 0.24.2 for a version with python2. * gnu/packages/python-science.scm (python-pandas): Update to 1.0.5. [arguments]: Adapt 'patch-which phase. Add new 'prepare-x phase. Do not delete tests that depend on "moto", they are skipped automatically. [propagated-inputs]: Add python-jinja2. [inputs]: Add xsel and xclip. [native-inputs]: Add xorg-server-for-tests so we can test clipboard support. (python-pandas-0.24): New variable. (python2-pandas): Inherit from python-pandas-0.25. * gnu/packages/bioinformatics.scm (python-biom-format)[propagated-inputs]: Switch to python-pandas-0.25. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois 2020-04-30gnu: Add python2-weave....* gnu/packages/python-science.scm (python2-weave): New variable. Ricardo Wurmus 2020-04-09gnu: Remove python2-scikit-image....Some of the packages that this depends upon no longer supports Python 2. * gnu/packages/python-science.scm (python2-scikit-image): Remove variable. Marius Bakke 2020-03-15gnu: python2-pandas: Fix build with Python 2.7.17....While at it, fix the inheritance. * gnu/packages/python-science.scm (python2-pandas): Use INHERIT instead of PACKAGE/INHERIT. [source](modules, snippet): New fields. Marius Bakke 2020-02-19gnu: python-scikit-image: Use HTTPS home page....* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2020-01-15gnu: python-lxml: Move to (gnu packages xml)....* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports. Marius Bakke