summary refs log tree commit diff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2017-07-10Merge branch 'master' into core-updatesLeo Famulari
2017-07-07gnu: python-pyopenssl: Fix test failure on 32-bit platforms.Marius Bakke
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pyopenssl)[source]: Use it.
2017-07-07gnu: python-parsedatetime: Update to 2.4.Leo Famulari
* gnu/packages/python.scm (python-parsedatetime, python2-parsedatetime): Update to 2.4.
2017-07-07gnu: python-icalendar: Update to 3.11.5.Leo Famulari
* gnu/packages/python.scm (python-icalendar): Update to 3.11.5.
2017-07-04gnu: python-pylint: Update to 1.7.2.Marius Bakke
* gnu/packages/python.scm (python-pylint): Update to 1.7.2. [native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
2017-07-04gnu: python-astroid: Update to 1.5.3.Marius Bakke
* gnu/packages/python.scm (python-astroid): Update to 1.5.3. [properties]: Declare python2 variant. (python2-astroid)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE, PYTHON2-ENUM34 and PYTHON2-SINGLEDISPATCH.
2017-07-04gnu: python-pyopenssl: Update to 17.1.0.Marius Bakke
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.1.0. [source]: Remove patch. [native-inputs]: Add PYTHON-PRETEND. [arguments]<#:phases>: Disable the network test here instead of via a patch. Also disable one new test. * gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-04gnu: python-cryptography: Update to 1.9.Marius Bakke
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9. (python-cryptography): Update to 1.9. [propagated-inputs]: Remove PYTHON-PACKAGING.
2017-07-04gnu: python-cffi: Update to 1.10.0.Marius Bakke
* gnu/packages/python.scm (python-cffi): Update to 1.10.0. [arguments]<#:phases>: Patch distutils.ccompiler call to use "gcc". Patch another hard-coded cc invocation. Adjust `py.test` invocation per README.
2017-07-04gnu: python-cffi: Really enable tests.Marius Bakke
* gnu/packages/python.scm (python-cffi, python2-cffi)[arguments]: Replace 'check' phase with custom expression. Change to 'modify-phases' syntax.
2017-07-02gnu: python-vobject: Update to 0.9.5.Leo Famulari
* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.5.
2017-06-29Merge branch 'master' into core-updatesLeo Famulari
2017-06-28gnu: snakemake: Fix cluster execution.Ricardo Wurmus
* gnu/packages/python.scm (snakemake)[arguments]: Add build phase "call-wrapper-not-wrapped-snakemake".
2017-06-26gnu: python-pytest: Build with 'bash' instead of 'bash-final'.Marius Bakke
Addresses FTBFS after 704243e0c6ec5ac86e2f45aaa469717e60b89124. * gnu/packages/python.scm (python-pytest)[native-inputs]: Add BASH. (python-pytest-3.0)[native-inputs]: Inherit.
2017-06-26Merge branch 'master' into core-updatesMark H Weaver
2017-06-23gnu: Add python-rencode.Rutger Helling
* gnu/packages/python.scm (python-rencode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23gnu: Add python2-pyopengl.Rutger Helling
* gnu/packages/python.scm (python2-pyopengl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22gnu: Add python-uniseg.Kei Kebreau
* gnu/packages/python.scm (python-uniseg, python2-uniseg): New variables.
2017-06-22gnu: python-drmaa: Update source URL.Ricardo Wurmus
* gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
2017-06-21gnu: python-pycodestyle: Update to 2.3.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
2017-06-21gnu: Remove unused python-flake8-2.2.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
2017-06-21gnu: python-eventlet: Skip failing test phase.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
2017-06-21gnu: python-vobject: Update to 0.9.4.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
2017-06-21gnu: Add python-regex.Roel Janssen
* gnu/packages/python.scm (python-regex, python2-regex): New variables.
2017-06-20gnu: Move contents of zip module into compression module.Arun Isaac
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
2017-06-20Merge branch 'master' into core-updatesMark H Weaver
2017-06-19gnu: Add python-mock-2.Leo Famulari
* gnu/packages/python.scm (python-mock-2): New variable.
2017-06-19gnu: python: Skip one more test.Efraim Flashner
* gnu/packages/python.scm (python)[source]: Remove another test.
2017-06-18gnu: Add python-smmap2.Danny Milosavljevic
* gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
2017-06-18Merge branch 'master' into core-updatesMark H Weaver
2017-06-17gnu: Add python-apache-libcloud.Danny Milosavljevic
* gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
2017-06-12gnu: python-rednose: Add the python2 variant.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python2-rednose): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-12gnu: python-sphinx-rtd-theme: Update to 0.2.4.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4. [source]: Use 'pypi-uri'. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-11Merge branch 'master' into core-updatesMarius Bakke
Conflicts: * gnu/packages/tls.scm (gnutls): Incorporated 3.5.13 graft (88e2511e217f2).
2017-06-10gnu: Add python-swagger-spec-validator.Danny Milosavljevic
* gnu/packages/python.scm (python-swagger-spec-validator, python2-swagger-spec-validator): New variables.
2017-06-10Merge branch 'master' into core-updatesMarius Bakke
2017-06-09gnu: python-paramiko: Update to 2.1.2.宋文武
* gnu/packages.scm (python-paramiko, python2-paramiko): Update to 2.1.2. Enable tests.
2017-06-04Merge branch 'master' into core-updatesLeo Famulari
2017-06-04gnu: Add python-flasgger.Danny Milosavljevic
* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
2017-06-04gnu: Add python-apispec.Danny Milosavljevic
* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
2017-06-04gnu: Add python-bottle.Danny Milosavljevic
* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
2017-06-04gnu: Add python-marshmallow.Danny Milosavljevic
* gnu/packages/python.scm (python-marshmallow, python2-marshmallow): New variables.
2017-06-04gnu: Add python-flex.Danny Milosavljevic
* gnu/packages/python.scm (python-flex, python2-flex): New variables.
2017-06-04gnu: Add python-validate-email.Danny Milosavljevic
* gnu/packages/python.scm (python-validate-email, python2-validate-email): New variables.
2017-06-04gnu: Add python-rfc3987.Danny Milosavljevic
* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
2017-06-04gnu: Add python-jsonpointer.Danny Milosavljevic
* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer): New variables.
2017-06-04gnu: Add python-nose-randomly.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04gnu: Add python2-steadymark.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python2-steadymark): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04gnu: Add python-misaka.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-misaka, python2-misaka): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04gnu: Add python2-couleur.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python2-couleur): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>