summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2017-02-24gnu: python-fake-factory: Fix build on 32bit.Marius Bakke
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]: Use it.
2017-02-19gnu: python-pyicu: Fix build.Marius Bakke
* gnu/packages/python.scm (python-pyicu, python2-pyicu)[arguments]: New field. Add phase to delete locale-dependent test.
2017-02-19gnu: python-scikit-learn: Fix test failure.Marius Bakke
* gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn)[arguments]: Use 'modify-phases'. Move 'check' phase after 'install' and incorporate 'set-HOME' phase.
2017-02-19gnu: python-scipy: Declare python2-variant.Marius Bakke
This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016. * gnu/packages/python.scm (python-scipy)[properties]: New field.
2017-02-19gnu: python-flake8-polyfill: Enable tests.Marius Bakke
* gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill)[native-inputs]: Add PYTHON-FLAKE8, PYTHON-MOCK, PYTHON-PYCODESTYLE and PYTHON-PYTEST. New field. [arguments]: Replace 'check' phase with custom command.
2017-02-19gnu: python-flask-wtf: Drop failing test.Marius Bakke
* gnu/packages/python.scm (python-flask-wtf, python2-flask-wtf)[arguments]: Add phase to delete file that needs network access.
2017-02-19gnu: python-pbkdf2: Fix tests.Marius Bakke
* gnu/packages/python.scm (python-pbkdf2)[arguments]: Replace 'check' phase with custom command.
2017-02-19gnu: python-sphinx: Propagate python-requests.Marius Bakke
* gnu/packages/python.scm (python-sphinx)[native-inputs]: Move PYTHON-REQUESTS to ... [propagated-inputs]: ... here.
2017-02-18gnu: python-pbr: Support python-sphinx>=1.2.1.Danny Milosavljevic
* gnu/packages/patches/python-pbr-fix-man-page-support.patch: New file. * gnu/packages/python.scm (python-pbr-minimal): Use the new patch file.
2017-02-15gnu: python-qrcode: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field.
2017-02-15gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.Marius Bakke
* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field.
2017-02-15gnu: python-sphinx-repoze-autointerface: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface)[arguments]: New field.
2017-02-15gnu: python-sphinx-rtd-theme: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme)[arguments]: New field.
2017-02-15gnu: python-sphinxcontrib-newsfeed: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed python2-sphinxcontrib-newsfeed)[arguments]: New field.
2017-02-15gnu: python-sphinxcontrib-programoutput: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput)[arguments]: New field.
2017-02-15gnu: python-tabulate: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-tabulate)[arguments]: New field. [native-inputs]: Remove. [source]: Remove test substitution snippet.
2017-02-14gnu: awscli: Explicitly disable tests.Marius Bakke
* gnu/packages/python.scm (awscli)[arguments]: New field. [native-inputs]: Remove.
2017-02-14gnu: python-mako: Fix tests.Marius Bakke
* gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add PYTHON-PYTEST.
2017-02-14gnu: python-openid-teams: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-openid-teams, python2-openid-teams)[arguments]: New field.
2017-02-14gnu: python-openid-cla: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]: New field.
2017-02-14gnu: python-pygit2: Skip tests requiring network access.Marius Bakke
* gnu/packages/python.scm (python-pygit2, python2-pygit2)[source](patches): New field. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-02-13gnu: python-trollius-redis: Disable tests.Marius Bakke
* gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis)[arguments]: New field.
2017-02-13Merge branch 'master' into python-testsMarius Bakke
2017-02-13gnu: Add python-openid.Julien Lepiller
* gnu/packages/python.scm (python-openid): New variable.
2017-02-09gnu: Add python2-ruamel.ordereddict.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python2-ruamel.ordereddict): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-09gnu: Add python-pycosat.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-pycosat, python2-pycosat): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-09gnu: Add python-ddt.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-ddt, python2-ddt): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-09gnu: Add python-flake8-polyfill.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-09gnu: Add python-rst2ansi.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-rst2ansi): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-08gnu: python-dateutil-2: Update to 2.5.3.ng0
* gnu/packages/python.scm (python-dateutil-2): Update to 2.5.3.
2017-02-01gnu: python-stem: Update to 1.5.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-stem): Update to 1.5.4.
2017-01-28gnu: python-xdo: Hardcode the path of 'libxdo.so'.宋文武
* gnu/packages/python.scm (python-xdo)[arguments]: Add 'patch-libxdo-path' phase.
2017-01-28gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.宋文武
* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
2017-01-26gnu: python-pbr: Update to 1.10.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
2017-01-26gnu: python-wheel: Update to 0.30.0a0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
2017-01-26gnu: awscli: Update to 1.11.43.Tobias Geerinckx-Rice
* gnu/packages/python.scm (awscli): Update to 1.11.43. [home-page]: Use HTTPS.
2017-01-26gnu: python-certifi: Update to 2017.1.23.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-certifi): Update to 2017.1.23. [arguments]: Remove: run tests if they're ever added. [home-page]: Fix or update.
2017-01-26gnu: python-mistune: Fix source URI.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
2017-01-26gnu: python-redis: Update to 2.10.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-redis): Update to 2.10.5. [source]: Use pypi-uri.
2017-01-25gnu: python-debian: Fix URL.Marius Bakke
* gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
2017-01-24gnu: python2-pysqlite: Update to 2.8.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-pysqlite): Update to 2.8.3.
2017-01-24gnu: python-cov-core: Fix & improve synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-cov-core)[synopsis]: Capitalise and add ‘coverage’ key-word. [description]: Use @code.
2017-01-24gnu: python-email-validator: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-email-validator): Update to 1.0.2.
2017-01-24gnu: python-mistune: Update to 0.7.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mistune): Update to 0.7.3.
2017-01-24gnu: python-tabulate: Update to 0.7.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-tabulate): Update to 0.7.7
2017-01-24gnu: python-paste: Update to 2.0.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-paste): Update to 2.0.3. [arguments]: Re-enable tests. They now pass even on Python 3. [properties]: Remove. (python2-paste): Use package-with-python2 directly now.
2017-01-24gnu: python-colorama: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
2017-01-24gnu: python-colorama: Update to 0.3.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-colorama): Update to 0.3.7.
2017-01-24gnu: python-debian: Update to 0.1.28.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-debian): Update to 0.1.28.
2017-01-24gnu: python-seaborn: Update to 0.7.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-seaborn): Update to 0.7.1.