summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\
| * gnu: python-numpy: Update to 1.14.3.Marius Bakke2018-05-05
| | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.3.
| * gnu: python-scipy: Update to 1.0.1.Marius Bakke2018-05-05
| | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 1.0.1.
| * gnu: python-matplotlib: Update to 2.2.2.Marius Bakke2018-05-05
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-matplotlib): Update to 2.2.2. [propagated-inputs]: Add PYTHON-KIWISOLVER. (python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE. (python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to PYTHON-SPHINX-1.6. Add PYTHON-SPHINX-GALLERY.
| * gnu: Add python-sphinx-gallery.Marius Bakke2018-05-05
| | | | | | | | | | * gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables.
| * gnu: python-qrcode: Use a newer version of setuptools.Christopher Baines2018-05-04
| | | | | | | | | | | | | | | | The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with the version of setuptools incldued with Python, this isn't supported, so no actual code is installed, and the output is mostly empty. * gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
| * Revert "gnu: python-mako: Update to 1.0.7."Rutger Helling2018-05-04
| | | | | | | | | | | | | | This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.
| * gnu: python-mako: Update to 1.0.7.Tobias Geerinckx-Rice2018-05-04
| | | | | | | | * gnu/packages/python.scm (python-mako): Update to 1.0.7.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: python-jedi: Update to 0.12.0, enable tests.Fis Trivial2018-04-30
| | | | | | | | | | | | * gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-parso.Fis Trivial2018-04-30
| | | | | | | | | | | | * gnu/packages/python.scm (python-parso, python2-parso): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: python-autopep8: Update to 1.3.5Fis Trivial2018-04-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-yapf: Update to 0.21.0.Fis Trivial2018-04-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: python-simplejson: Update to 3.14.0.Tobias Geerinckx-Rice2018-04-27
| | | | | | | | * gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
| * gnu: python-qrcode: Update to 6.0.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-qrcode): Update to 6.0.
| * gnu: python2-pathlib2: Update to 2.3.2.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
| * gnu: python-rst.linker: Update to 1.9.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-rst.linker): Update to 1.9.
| * gnu: python-sphinx@1.6: Update to 1.6.4.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
| * gnu: python-onetimepass: Make python-six a propagated input.Tomáš Čech2018-04-21
| | | | | | | | | | | | * gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from here... [propagated-inputs]: ...to here.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: Add python-onetimepass.Tomáš Čech2018-04-21
| | | | | | | | * gnu/packages/python.scm (python-onetimepass): New variable.
| * gnu: python-bcrypt: Move to (gnu packages python-crypto).Marius Bakke2018-04-19
| | | | | | | | | | | | * gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ... * gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here. * gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
| * gnu: python-pretend: Update to 1.0.9.Tobias Geerinckx-Rice2018-04-18
| | | | | | | | * gnu/packages/python.scm (python-pretend): Update to 1.0.9.
* | gnu: python-waf: Return #t from all phases.Mark H Weaver2018-04-12
| | | | | | | | | | * gnu/packages/python.scm (python-waf)[arguments]: Use invoke instead of system*, and return #t from all phases.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: Add python-pybtexAdam Massmann2018-04-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-pybtex): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| * gnu: Add python-latexcodecAdam Massmann2018-04-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-latexcodec): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| * python: python-py3status: Update to 3.7.Tomáš Čech2018-04-04
| | | | | | | | | | * gnu/packages/python.scm (python-py3status): Update to 3.7. [arguments]: Adjust string substitution.
| * gnu: Add python-empy.Mathieu Lirzin2018-04-04
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-empy): New variable. (python2-empy): Use 'package-with-python-2'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-pytest: Update to 3.5.0.Arun Isaac2018-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-six): Replace system* with invoke. (python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New variables. (python-more-itertools)[propagated-inputs]: Replace python-six with python-six-bootstrap. * gnu/packages/check.scm (python-pytest): Update to 3.5.0. [propagated-inputs]: Add python-attrs-bootstrap, python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap. [properties]: Add python2-variant. (python2-pytest)[propagated-inputs]: Add python2-funcsigs. (python-pytest-bootstrap)[properties]: Add python2-variant. (python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.
* | gnu: python-py: Update to 1.5.3.Arun Isaac2018-03-31
| | | | | | | | | | * gnu/packages/python.scm (python-py): Update to 1.5.3. [home-page]: Update URI.
* | gnu: python-hypothesis: Update to 3.52.0.Arun Isaac2018-03-31
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.52.0. [propagated-inputs]: Add python-attrs and python-coverage. [home-page]: Update URI. * gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap): New variables.
* | gnu: Add python-more-itertools.Arun Isaac2018-03-31
| | | | | | | | | | * gnu/packages/python.scm (python-more-itertools, python2-more-itertools): New variables.
* | gnu: python-pluggy: Update to 0.6.0.Arun Isaac2018-03-31
| | | | | | | | * gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
* | gnu: python-pyasn1: Update to 0.4.2.Arun Isaac2018-03-31
| | | | | | | | * gnu/packages/python.scm (python-pyasn1): Update to 0.4.2.
* | gnu: python-attrs: Update to 17.4.0.Arun Isaac2018-03-31
| | | | | | | | * gnu/packages/python.scm (python-attrs): Update to 17.4.0.
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\|
| * gnu: Add python-debug.Ludovic Courtès2018-03-29
| | | | | | | | | | | | Suggested by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/python.scm (python-debug): New variable.
| * gnu: python-pyld: Update to 1.0.3.Tobias Geerinckx-Rice2018-03-25
| | | | | | | | | | * gnu/packages/python.scm (python-pyld): Update to 1.0.3. [arguments]: Run the new test suite.
| * gnu: python-ly: Use PYPI-URI.Tobias Geerinckx-Rice2018-03-25
| | | | | | | | * gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
| * gnu: Add python-logwrap.Vijayalakshmi2018-03-20
| | | | | | | | | | | | * gnu/packages/python.scm (python-logwrap): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: python-ptyprocess: Update source URL.Oleg Pykhalov2018-03-20
| | | | | | | | * gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
* | gnu: python: Update to 3.6.5.Marius Bakke2018-03-29
| | | | | | | | * gnu/packages/python.scm (python-3.6): Update to 3.6.5.
* | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\|
| * Correct name and Email for ng0.ng02018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .mailmap: Correct name and Email for ng0. * Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish gnu/packages/accessibility.scm, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/cinnamon.scm, gnu/packages/compression.scm, gnu/packages/crypto.scm, gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm, gnu/packages/enlightenment.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm, gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm, gnu/packages/libcanberra.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm, gnu/packages/ncurses.scm, gnu/packages/networking.scm, gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm, gnu/packages/telephony.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm, gnu/services/desktop.scm, gnu/services/version-control.scm, gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * Merge branch 'master' into stagingMarius Bakke2018-03-18
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2018-03-08
| |\ \
| * \ \ Merge branch 'master' into stagingLeo Famulari2018-03-06
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2018-03-01
| |\ \ \ \