Björn Höfling
3aea1433f1
gnu: python2-shapely: Remove package.
...
* gnu/packages/python-xyz.scm (python2-shapely): Delete variable.
2021-05-25 01:15:08 +02:00
Efraim Flashner
4ea6161046
gnu: python-matplotlib: Don't hardcode python version.
...
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: In custom
'install-jquery-ui phase programmatically get the version of python.
2021-05-24 16:13:35 +03:00
Efraim Flashner
67ac4348d4
gnu: python-nltk: Add missing inputs.
...
* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add
python-click, python-joblib, python-regex, python-tqdm.
2021-05-24 11:15:32 +03:00
Efraim Flashner
029a3fe46b
gnu: python-nltk-3.4: Add missing input.
...
* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add
python-six.
2021-05-24 11:15:32 +03:00
Marius Bakke
dbcf2b61b1
gnu: Fix erroneous uses of 'package/inherit'.
...
These packages use a different source/version from the inherited package, and
thus should not inherit replacements.
* gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record
inheritance instead of PACKAGE/INHERIT.
* gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4,
rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23,
rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1,
rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3,
rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17,
rust-webpki-roots-0.14): Likewise.
* gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise.
* gnu/packages/guile.scm (guile-2.2.4): Likewise.
* gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise.
* gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6):
Likewise.
* gnu/packages/python-web.scm (python2-html2text): Likewise.
* gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy,
python2-urwid, python2-markdown, python2-fonttools): Likewise.
* gnu/packages/racket.scm (racket): Likewise.
* gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
2021-05-23 17:49:56 +02:00
Marius Bakke
8a0e94f69b
gnu: Remove python2-ipython-cluster-helper.
...
Some of its requirements no longer support Python 2 which has left this
package broken for a while.
* gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): Remove variable.
2021-05-22 19:53:17 +02:00
Marius Bakke
d51b8ac947
gnu: Remove python2-notebook.
...
Some of its requirements no longer support Python 2 which has left this
package broken for a while.
* gnu/packages/python-xyz.scm (python2-notebook): Remove variable.
(python-notebook)[properties]: Remove.
2021-05-22 19:53:17 +02:00
Marius Bakke
10c8aa039d
gnu: python2-ttystatus: Add Python 3 variant.
...
* gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ...
(python-ttystatus): ... this.
[name, native-inputs, arguments]: Adjust accordingly.
[descriptions]: Remove mentions of Python version and add markup.
(python2-ttystatus): Use PACKAGE-WITH-PYTHON2.
2021-05-22 16:04:59 +02:00
Marius Bakke
0d0e3bee03
gnu: python2-cliapp: Add Python 3 variant.
...
* gnu/packages/python-xyz.scm (python2-cliapp): Rename to ...
(python-cliapp): ... this.
[name, native-inputs, propagated-inputs]: Adjust accordingly.
[arguments]: Disable tests.
[description]: Remove mentions of Python version and add markup.
(python2-cliapp): Use PACKAGE-WITH-PYTHON2.
2021-05-22 16:04:59 +02:00
Björn Höfling
8aab6e0dfb
gnu: python-scour: Update to 0.38.2.
...
* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
2021-05-21 22:20:13 +02:00
Björn Höfling
b6c83dc5ae
gnu: python-scour: Correct version.
...
* gnu/packages/python-xyz.scm (python-scour): Correct version string
from 038.1 to 0.38.1.
2021-05-21 21:57:01 +02:00
Nicolas Goaziou
e7f97f8af4
gnu: python-pikepdf: Update to 2.12.1.
...
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.
2021-05-21 17:36:34 +02:00
Tobias Geerinckx-Rice
e0be9fa62d
gnu: python-pdftotext: Update to 2.1.6.
...
* gnu/packages/python-xyz.scm (python-pdftotext): Update to 2.1.6.
2021-05-18 16:37:22 +02:00
Tobias Geerinckx-Rice
b3c4af692e
gnu: python-pyprind: Update to 2.11.3.
...
* gnu/packages/python-xyz.scm (python-pyprind): Update to 2.11.3.
2021-05-18 16:37:21 +02:00
Sharlatan Hellseher
f5855555db
gnu: sniffio: Update to 1.2.0
...
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-05-15 22:55:20 +03:00
Marius Bakke
d4f02447ff
gnu: pybind11: Update to 2.6.2.
...
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
2021-05-15 19:18:46 +02:00
Xinglu Chen
e026b226cd
gnu: Add python-fb-re2.
...
* gnu/packages/python-xyz.scm (python-fb-re2): New variable.
2021-05-14 22:26:23 +02:00
Lars-Dominik Braun
16ad755f94
gnu: python-jupyter-core: Disable config migration.
...
* gnu/packages/python-xyz.scm (python-jupyter-core) [#:phases]: Add new
phase 'disable-migration, which disables migration of Guix-owned
configuration directories.
2021-05-14 15:54:32 +02:00
Greg Hogan
7e863ecd3c
gnu: python-networkx: Update to 2.5.1.
...
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-11 15:54:32 -04:00
Nicolas Goaziou
80c091e911
gnu: python-pikepdf: Update to 2.12.0.
...
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
2021-05-09 21:55:38 +02:00
Jelle Licht
e5adaf6c2d
gnu: python-rply: Update to 0.7.8.
...
* gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.
2021-05-08 11:43:15 +02:00
Vinicius Monego
dd05a93743
gnu: python-language-server: Relax dependency versions.
...
* gnu/packages/python-xyz.scm (python-language-server)[arguments]: Add phase
to relax pycodestyle and pyflakes version.
2021-05-08 11:27:50 +02:00
Vinicius Monego
25644879c1
gnu: Add python-pyvirtualdisplay.
...
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): New variable.
2021-05-08 11:27:49 +02:00
Vinicius Monego
2137cc44ba
gnu: Add python-entrypoint2.
...
* gnu/packages/python-xyz.scm (python-entrypoint2): New variable.
2021-05-08 11:27:49 +02:00
Vinicius Monego
570a4c77f8
gnu: Add python-easyprocess.
...
* gnu/packages/python-xyz.scm (python-easyprocess): New variable.
2021-05-08 11:27:49 +02:00
Vinicius Monego
83706ea9e9
gnu: Add python-qtsass.
...
* gnu/packages/python-xyz.scm (python-qtsass): New variable.
2021-05-08 11:27:49 +02:00
Vinicius Monego
4907d70898
gnu: python-language-server: Enable tests.
...
* gnu/packages/python-xyz.scm (python-language-server): Enable tests.
[arguments]: Add phases to enable tests.
[propagated-inputs]: Add python-flake8.
2021-05-08 11:27:48 +02:00
Vinicius Monego
30fd24641c
gnu: Add python-qstylizer.
...
* gnu/packages/python-xyz.scm (python-qstylizer): New variable.
2021-05-08 11:27:48 +02:00
Vinicius Monego
e0def67669
gnu: Add python-pyls-black.
...
* gnu/packages/python-xyz.scm (python-pyls-black): New variable.
2021-05-08 11:27:48 +02:00
Vinicius Monego
bd6f03846b
gnu: Add python-three-merge.
...
* gnu/packages/python-xyz.scm (python-three-merge): New variable.
2021-05-08 11:27:48 +02:00
Vinicius Monego
796f7cabdb
gnu: Add python-textdistance.
...
* gnu/packages/python-xyz.scm (python-textdistance): New variable.
2021-05-08 11:27:47 +02:00
Marius Bakke
165786bb7a
gnu: Remove python-ipaddress.
...
This package is part of the Python standard library since CPython 3.3.
* gnu/packages/python-xyz.scm (python-ipaddress): Merge with ...
(python2-ipaddress): ... this.
[name, arguments]: Adjust accordingly.
2021-05-07 16:01:58 +02:00
Marius Bakke
243552674e
gnu: python-hacking: Fix build failure.
...
This follows up on 9095fccd0e
, et.al.
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2,
python-flake8-3.8): New variables.
* gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from
PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
2021-05-06 19:10:05 +02:00
Marius Bakke
10213079f4
gnu: python-flake8: Update to 3.9.1.
...
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
2021-05-06 19:10:04 +02:00
Marius Bakke
9e22ab252f
gnu: python-flake8: Do not delete and recreate check phase.
...
* gnu/packages/python-xyz.scm (python-flake8)[arguments]: Replace check phase
instead of deleting. Remove trailing #t.
2021-05-06 19:10:04 +02:00
Marius Bakke
47516f818e
gnu: python-flake8: Do not use the 'bootstrap' pytest.
...
* gnu/packages/python-xyz.scm (python-flake8)[native-inputs]: Change from
PYTHON-PYTEST-BOOTSTRAP to PYTHON-PYTEST.
2021-05-06 19:10:04 +02:00
Marius Bakke
dde9359640
gnu: Remove python-pykka.
...
This trivial package is severely outdated and has failed to build for a long time.
* gnu/packages/python-xyz.scm (python-pykka): Remove variable.
2021-05-06 19:10:04 +02:00
Marius Bakke
7dc0f9e760
gnu: python-dnspython: Update to 2.1.0.
...
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
2021-05-06 19:10:04 +02:00
Marius Bakke
b36b588105
gnu: python-cached-property: Update to 1.5.2.
...
* gnu/packages/python-xyz.scm (python-cached-property): Update to 1.5.2.
2021-05-05 23:48:20 +02:00
Marius Bakke
9e5acf045d
gnu: python-netaddr: Update to 0.8.0.
...
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
2021-05-05 23:48:19 +02:00
Ricardo Wurmus
75af43162e
gnu: python-nbconvert: Use patched texlive-amsfonts.
...
This is intended to fix a non-deterministic build error when xelatex inspects
the fonts directory and finds a broken font from texlive-amsfonts before the
correct font in texlive-cm.
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace
texlive-amsfonts with texlive-amsfonts/patched.
2021-05-05 15:28:14 +02:00
Ricardo Wurmus
6cd9cb0e13
gnu: python-nbconvert: Simplify build phase.
...
* gnu/packages/python-xyz.scm (python-nbconvert)[arguments]: Simplify build
phase "fix-paths-and-tests" by using WHICH; remove final boolean and reindent.
2021-05-04 15:17:18 +02:00
Ricardo Wurmus
82c5d929b9
gnu: python-nbconvert: Use modular texlive packages.
...
* gnu/packages/python-xyz.scm (python-nbconvert)[inputs]: Remove texlive.
[native-inputs]: Add texlive-union.
2021-05-04 15:17:18 +02:00
Tobias Geerinckx-Rice
be38994982
gnu: glances: Update to 3.1.7.
...
* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
2021-05-03 01:30:10 +02:00
Raghav Gururajan
255ff5ee28
gnu: Add python-mkdocs-material.
...
* gnu/packages/python-xyz.scm (python-mkdocs-material): New variable.
2021-05-02 07:45:27 -04:00
Raghav Gururajan
5b8e9eec08
gnu: Add python-pymdown-extensions.
...
* gnu/packages/python-xyz.scm (python-pymdown-extensions): New variable.
2021-05-02 07:45:27 -04:00
Raghav Gururajan
ad8ee53cb1
gnu: Add python-mkdocs.
...
* gnu/packages/python-xyz.scm (python-mkdocs): New variable.
2021-05-02 07:45:27 -04:00
Raghav Gururajan
caf84530e0
gnu: Add python-lunr.
...
* gnu/packages/python-xyz.scm (python-lunr): New variable.
2021-05-02 07:45:27 -04:00
Raghav Gururajan
edc946dde3
gnu: Add python-nltk@3.4.
...
* gnu/packages/python-xyz.scm (python-nltk-3.4): New variable.
2021-05-02 07:45:26 -04:00
Raghav Gururajan
e0f74524a1
gnu: python-nltk: Update to 3.6.2.
...
This version is only available in zip format.
* gnu/packages/python-xyz.scm (python-nltk)[version]: Update to 3.6.2.
[uri]: Use zip extension.
[native-inputs]: Add unzip.
2021-05-02 07:45:26 -04:00