Commit Graph

1146 Commits

Author SHA1 Message Date
Maxim Cournoyer
20c64fc2e2
gnu: python-pillow: Add the python2-variant property.
This is apparently required to get the package-with-python2 package
transformer to pick up the correct python2-pillow package instead of
attempting to create a new one with the same version as python-pillow, as it
would happen for python2-matplotlib for example.

* gnu/packages/python-xyz.scm (python-pillow): Add python2-variant property.
(python2-pillow): Strip python2-variant property from inherited python-pillow,
and fix indentation.
2020-11-21 00:25:07 -05:00
Maxim Cournoyer
4d6dcba927
gnu: python2-pillow: Fix build.
* gnu/packages/python-xyz.scm (python2-pillow): Downgrade to version 6.2.2.
2020-11-20 23:53:15 -05:00
Marius Bakke
beba9ff821
gnu: Add python-moto.
* gnu/packages/python-xyz.scm (python-moto): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke
07caffbfbd
gnu: python-jsonpatch: Propagate required input.
* gnu/packages/python-xyz.scm (python-jsonpatch)[native-inputs]: Move
PYTHON-JSONPOINTER ...
[propagated-inputs]: ... here.
2020-11-21 01:21:32 +01:00
Marius Bakke
fb871c5899
gnu: Add python-boto.
* gnu/packages/python-xyz.scm (python-boto): New public variable.
2020-11-21 01:21:32 +01:00
Marius Bakke
9d3449f77a
gnu: Add python-sshpubkeys.
* gnu/packages/python-xyz.scm (python-sshpubkeys): New public variable.
2020-11-21 01:21:31 +01:00
Kristian Trandem
65579957d5
gnu: Add python-boto3.
gnu/packages/python-xyz.scm (python-boto3): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-11-21 01:21:31 +01:00
Marius Bakke
8b20f6c043
gnu: Add python-gorilla.
* gnu/packages/python-xyz.scm (python-gorilla): New public variable.
2020-11-21 01:21:31 +01:00
Marius Bakke
a811fb219b
gnu: python-botocore: Update to 1.19.22.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.19.22.
[propagated-inputs]: Remove PYTHON-DOCUTILS.  Add PYTHON-URLLIB3.
2020-11-21 01:21:31 +01:00
Marius Bakke
d05abc18bf
gnu: python-botocore: Remove unused inputs.
* gnu/packages/python-xyz.scm (python-botocore)[native-inputs]: Remove.
2020-11-21 01:21:31 +01:00
Marius Bakke
8343ae2b91
gnu: awscli, python-botocore: Add comment about compatibility.
* gnu/packages/python-web.scm (awscli): Mention that it must be updated
together with ...
* gnu/packages/python-xyz.scm (python-botocore): ... this package, and add
similar comment about awscli.
2020-11-21 01:21:31 +01:00
Maxim Cournoyer
8d7dfa1914
gnu: python-pillow: Update to 8.0.1.
* gnu/packages/python-xyz.scm (python-pillow): Update to 8.0.1.
2020-11-19 21:56:59 -05:00
Maxim Cournoyer
226b2af51a
gnu: python-hacking: Update to 4.0.0.
Fixes <https://issues.guix.gnu.org/39871>.

* gnu/packages/openstack.scm (python-hacking): Update to 4.0.0.
[arguments]: Remove field.
[propagated-inputs]: Remove python-flake8-2.6, python-mccabe-0.2.1, python-pbr,
python-pep8-1.5.7, python-pyflakes-1.2, python-six.  Add python-flake8.
[native-inputs]: Remove python-reno and python-testrepository.  Add
python-coverage, python-ddt, python-dnspython, python-fixtures,
python-monotonic, python-subunit, python-stestr and python-testtools.
(python2-hacking): Remove variable.
* gnu/packages/python-xyz.scm (python-pyflakes-1.2)
(python-mccabe-0.2.1, python2-mccabe-0.2.1)
(python-pep8-1.5.7, python2-pep8-1.5.7)
(python-flake8-2.6): Delete variables.
2020-11-19 21:56:58 -05:00
Maxim Cournoyer
7196b8c5ea
gnu: python-ddt: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.1.
[native-inputs]: Remove python-mock, python-nose.
[propagated-inputs]: Remove python-six.
[home-page]: Update.
(python2-ddt): Remove variable.
2020-11-19 21:56:56 -05:00
Adam
93589b5e43
gnu: Add python-telethon.
* gnu/packages/python-xyz.scm (python-telethon): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-18 22:48:17 +02:00
Maxim Cournoyer
613e1ee5a8
gnu: python-semver: Fix build, again.
This reverts "gnu: python-semver: Fix build." (commit
b4e1ca0675) and overrides the check phase.

* gnu/packages/python-xyz.scm (python-semver)[phases]: Override the 'check
phase.
[native-inputs]: Remove all existing native-inputs.  Add python-pytest.
2020-11-18 09:57:21 -05:00
Leo Prikler
5a6c861db9
gnu: Add python-git-hammer.
* gnu/packages/python-xyz.scm (python-git-hammer): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-18 10:37:44 +02:00
Leo Prikler
6a8bac06d3
gnu: Add python-globber.
* gnu/packages/python-xyz.scm (python-globber): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-18 10:37:43 +02:00
Leo Prikler
4a75fdc877
gnu: Add python-beautifultable.
* gnu/packages/python-xyz.scm (python-beautifultable): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-18 10:37:43 +02:00
Tobias Geerinckx-Rice
82b3f42d24
gnu: python-scp: Update to 0.13.3.
* gnu/packages/python-xyz.scm (python-scp): Update to 0.13.3.
2020-11-15 20:47:45 +01:00
Diego Nicola Barbato
81643c4cf3
gnu: python-matplotlib: Fix rounding errors on x86 CPUs.
Fixes <https://issues.guix.gnu.org/40406>.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-11-14 22:11:31 -05:00
Maxim Cournoyer
7c816ed493
gnu: python-numba: Update to 0.51.2.
Fixes <https://issues.guix.gnu.org/43546>.

* gnu/packages/python-xyz.scm (python-numba): Update to 0.51.2.
[arguments]: Remove #:modules.
[phases]{check}: Use add-installed-pythonpath instead of some ad-hoc
solution.  Set HOME.
{remove-failing-tests}: Remove.
[inputs]: Move to...
[native-inputs]: ...here.
2020-11-14 11:41:07 -05:00
Marius Bakke
5f799dd119
gnu: python-matplotlib: Remove unused input.
* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK.
2020-11-11 21:37:12 +01:00
Nicolas Goaziou
c953036ba8
gnu: pyzo: Update to 4.11.0.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.0.
2020-11-11 12:22:43 +01:00
Michael Rohleder
8090c24b85
gnu: python-canonicaljson: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-11-10 22:32:13 +01:00
Marius Bakke
8f55eed35f
gnu: python-docutils: Update description.
* gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions of
"rst2man" and ".rst".
2020-11-09 22:15:04 +01:00
Tobias Geerinckx-Rice
b0afcce390
gnu: python-colorama: Update to 0.4.4.
* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.4.
2020-11-07 22:52:44 +01:00
Leo Famulari
97aad938bd
gnu: python-dateparser: Use the test variant of tzdata.
* gnu/packages/python-xyz.scm (python-dateparser)[inputs]: Remove field.
[native-inputs]: Add tzdata-for-tests.
2020-10-31 22:58:57 -04:00
Tanguy Le Carrour
96767739a1
gnu: Add python-pydub.
* gnu/packages/python-xyz.scm (python-pydub): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-30 16:37:58 -04:00
Leo Famulari
bda1359b8e
gnu: python-simpleaudio: Alsa-lib is not a native-input.
* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace
field and ...
[inputs]: ... Add new field.
2020-10-29 10:11:49 -04:00
Vagrant Cascadian
19c2c9f0bf
gnu: python-mujson: Fix typo.
* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
  package".
2020-10-28 21:10:49 -07:00
Vagrant Cascadian
2d2b3b24c8
gnu: python-scour: Fix typo.
* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of
  "aggressive".
2020-10-28 21:10:43 -07:00
Tanguy Le Carrour
36c74e27a8
gnu: Add python-simpleaudio.
* gnu/packages/python-xyz.scm (python-simpleaudio): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-10-28 12:32:09 -04:00
Ludovic Courtès
ab96f929c6
gnu: python-robotframework: Shorten patch file name.
* gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch:
Rename to...
* gnu/packages/patches/python-robotframework-source-date-epoch.patch:
... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise.
2020-10-26 22:56:29 +01:00
Christopher Baines
952c62762d
gnu: python2-netcdf4: Remove package.
This fails to build, and as it's the Python 2 variant, I think it can be
removed.

* gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable.
2020-10-26 15:58:08 +00:00
Ludovic Courtès
a27ed9d51d
gnu: python-robotframework-lint: Update to 1.1-0.b0619ac.
* gnu/packages/python-xyz.scm (python-robotframework-lint): Update to
b0619ac.
2020-10-25 01:06:09 +02:00
Ludovic Courtès
634ce81e2a
gnu: python-robotframework: Update to 3.2.2.
The update of Pandas to 0.25.2 in commit
7a97a26d01 broke the tests.

* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.2.2.
[arguments]: In 'check' phase, set TZ and TZDIR.
[native-inputs]: Add TZDATA-FOR-TESTS.
2020-10-25 01:06:09 +02:00
Tanguy Le Carrour
952ed957aa
gnu: python-invoke: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.4.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-25 01:06:09 +02:00
Ekaitz Zarraga
f786812066
gnu: Add python-scour.
* gnu/packages/python-xyz.scm (python-scour): New variable.
2020-10-24 20:26:16 +01:00
Christopher Baines
0b4ac3b17c
gnu: Add python-yq.
* gnu/packages/python-xyz.scm (python-yq): New variable.
2020-10-24 20:03:27 +01:00
Tanguy Le Carrour
b5e51a06de
gnu: python-black: Update to 20.8b1.
* gnu/packages/python-xyz.scm (python-black): Update to 20.8b1.
[arguments] Set PATH to make 1 test pass. Disable 1 failing test.
[propagated-inputs] Add python-mypy-extensions and python-typing-extensions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-23 16:35:39 +02:00
BonfaceKilz
1f39175d1a
gnu: Add python-parallel.
* gnu/packages/python-xyz (python-parallel): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-19 10:52:04 +03:00
Vinicius Monego
2f115f56fa
gnu: Add python-pyzbar.
* gnu/packages/python-xyz.scm (python-pyzbar): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-19 00:12:33 +02:00
Vinicius Monego
48fe2e01d8
gnu: Add python-pyfavicon.
* gnu/packages/python-xyz.scm (python-pyfavicon): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-19 00:12:33 +02:00
Joseph LaFreniere
474efc823b
gnu: Add python-grandalf.
* gnu/packages/python-xyz.scm (python-grandalf): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-19 00:12:32 +02:00
BonfaceKilz
1e30245406
gnu: Add python2-openpyxl.
* gnu/packages/python-xyz.scm (python2-openpyxl): New package.
(python-openpyxl)[properties]: Add reference to python2-openpyxl.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-18 12:31:23 +03:00
Nicolas Goaziou
a1b88219e8
gnu: python-asynctest: Fix build.
* gnu/packages/python-xyz.scm (python-asynctest): Disabled all failing tests.
Return #t at the end of the phase.
2020-10-17 22:37:36 +02:00
Tim Gesthuizen
7a5d13786b
gnu: Add python-rfc6555.
* gnu/packages/python-xyz.scm (python-rfc6555): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-14 11:14:12 +03:00
Marius Bakke
58af4c9621
Revert "gnu: python-chardet: Enable tests."
This causes too many rebuilds for the master branch.

This reverts commit 331aaf5280.
2020-10-14 00:54:17 +02:00
Joseph LaFreniere
e8c5533d26
gnu: Add python-dpath.
* gnu/packages/python-xyz.scm (python-dpath): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13 23:36:44 +02:00