Archived
1
0
Fork 0
Commit graph

1761 commits

Author SHA1 Message Date
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
Raghav Gururajan
12ca316b83
gnu: Add python-yaspin.
* gnu/packages/python-xyz.scm (python-yaspin): New variable.
2021-05-02 07:45:26 -04:00
Raghav Gururajan
71005247cd
gnu: Add python-colorful.
* gnu/packages/python-xyz.scm (python-colorful): New variable.
2021-05-02 07:45:26 -04:00
BonfaceKilz
f2b2016bfd
gnu: Add python-hissp.
* gnu/packages/python-xyz.scm (python-hissp): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-29 10:01:16 +03:00
Nicolas Goaziou
510fbf7f93
gnu: python-pikepdf: Update to 2.11.4.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
2021-04-28 21:30:39 +02:00
Nicolas Goaziou
92e2249b1f
gnu: python-pikepdf: Update to 2.11.2.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2.
2021-04-26 18:32:46 +02:00
Lars-Dominik Braun
2209e5c753
gnu: python-notebook: Fix tests.
They failed because JUPYTER_PATH was set in commit
1683e9d967.

* gnu/packages/python-xyz.scm (python-notebook) [#:phases]: Unset
JUPYTER_PATH in 'check.
2021-04-26 10:37:07 +02:00
Lars-Dominik Braun
d57341234d
gnu: python-nbconvert: Enable more tests.
Enables more tests and fixes a few paths.

* gnu/packages/python-xyz.scm (python-nbconvert) [arguments]: Add new
phase, fixing pandoc/LaTeX paths. Set required environment variables in
'check phase.
[inputs]: Add pandoc and texlive.
[native-inputs]: Add missing inputs for tests.
[propagated-inputs]: Add tornado, which is always required.
2021-04-26 10:26:48 +02:00
Lars-Dominik Braun
f57873f20b
gnu: python-ipykernel: Add missing inputs.
* gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]:
Add tornado and traitlets.
2021-04-26 10:26:47 +02:00
Lars-Dominik Braun
7914515cd3
gnu: python-jupyter-client: Enable tests.
* gnu/packages/python-xyz.scm (python-jupyter-client) [arguments]:
Enable tests. Run pytest during 'check.
[native-inputs]: Add missing test inputs.
2021-04-26 10:26:47 +02:00
Lars-Dominik Braun
f371e53aaa
gnu: Add python-ipykernel-bootstrap.
* gnu/packages/python-xyz.scm (python-ipykernel-bootstrap): New
variable.
2021-04-26 10:26:47 +02:00
Lars-Dominik Braun
a0e98da14f
gnu: Add python-jupyter-client-bootstrap.
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap): New
variable.
2021-04-26 10:26:47 +02:00
Lars-Dominik Braun
7f06ab7fc0
gnu: python-nbformat: Enable tests.
* gnu/packages/python-xyz.scm (python-nbformat) [source]: Use git
repository, which has more complete test data.
[arguments]: Run pytest during 'check.
[native-inputs]: Add dependencies required to do that.
2021-04-26 10:26:47 +02:00
Lars-Dominik Braun
2bcaf11d7c
gnu: Add python-fastjsonschema.
* gnu/packages/python-xyz.scm (python-fastjsonschema): New variable.
2021-04-26 10:26:46 +02:00
Lars-Dominik Braun
b29e576f67
gnu: Add python-json-spec.
* gnu/packages/python-xyz.scm (python-json-spec): New variable.
2021-04-26 10:26:46 +02:00
Lars-Dominik Braun
51646c5435
gnu: python-jupyter-core: Enable tests.
* gnu/packages/python-xyz.scm (python-jupyter-core) [arguments]: Enable
tests.
[native-inputs]: Add test dependencies.
2021-04-26 10:26:46 +02:00
Lars-Dominik Braun
1683e9d967
gnu: Move search path JUPYTER_PATH.
python-jupyter-core provides the `jupyter` binary as well as generic
functions to discover the search path for all Jupyter subprojects. Thus
it should provide the search paths too.

* gnu/packages/python-xyz.scm (jupyter): From here…
(python-jupyter-core): …to here.
[native-search-paths]: Add JUPYTER_CONFIG_DIR, because some Jupyter
projects install config files to their etc/ directory and expect them to
be loaded automatically.
2021-04-26 10:26:46 +02:00
Vinicius Monego
45d80c72dc
gnu: Add python-qasync.
* gnu/packages/python-xyz.scm (python-qasync): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:56 -04:00
Vinicius Monego
50847139f4
gnu: Add python-pyqtgraph.
* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:56 -04:00
Vinicius Monego
c0fa0efe8a
gnu: Add python-anyqt.
* gnu/packages/python-xyz.scm (python-anyqt): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 14:49:56 -04:00
Efraim Flashner
860d28da6e
gnu: python-traitlets: Add missing input.
Reported by phodina <phodina@protonmail.com>.

* gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
python-six.
2021-04-25 09:13:42 +03:00
Vagrant Cascadian
c69c220ae2
gnu: python-flake8-implicit-str-concat: Fix typo.
* gnu/packages/python-xyz.scm
  (python-flake8-implicit-str-concat)[description]: Fix spelling of
  "formatting".
2021-04-21 08:32:36 -07:00
Guillaume Le Vaillant
8f04cb6c7f
gnu: python-djvulibre: Update to 0.8.6.
* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
2021-04-21 14:24:33 +02:00
Tobias Geerinckx-Rice
167c5231a5
gnu: python-xlsxwriter: Update to 1.3.9.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
2021-04-20 03:31:48 +02:00
Lars-Dominik Braun
8fc4460889
gnu: python-lfdfiles: Fix build.
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove
pre-generated C files.
[native-inputs]: Add python-cython.
[arguments]: Disable tests.
2021-04-18 15:09:33 +02:00
Lars-Dominik Braun
da28f04a5f
gnu: python-lfdfiles: Update to 2021.2.22.
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
bfb1164a74
gnu: python-roifile: Update to 2020.11.28.
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
f3f118402d
gnu: python-tifffile: Update to 2021.4.8.
* gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to
2021.4.8.
[propagated-inputs]: Drop python-roifiles, which is only required for
tests (disabled). Add python-imagecodecs, which allows decoding
compressed tiff files.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
94db80b6d1
gnu: Add python-imagecodecs.
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
2021-04-18 08:36:30 +02:00
Efraim Flashner
fcc39864db
Merge remote-tracking branch 'origin/master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/boost.scm
	gnu/packages/chez.scm
	gnu/packages/compression.scm
	gnu/packages/crates-io.scm
	gnu/packages/docbook.scm
	gnu/packages/engineering.scm
	gnu/packages/gcc.scm
	gnu/packages/gl.scm
	gnu/packages/gtk.scm
	gnu/packages/nettle.scm
	gnu/packages/python-check.scm
	gnu/packages/python-xyz.scm
	gnu/packages/radio.scm
	gnu/packages/rust.scm
	gnu/packages/sqlite.scm
	guix/build-system/node.scm
2021-04-16 14:39:48 +03:00
Roel Janssen
44f9432705
gnu: Add python-mappy.
* gnu/packages/python-xyz.scm (python-mappy): New variable.
2021-04-16 11:20:21 +02:00
BonfaceKilz
565ecf8457
gnu: Add python-quicktions.
* gnu/packages/python-xyz.scm (python-quicktions): New variable.

Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:27:21 +03:00
BonfaceKilz
5c2e4711a7
gnu: Add python-setuptools-declarative-requirements.
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements):
New variable.

Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:09:45 +03:00