Commit Graph

1018 Commits

Author SHA1 Message Date
Marius Bakke a717e8a698
gnu: python-flake8-2.2.4: Disable tests.
* gnu/packages/python.scm (python-flake8-2.2.4,
  python2-flake8-2.2.4)[arguments]: Set #:tests? #f.
2016-12-14 11:40:25 +01:00
Marius Bakke 73e3060d57
gnu: python-pep8-1.5.7: Disable tests.
* gnu/packages/python.scm (python-pep8-1.5.7, python2-pep8-1.5.7)[arguments]:
Set #:tests? #f.
2016-12-14 11:21:50 +01:00
Marius Bakke 0d84e1ef22
gnu: python-pyflakes-0.8.1: Disable tests.
* gnu/packages/python.scm (python-pyflakes-0.8.1,
  python2-pyflakes-0.8.1)[arguments]: Set #:tests? #f.
2016-12-14 11:19:11 +01:00
Marius Bakke 90110ef956
gnu: python-testrepository: Disable tests.
* gnu/packages/python.scm (python-testrepository, python2-testrepository):
Set #:tests? #f.
2016-12-14 10:46:47 +01:00
Marius Bakke f6c1ef1804
gnu: python-fixtures: Fix test suite.
* gnu/packages/python.scm (python-fixtures, python2-fixtures): Replace 'check'
  with custom phase.
  [native-inputs]: Add python-mock.
2016-12-14 10:40:21 +01:00
Marius Bakke fb08c4fedc
gnu: python-psutil: Disable tests.
* gnu/packages/python.scm (python-psutil, python2-psutil): Disable tests.
2016-12-14 10:18:33 +01:00
Leo Famulari 9d3a15b496
gnu: python-sphinx-rtd-theme: Build with python-sphinx.
* gnu/packages/python.scm (python-sphinx-rtd-theme,
python2-sphinx-rtd-theme)[propagated-inputs]: Add python-sphinx.
2016-12-13 20:54:34 -05:00
Leo Famulari 2b9e4bead9
gnu: python-zope-schema: Build with python-zope-exceptions.
* gnu/packages/python.scm (python-zope-schema,
python2-zope-schema)[propagated-inputs]: Add python-zope-schema.
2016-12-13 20:54:29 -05:00
Marius Bakke a792e1aa8d
gnu: python-cairocffi: Disable tests.
* gnu/packages/python.scm (python-cairocffi, python2-cairocffi)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:20 -05:00
Marius Bakke 6734c7bae3
gnu: python-cairocffi: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-cairocffi)[arguments]: Use 'modify-phases'.
2016-12-13 17:04:20 -05:00
Marius Bakke e2816ac72d
gnu: python-xcffib: Disable tests.
* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:20 -05:00
Marius Bakke c8cd850c87
gnu: python-xcffib: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-xcffib)[arguments]: Use 'modify-phases'.
2016-12-13 17:04:19 -05:00
Marius Bakke cff0ccf9dc
gnu: python-requests: Disable tests.
* gnu/packages/python.scm (python-requests, python2-requests,
python-requests-2.7)[native-inputs]: Remove field.
[arguments]: New field. Set #:tests? #f.
2016-12-13 17:04:19 -05:00
Marius Bakke 97be1bc231
gnu: python-click: Fix tests.
* gnu/packages/python.scm (python-click, python2-click)[arguments]: Replace
'check' with custom phase.
[native-inputs]: Add python-pytest.
2016-12-13 17:04:19 -05:00
Marius Bakke 3fe2c209e0
gnu: python-tornado: Disable tests.
* gnu/packages/python.scm (python-tornado, python2-tornado)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:19 -05:00
Marius Bakke 03cb5f9edb
gnu: python-sphinx: Disable tests.
* gnu/packages/python.scm (python-sphinx, python2-sphinx)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke 995cb99e4b
gnu: python-pygments: Disable tests.
* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke bd10e677d1
gnu: python-coverage: Disable tests.
* gnu/packages/python.scm (python-coverage, python2-coverage)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke 4fd129ee86
gnu: python-six: Fix test dependencies.
* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.
2016-12-13 17:04:18 -05:00
Marius Bakke dcb0da7bff
gnu: python-py: Disable tests.
* gnu/packages/python.scm (python-py, python2-py)[arguments]: Set #:tests? #f.
2016-12-13 21:04:31 +01:00
Marius Bakke d660f7be6d
gnu: python-setuptools: Update to 31.0.0.
* gnu/packages/python.scm (python-setuptools, python2-setuptools): Update to
31.0.0.
[source]: Use 'pypi-uri'.
[license]: Update for bundled libraries.
2016-12-13 09:37:49 +01:00
Marius Bakke 4eb6ed28a3
gnu: python-html5lib: Add dependency on python-webencodings.
* gnu/packages/python.scm (python-html5lib,
python2-html5lib)[propagated-inputs]: Add python-webencodings.
2016-12-11 20:09:26 +01:00
Marius Bakke adbca19e83
gnu: Add python-webencodings.
* gnu/packages/python.scm (python-webencodings, python2-webencodings): New
variables.
2016-12-11 20:09:23 +01:00
Tobias Geerinckx-Rice 6c2e82bcb7
gnu: Add python-argcomplete.
* gnu/packages/python.scm (python-argcomplete): New variable.
2016-12-11 11:58:40 +01:00
Danny Milosavljevic 444a79b6fe
gnu: Add python-flask-restful-swagger.
* gnu/packages/python.scm (python-flask-restful-swagger,
  python2-flask-restful-swagger): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-09 11:57:10 +01:00
Marius Bakke a14061aae6
gnu: python-html5lib: Update to 1.0b10 [fixes CVE-2016-{9909,9910}].
* gnu/packages/python.scm (python-html5lib, python2-html5lib): Update to 1.0b10.
2016-12-08 13:55:46 +01:00
Danny Milosavljevic bb4b17064d
gnu: python-sqlalchemy-utils: Update to 0.32.11.
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.11.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-07 18:51:46 +01:00
Danny Milosavljevic 1ed21519f7
gnu: Add python-sadisplay.
* gnu/packages/python.scm (python-sadisplay, python2-sadisplay): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-07 14:20:46 +01:00
Hartmut Goebel 3a735ecf0e
gnu: python2-notebook: Fix build.
* gnu/packages/python.scm (python2-notebook)[properties]: Add
python2-variant.
(python2-notebook)[native-packages] add python2-mock. [arguments] Add
phase "disable-test-case" for disabling a failing test. immediately
2016-12-06 11:30:15 +01:00
Hartmut Goebel c4abbac349
gnu: python-ipython-genutils: Update description.
* gnu/packages/python.scm (python-ipython-genutils)[description]: Add
deprecation note and TODO comment.
2016-12-06 11:29:37 +01:00
Hartmut Goebel 4dbc8ec483
gnu: python-ipython: Update to 4.0.3
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to
version 4.0.3.
2016-12-06 11:29:35 +01:00
Leo Famulari 8f35c03061
gnu: python-flask: Propagate python-click.
* gnu/packages/python.scm (python-flask, python2-flask)[native-inputs]: Move
python-click to ...
[propagated-inputs]: ... here.
2016-12-04 19:27:47 -05:00
Leo Famulari a6c4790567
gnu: python-cryptography: Update to 1.6.
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update
to 1.6.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6.
2016-12-03 02:39:09 -05:00
Hartmut Goebel b0aa6ede25
gnu: python-numpy: Fix inputs.
This fixes 2efabc5589, where some inputs
have been changed to propagated-inputs, but the propagated-inputs are
still extended from inputs and the inputs are not extended at all.

* gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]:
Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]:
Extend from python-numpy-bootstrap's package-propagated-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel 77a6932adf
gnu: python2-ipython: Fix inputs.
This fixes e62600feb6, where the inputs
have been changed to native-inputs, but still extended from inputs.

* gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
from python-ipython's package-native-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel fe4a8da445
gnu: python-numpydoc: Correct inputs.
This does what 213d1745c6 was
supposed to do.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].
2016-12-02 18:07:36 +01:00
Hartmut Goebel 3bf4280659
Merge branch 'master' into python-build-system 2016-11-29 18:47:16 +01:00
Leo Famulari 6782444764
gnu: python-rarfile: Update to 2.8.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-11-27 14:49:35 -05:00
Leo Famulari 8c4964dd51
gnu: python-jellyfish: Update to 0.5.6.
* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): Update to
0.5.6.
2016-11-27 14:49:35 -05:00
Leo Famulari 38e81a2c55
gnu: python-munkres: Update to 1.0.8.
* gnu/packages/python.scm (python-munkres, python2-munkres): Update to 1.0.8.
2016-11-27 14:49:34 -05:00
Danny Milosavljevic 7574cecf0f
gnu: python2-flask: Pick up python-flask's native-inputs.
* gnu/packages/python.scm (python2-flask)[native-inputs]:
  Pick up python-flask's native-inputs.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-27 13:23:53 +01:00
Danny Milosavljevic c6c80104ab
gnu: python-flask: Update to 0.11.1.
* gnu/packages/python.scm (python-flask): Update to 0.11.1.
[native-inputs]: Add python-click.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic 61684de287
gnu: python-pyopenssl: Update to 16.2.0.
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic b2e6e150aa
gnu: python-simplejson: Update to 3.10.0.
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Julien Lepiller d3eff97afd
gnu: Add python-polib.
* gnu/packages/python.scm (python-polib, python2-polib): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 10:29:29 +01:00
Leo Famulari c415f76302
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
2016-11-25 11:31:43 -05:00
Leo Famulari de32aa74b4
Merge branch 'master' into python-build-system 2016-11-25 11:20:21 -05:00
Leo Famulari 1c9f78eca1
gnu: python-passlib: Update to 1.7.0.
* gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.0.
2016-11-23 14:38:05 -05:00
Christopher Allan Webber 8957af324b
gnu: python-pyld: Update to 0.7.1.
* gnu/packages/python.scm (python-pyld): Update to 0.7.1.
2016-11-22 15:29:33 -06:00
Leo Famulari 25291aca74
gnu: python-icalendar: Update to 3.11.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.
2016-11-20 11:22:27 -05:00