summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-mypy-lang.Christopher Baines2018-12-31
|
* gnu: Add python-html-linter.Christopher Baines2018-12-31
|
* gnu: Add python-template-remover.Christopher Baines2018-12-31
|
* gnu: Add python-guess-language-spirit.Christopher Baines2018-12-31
|
* gnu: Add python-eradicate.Christopher Baines2018-12-31
|
* gnu: Add python-dennis.Christopher Baines2018-12-31
|
* gnu: Add python-cpplint.Christopher Baines2018-12-31
|
* gnu: Add python-cppclean.Christopher Baines2018-12-31
|
* gnu: Add python-cmakelint.Christopher Baines2018-12-31
|
* gnu: Add python-autoflake.Christopher Baines2018-12-31
|
* gnu: Add coala.Christopher Baines2018-12-31
|
* gnu: Add python-colorlog.Christopher Baines2018-12-31
|
* gnu: Add python-dependency-management.Christopher Baines2018-12-31
|
* gnu: Add python-coala-utils.Christopher Baines2018-12-31
|
* gnu: Add python-libclang-py3.Christopher Baines2018-12-31
|
* gnu: Add python-pyprint.Christopher Baines2018-12-31
|
* gnu: Add python-testfixtures.Christopher Baines2018-12-31
|
* gnu: Add python-unidiff.Christopher Baines2018-12-31
|
* gnu: Add python-sarge.Christopher Baines2018-12-31
|
* gnu: Add python-sybil.Christopher Baines2018-12-31
|
* Fix python-flake8-polyfillChristopher Baines2018-12-31
|
* gnu: python-apache-libcloud: Update to 2.4.0.Efraim Flashner2018-12-26
| | | | * gnu/packages/python.scm (python-apache-libcloud): Update to 2.4.0.
* gnu: python-pyelftools: Fix tests with python 3.7.Vagrant Cascadian2018-12-16
| | | | | | | | * gnu/packages/python.scm (python-pyelftools) [native-inputs]: Remove python-setuptools. [arguments]: Add set-pythonpath phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-celery: Update to 4.2.1.Christopher Baines2018-12-12
| | | | | | | | | | | | | This is an attempt to get the package building after the update to Python 3.7. I'm not sure this totally works, as the tests detect an incompatibility with Python 3.7 due to use of "async". But with the tests disabled, you can at least import the celery module, which is a start. * gnu/packages/python.scm (python-celery): Update to 4.2.1. [arguments]: Switch to py.test, from nose, disable the tests and loosen the requirements on pytest. [native-inputs]: Remove python-nose, add python-pytest and python-case. [home-page]: Change from HTTP to HTTPS.
* gnu: python-billiard: Update to 3.5.0.5.Christopher Baines2018-12-12
| | | | | | | This is to enable updating python-celery. * gnu/packages/python.scm (python-billiard): Update to 3.5.0.5. [native-inputs]: Remove python-nose, add python-case and python-pytest.
* gnu: python-kombu: Update to 4.2.2.Christopher Baines2018-12-12
| | | | | | This fixes the build, that probably broke with a Python update. * gnu/packages/python.scm (python-kombu): Update to 4.2.2..
* gnu: python-amqp: Update to 2.3.2.Christopher Baines2018-12-12
| | | | | | This is needed to update python-kombu to 4.2.2. * gnu/packages/python.scm (python-amqp): Update to 2.3.2.
* gnu: Add python-pyro4.Christopher Baines2018-12-12
| | | | | | This is needed to update python-kombu to 4.2.2 * gnu/packages/python.scm (python-pyro4): New variable.
* gnu: Add python-vine.Christopher Baines2018-12-12
| | | | | | This is needed to update python-amqp to 2.3.2. * gnu/packages/python.scm (python-vine): New variable.
* gnu: Add python-case.Christopher Baines2018-12-12
| | | | | | | This is required to update python-amqp and python-kombu, as well as adding python-vine. * gnu/packages/python.scm (python-case): New variable.
* gnu: Add python-serpent.Christopher Baines2018-12-12
| | | | | | | This is required for python-pyro4, which is needed to update python-amqp and python-kombu. * gnu/packages/python.scm (python-serpent): New variable.
* gnu: python-gevent: Remove unreliable test.Rutger Helling2018-12-11
| | | | | | | * gnu/packages/python.scm (python-gevent): Add 'skip-timer-test phase from python2-gevent. * gnu/packages/python.scm (python2-gevent): Remove 'skip-timer-test phase, inherit from python-gevent instead.
* gnu: python-jedi: Update to 0.13.1 and disable the tests.Maxim Cournoyer2018-12-09
| | | | | | | | Jedi test suite fails when run with Python 3.7. * gnu/packages/python.scm (python-jedi): Update to 0.13.1 [tests?] Disable. [phases] Add condition check for the tests? argument to run the tests.
* gnu: python-pyaml: Update to 18.11.0.Marius Bakke2018-12-08
| | | | * gnu/packages/python.scm (python-pyaml): Update to 18.11.0.
* gnu: python-unidecode: Update to 1.0.23.Leo Famulari2018-12-03
| | | | | * gnu/packages/python.scm (python-unidecode, python2-unidecode): Update to 1.0.23.
* gnu: python-scikit-image: Propagate six and numpy.Marius Bakke2018-12-03
| | | | | | * gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move PYTHON-NUMPY and PYTHON-SIX ... [propagated-inputs]: ... here.
* gnu: python-scikit-image: Update to 0.14.1.Marius Bakke2018-12-03
| | | | | | | | | | | Also add explicit Python2 variants for its dependency closure. * gnu/packages/python.scm (python-scikit-image): Update to 0.14.1. [source](uri): Use PYPI-URI. [propagated-inputs]: Add PYTHON-CLOUDPICKLE, PYTHON-DASK, PYTHON-MATPLOTLIB and PYTHON-PYWAVELETS. (python2-toolz, python2-cloudpickle, python2-locket, python2-blosc, python2-partd, python2-dask): New public variables.
* gnu: python-dask: Update to 1.0.0.Marius Bakke2018-12-03
| | | | | * gnu/packages/python.scm (python-dask): Update to 1.0.0. [arguments]: Disable one test for Python2, and override 'check' phase.
* gnu: python-cloudpickle: Update to 0.6.1.Marius Bakke2018-12-03
| | | | * gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1.
* gnu: Add python-pywavelets.Marius Bakke2018-12-03
| | | | | * gnu/packages/python.scm (python-pywavelets, python2-pywavelets): New public variables.
* gnu: python-greenlet: Update to 0.4.15.Marius Bakke2018-12-03
| | | | * gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
* Merge branch 'core-updates'Ludovic Courtès2018-12-03
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-29
| |\
| * | gnu: python-tblib: Use invoke.Danny Milosavljevic2018-11-26
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke.
| * | gnu: python2-gevent: Fix compilation.Ludovic Courtès2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-gevent)[arguments]: Add (ice-9 match) to #:modules. In 'do-not-use-bundled-sources' phase, use 'scandir' to avoid hard-coded include directory name. [properties]: New field. (python2-gevent): Add 'native-inputs' and 'arguments' fields.
| * | gnu: python2-numpy@1.8: Provide "python2-nose".Marius Bakke2018-11-25
| | | | | | | | | | | | | | | | | | Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
| * | gnu: python-pika: Update to 0.12.0.Marius Bakke2018-11-24
| | | | | | | | | | | | * gnu/packages/python.scm (python-pika): Update to 0.12.0.
| * | gnu: python2-fasteners: Propagate python2-futures.Marius Bakke2018-11-24
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-fasteners)[properties]: New field. (python2-fasteners)[propagated-inputs]: Add PYTHON2-FUTURES.
| * | gnu: python2-futures: Update to 3.2.0.Marius Bakke2018-11-24
| | | | | | | | | | | | * gnu/packages/python.scm (python2-futures): Update to 3.2.0.
| * | gnu: python2-futures: Disable tests.Marius Bakke2018-11-24
| | | | | | | | | | | | * gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f.