aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLeo Famulari2017-06-29
|\
| * gnu: snakemake: Fix cluster execution.Ricardo Wurmus2017-06-28
| | | | | | | | | | * gnu/packages/python.scm (snakemake)[arguments]: Add build phase "call-wrapper-not-wrapped-snakemake".
* | gnu: python-pytest: Build with 'bash' instead of 'bash-final'.Marius Bakke2017-06-26
| | | | | | | | | | | | | | Addresses FTBFS after 704243e0c6ec5ac86e2f45aaa469717e60b89124. * gnu/packages/python.scm (python-pytest)[native-inputs]: Add BASH. (python-pytest-3.0)[native-inputs]: Inherit.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-26
|\|
| * gnu: Add python-rencode.Rutger Helling2017-06-23
| | | | | | | | | | | | * gnu/packages/python.scm (python-rencode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python2-pyopengl.Rutger Helling2017-06-23
| | | | | | | | | | | | * gnu/packages/python.scm (python2-pyopengl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-uniseg.Kei Kebreau2017-06-22
| | | | | | | | | | * gnu/packages/python.scm (python-uniseg, python2-uniseg): New variables.
| * gnu: python-drmaa: Update source URL.Ricardo Wurmus2017-06-22
| | | | | | | | * gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
| * gnu: python-pycodestyle: Update to 2.3.1.Tobias Geerinckx-Rice2017-06-21
| | | | | | | | * gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
| * gnu: Remove unused python-flake8-2.2.4.Tobias Geerinckx-Rice2017-06-21
| | | | | | | | * gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
| * gnu: python-eventlet: Skip failing test phase.Tobias Geerinckx-Rice2017-06-21
| | | | | | | | * gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
| * gnu: python-vobject: Update to 0.9.4.1.Tobias Geerinckx-Rice2017-06-21
| | | | | | | | * gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
| * gnu: Add python-regex.Roel Janssen2017-06-21
| | | | | | | | * gnu/packages/python.scm (python-regex, python2-regex): New variables.
| * gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-20
|\|
| * gnu: Add python-mock-2.Leo Famulari2017-06-19
| | | | | | | | * gnu/packages/python.scm (python-mock-2): New variable.
| * gnu: Add python-smmap2.Danny Milosavljevic2017-06-18
| | | | | | | | * gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
* | gnu: python: Skip one more test.Efraim Flashner2017-06-19
| | | | | | | | * gnu/packages/python.scm (python)[source]: Remove another test.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-18
|\|
| * gnu: Add python-apache-libcloud.Danny Milosavljevic2017-06-17
| | | | | | | | | | * gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
| * gnu: python-rednose: Add the python2 variant.Muriithi Frederick Muriuki2017-06-12
| | | | | | | | | | | | * gnu/packages/python.scm (python2-rednose): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: python-sphinx-rtd-theme: Update to 0.2.4.Muriithi Frederick Muriuki2017-06-12
| | | | | | | | | | | | | | * 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>
* | Merge branch 'master' into core-updatesMarius Bakke2017-06-11
|\| | | | | | | | | Conflicts: * gnu/packages/tls.scm (gnutls): Incorporated 3.5.13 graft (88e2511e217f2).
| * gnu: Add python-swagger-spec-validator.Danny Milosavljevic2017-06-10
| | | | | | | | | | * gnu/packages/python.scm (python-swagger-spec-validator, python2-swagger-spec-validator): New variables.
* | Merge branch 'master' into core-updatesMarius Bakke2017-06-10
|\|
| * gnu: python-paramiko: Update to 2.1.2.宋文武2017-06-09
| | | | | | | | | | * gnu/packages.scm (python-paramiko, python2-paramiko): Update to 2.1.2. Enable tests.
* | Merge branch 'master' into core-updatesLeo Famulari2017-06-04
|\|
| * gnu: Add python-flasgger.Danny Milosavljevic2017-06-04
| | | | | | | | * gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
| * gnu: Add python-apispec.Danny Milosavljevic2017-06-04
| | | | | | | | * gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
| * gnu: Add python-bottle.Danny Milosavljevic2017-06-04
| | | | | | | | * gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
| * gnu: Add python-marshmallow.Danny Milosavljevic2017-06-04
| | | | | | | | | | * gnu/packages/python.scm (python-marshmallow, python2-marshmallow): New variables.
| * gnu: Add python-flex.Danny Milosavljevic2017-06-04
| | | | | | | | * gnu/packages/python.scm (python-flex, python2-flex): New variables.
| * gnu: Add python-validate-email.Danny Milosavljevic2017-06-04
| | | | | | | | | | * gnu/packages/python.scm (python-validate-email, python2-validate-email): New variables.
| * gnu: Add python-rfc3987.Danny Milosavljevic2017-06-04
| | | | | | | | * gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
| * gnu: Add python-jsonpointer.Danny Milosavljevic2017-06-04
| | | | | | | | | | * gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer): New variables.
| * gnu: Add python-nose-randomly.Muriithi Frederick Muriuki2017-06-04
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python2-steadymark.Muriithi Frederick Muriuki2017-06-04
| | | | | | | | | | | | * gnu/packages/python.scm (python2-steadymark): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python-misaka.Muriithi Frederick Muriuki2017-06-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-misaka, python2-misaka): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python2-couleur.Muriithi Frederick Muriuki2017-06-04
| | | | | | | | | | | | * gnu/packages/python.scm (python2-couleur): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add python-sure.Muriithi Frederick Muriuki2017-06-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-sure, python2-sure): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | Merge branch 'master' into core-updatesMarius Bakke2017-06-03
|\| | | | | | | | | | | Conflicts: gnu/packages/image.scm (incorporated libtiff graft)
| * gnu: scons: Update to 2.5.1.Roel Janssen2017-05-31
| | | | | | | | * gnu/packages/python.scm (scons): Update to 2.5.1.
| * gnu: Add python-radonMuriithi Frederick Muriuki2017-05-27
| | | | | | | | * gnu/packages/python.scm (python-radon, python2-radon): New variables.
| * gnu: Add python-relatorio.Adriano Peluso2017-05-27
| | | | | | | | | | | | * gnu/packages/python.scm (python-relatorio, python2-relatorio): New variables. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Add python-genshi.Adriano Peluso2017-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-genshi, python2-genshi): New variables. * gnu/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch: New file. * gnu/packages/patches/python-genshi-buildable-on-python-2.7.patch: New file. * gnu/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch: New file. * gnu/packages/patches/python-genshi-fix-tests-on-python-3.5.patch: New file. * gnu/packages/patches/python-genshi-isstring-helper.patch: New file. * gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Add python-sql.Adriano Peluso2017-05-27
| | | | | | | | | | | | * gnu/packages/python.scm (python-sql, python2-sql): New variables. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* | gnu: python-file: Drop outdated patch.Sergei Trofimovich2017-06-01
|/ | | | | | | | | * gnu/local.mk: Remove python-file-double-encoding-bug.patch * gnu/packages/patches/python-file-double-encoding-bug.patch: Delete file. * gnu/packages/python.scm (python-file)[source]: Remove "python-file-double-encoding-bug.patch". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-cryptography: Update to 1.8.2.Leo Famulari2017-05-26
| | | | | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography, python-cryptography-vectors, python2-cryptography-vectors): Update to 1.8.2. (python-cryptography, python2-cryptography)[propagated-inputs]: Add python-asn1crypto and python-packaging. Remove python-pyasn1. [native-inputs]: Remove python-pyasn1 and python-pyasn1-modules.
* gnu: Add python-packaging.Leo Famulari2017-05-26
|
* gnu: python-xcffib: Update to 0.5.1.José Miguel Sánchez García2017-05-26
| | | | | | | * gnu/packages/python.scm (python-xcffib): Update to 0.5.1. [source]: Use 'pypi-uri'. Signed-off-by: Marius Bakke <mbakke@fastmail.com>