summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2017-05-26gnu: python-xcffib: Fix libxcb.so.1 path.José Miguel Sánchez García
* gnu/packages/python.scm (python-xcffib)[arguments]<#:phases>: Add phase to embed full path to libxcb.so.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26gnu: Add python-flask-migrate.Danny Milosavljevic
* gnu/packages/python.scm (python-flask-migrate, python2-flask-migrate): New variables.
2017-05-26gnu: Add python-flask-script.Danny Milosavljevic
* gnu/packages/python.scm (python-flask-script, python2-flask-script): New variables.
2017-05-25gnu: Add python-ansi2html.Stefan Reichoer
* gnu/packages/python.scm (python-ansi2html, python2-ansi2html): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25gnu: Add python-behave-web-api.Danny Milosavljevic
Fixes <http://bugs.gnu.org/26906>. * gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api): New variables.
2017-05-25gnu: Enable python-parse-type tests.Danny Milosavljevic
Fixes <http://bugs.gnu.org/26900>. * gnu/packages/python.scm (python-parse-type)[arguments]: Enable tests. Add phase "patch-tests". [native-inputs]: Add python-pytest, python-pytest-runner. [properties]: Add python2-variant. (python2-parse-type): New variable.
2017-05-24gnu: python-pyasn1: Update to 0.2.3.Leo Famulari
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.2.3.
2017-05-24gnu: python-idna: Update to 2.5.Leo Famulari
* gnu/packages/python.scm (python-idna, python2-idna): Update to 2.5. [source]: Use pypi-uri.
2017-05-24gnu: python-cairocffi: Update to 0.8.0.José Miguel Sánchez García
* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-24gnu: python-cairocffi: Update source and home-page URIs.José Miguel Sánchez García
* gnu/packages/python.scm (python-cairocffi)[source]: Update URI. [home-page]: Update URI. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-21gnu: python-future: Update to 0.16.0.Ben Woodcroft
* gnu/packages/python.scm (python-future): Update to 0.16.0.
2017-05-13gnu: python-termcolor: Fix uri.Mathieu Othacehe
* gnu/packages/python.scm (python-termcolor): Remove "python-" from pypi uri. This was causing guix refresh to fail on this package.
2017-05-11gnu: Fix python2-django-allauth.Julien Lepiller
* gnu/packages/python.scm (python-openid)[properties]: Use python2-variant.
2017-05-11gnu: Add python-fakeredis.Julien Lepiller
* gnu/packages/python.scm (python-fakeredis, python2-fakeredis): New variables.
2017-05-11gnu: Add python-hiredis.Julien Lepiller
* gnu/packages/python.scm (python-hiredis, python2-hiredis): New variables.
2017-05-11gnu: Add python-mysqlclient.Julien Lepiller
* gnu/packages/python.scm (python-mysqlclient, python2-mysqlclient): New variables.
2017-05-11gnu: Add python-translate-toolkit.Julien Lepiller
* gnu/packages/python.scm (python-translate-toolkit, python2-translate-toolkit): New variables.
2017-05-11gnu: Add python-factory-boy.Julien Lepiller
* gnu/packages/python.scm (python-factory-boy, python2-factory-boy): New variables.
2017-05-11gnu: Add python2-stemming.Julien Lepiller
* gnu/packages/python.scm (python2-stemming): New variable.
2017-05-11gnu: Add python-scandir.Julien Lepiller
* gnu/packages/python.scm (python-scandir, python2-scandir): New variables.
2017-05-11gnu: Add python-levenshtein.Julien Lepiller
* gnu/packages/python.scm (python-levenshtein, python2-levenshtein): New variables.
2017-05-11gnu: python-dateutil: Update to 2.6.0.Julien Lepiller
* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.0.
2017-05-11gnu: Add python-elasticsearch.Julien Lepiller
* gnu/packages/python.scm (python-elasticsearch, python2-elasticsearch): New variables.
2017-05-11gnu: Add python-nosexcover.Julien Lepiller
* gnu/packages/python.scm (python-nosexcover, python2-nosexcover): New variables.
2017-05-11gnu: Add python-dirsync.Julien Lepiller
* gnu/packages/python.scm (python-dirsync, python2-dirsync): New variables.
2017-05-11gnu: Add python-diff-match-patch.Julien Lepiller
* gnu/packages/python.scm (python-diff-match-patch, python2-diff-match-patch): New variables.
2017-05-11gnu: Add python-cssmin.Julien Lepiller
* gnu/packages/python.scm (python-cssmin, python2-cssmin): New variables.
2017-05-11gnu: python-rq: Update to 0.7.1.Julien Lepiller
* gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1. [source]: Use pypi-uri.
2017-05-11gnu: Add python-sphinx-me.Julien Lepiller
* gnu/packages/python.scm (python-sphinx-me, python2-sphinx-me): New variables.
2017-05-11gnu: Add python-webassets.Julien Lepiller
* gnu/packages/python.scm (python-webassets, python2-webassets): New variables.
2017-05-11gnu: Add python-utils.Julien Lepiller
* gnu/packages/python.scm (python-utils, python2-utils): New variables.
2017-05-11gnu: Add python-pytest-catchlog.Julien Lepiller
* gnu/packages/python.scm (python-pytest-catchlog, python2-pytest-catchlog): New variables.
2017-05-11gnu: Add python-pytest-warnings.Julien Lepiller
* gnu/packages/python.scm (python-pytest-warnings, python2-pytest-warnings): New variables.
2017-05-11gnu: python-pytest-runner: Update to 2.11.1.Julien Lepiller
* gnu/packages/python.scm (python-pytest-runner) (python2-pytest-runner): Update to 2.11.1.
2017-05-10gnu: python-kitchen: Update home-page URL.Leo Famulari
* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]: Update URL.
2017-05-10gnu: python2-dogtail: Update home-page URL.Ethan R. Jones
* gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10gnu: python-icalendar: Update to 3.11.4.Leo Famulari
* gnu/packages/python.scm (python-icalendar): Update to 3.11.4.
2017-05-07gnu: Fix attributions for Adriano Peluso.Adriana Peluso
* gnu/packages/emacs.scm, gnu/packages/perl.scm, gnu/packages/python.scm, gnu/packages/xml.scm: Update copyright attributions for Adriano Peluso. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-02gnu: Add python-mwclient.Danny Milosavljevic
Fixes <https://bugs.gnu.org/26744>. * gnu/packages/python.scm (python-mwclient, python2-mwclient): New variables.
2017-05-02gnu: python-pytest-cov: Update to 2.4.0.Danny Milosavljevic
Fixes <https://bugs.gnu.org/26743>. * gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.
2017-05-02gnu: Add python-flask-oidc.Danny Milosavljevic
Fixes <https://bugs.gnu.org/26731>. * gnu/packages/python.scm (python-flask-oidc): New variable.
2017-05-02gnu: Add python-oauth2client.Danny Milosavljevic
* gnu/packages/python.scm (python-oauth2client): New variable.
2017-05-01gnu: python-tornado: Update to 4.5.1.Christopher Baines
* gnu/packages/python.scm (python-tornado): Update to 4.5.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-01gnu: Add python-sockjs-tornado.Christopher Baines
* gnu/packages/python.scm (python-sockjs-tornado): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-01gnu: python2-urwid: Disable vterm tests.Maxim Cournoyer
* gnu/packages/python.scm (python2-urwid)['delete-test_vterm]: Add phase to delete problematic test modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-30gnu: python-llfuse: Update to 1.2.Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.2.
2017-04-29python-sphinxcontrib-programoutput: Update to 0.10.Christopher Allan Webber
* gnu/packages/python.scm (python-sphinxcontrib-programoutput): Update to 0.10.
2017-04-29gnu: python-openid: Fix package.Danny Milosavljevic
Fixes <https://bugs.gnu.org/26692>. * gnu/packages/python.scm (python-openid)[arguments]: Replace 'check phase. [propagated-inputs]: Add python-defusedxml. [native-inputs]: Add python-psycopg2, python-django.
2017-04-28gnu: awscli: Add python-pyyaml input.David Thompson
Without this input, 'aws ec2 import-key-pair' doesn't work. * gnu/packages/python.scm (awscli)[propagated-inputs]: Add python-pyyaml.
2017-04-21gnu: python-pyopenssl: Update to 17.0.0.Marius Bakke
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.0.0. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0. * gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Adjust.