summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-02-06gnu: Add python-isoweek.Konrad Hinsen
* gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-02-06gnu: Add python-funcy.Danny Milosavljevic
* gnu/packages/python.scm (python-funcy, python2-funcy): New variables.
2018-02-06gnu: Add python-whatever.Danny Milosavljevic
* gnu/packages/python.scm (python-whatever, python2-whatever): New variables.
2018-02-05gnu: python-llfuse: Update to 1.3.2.Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
2018-02-05gnu: Add python-gyp.Ethan R. Jones
* gnu/packages/python.scm (python-gyp, python2-gyp): New variables.
2018-02-01gnu: python-botocore: Update to 1.8.36.David Thompson
* gnu/packages/python.scm (python-botocore): Update to 1.8.36.
2018-01-30gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.Ben Sturmfels
Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-23gnu: python2-mmtk: Update to 2.7.11Konrad Hinsen
* gnu/packages/python.scm (python2-mmtk): Update to 2.7.11. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-23gnu: Add python-yapf.Fis Trivial
* gnu/packages/python.scm (python-yapf, python2-yapf): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-22gnu: Add python-phonenumbers.Adriano Peluso
* gnu/packages/python.scm (python-phonenumbers, python2-phonenumbers): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-relatorio: Update to 0.8.0.Adriano Peluso
* gnu/packages/python.scm (python-relatorio): Updated to 0.8.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-magic: Update to 0.4.15.Adriano Peluso
* gnu/packages/python.scm (python-magic) Updated to 0.4.15. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-kivy: Add "git" native-input.Danny Milosavljevic
* gnu/packages/python.scm (python-kivy)[native-inputs]: Add git.
2018-01-21gnu: Add python-txamqp.Ricardo Wurmus
* gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
2018-01-21gnu: python-kivy: Update to 1.10.0.Danny Milosavljevic
* gnu/packages/python.scm (python-kivy): Update to 1.10.0. [arguments]: Remove custom "build" phase.
2018-01-16gnu: Add python-shapely and python2-shapely.Kei Kebreau
* gnu/packages/python.scm (python-shapely, python2-shapely): New variables.
2018-01-16gnu: python: Use HTTPS for ipython.org home pages.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipython-genutils, python-traitlets) (python-ipykernel, python-ipython, python-widgetsnbextension) (python-ipywidgets)[home-page]: Use HTTPS.
2018-01-16gnu: python-matplotlib: Fix import failureKonrad Hinsen
* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add python-pyqt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-10gnu: python-idna: Update to 2.6.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-idna): Update to 2.6.
2018-01-10gnu: pelican: Enable Markdown support.Ben Sturmfels
* gnu/packages/python.scm (pelican)[propagated-inputs]: Add python-markdown to support Markdown as mentioned in the package description. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-10gnu: python-ply, python2-ply: Update to 3.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ply): Update to 3.10.
2018-01-08gnu: snakemake: Update to 4.4.0.Ricardo Wurmus
* gnu/packages/python.scm (snakemake): Update to 4.4.0.
2018-01-05gnu: python-click-log: Update to 0.2.1.Leo Famulari
* gnu/packages/python.scm (python-click-log): Update to 0.2.1.
2018-01-05gnu: python-click-threading: Update to 0.4.4.Leo Famulari
* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
2018-01-05gnu: Add python2-mmtk.Konrad Hinsen
* gnu/packages/python.scm (python2-mmtk): New public variable.
2018-01-04gnu: Add python2-scientific.Konrad Hinsen
* gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-04gnu: Add python2-pyro.Konrad Hinsen
* gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-03gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].Leo Famulari
* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.
2018-01-01gnu: python-jupyter-console: Make it installable.Ludovic Courtès
Fixes <https://bugs.gnu.org/29860>. Reported by Johannes Laute <j.laute3@googlemail.com>. * gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
2017-12-27gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.Kei Kebreau
* gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pillow)[source]: Use it.
2017-12-25gnu: Add python-semver.Danny Milosavljevic
* gnu/packages/python.scm (python-semver, python2-semver): New variables.
2017-12-24gnu: python, python-web: Update ‘permanently moved’ home pages.Tobias Geerinckx-Rice
In practice, this switches all of them to HTTPS. * gnu/packages/python.scm (python-six, python-spectra, python-scipy) (python-beautifulsoup4, python-termcolor, python-rsa, python-anyjson) (python-whoosh, python2-pathlib2, python-pbkdf2, python-ansi2html) (python-rfc3987, python-validate-email, python-swagger-spec-validator) [home-page]: Update. * gnu/packages/python-web.scm (python-sockjs-tornado, python-webob) (python-zope-event, python-zope-testing, python-zope-testrunner) (python-zope-i18nmessageid, python-zope-schema, python-zope-configuration) (python-zope-proxy, python-zope-location, python-zope-security) (python-oauth2client, python-flask-script, python-flask-migrate) (python-flask-httpauth)[home-page]: Update.
2017-12-23gnu: Add python2-numpy-1.8.Konrad Hinsen
* gnu/packages/python.scm (python2-numpy-1.8): New variable.
2017-12-23gnu: python-numpy: Reorganize patches.Konrad Hinsen
* gnu/packages/python.scm (python-numpy)[arguments]<phases>: Delete phase "set-environment-variables". Add phase "configure-blas-lapack". Move phase "check" after phase "install".
2017-12-22gnu: python-pillow: Update to 4.3.0.Kei Kebreau
* gnu/packages/python.scm (python-pillow): Update to 4.3.0. [propagated-inputs]: Add python-olefile. * gnu/packages/patches/python-pillow-freetype-2.7-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-12-22gnu: Add python-olefile.Kei Kebreau
* gnu/packages/python.scm (python-olefile, python2-olefile): New variables.
2017-12-22gnu: Add python-activepapers.Konrad Hinsen
* gnu/packages/python.scm (python-activepapers, python2-activepapers): New variables. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-12-21gnu: Add python-tempdir.Konrad Hinsen
* gnu/packages/python.scm (python-tempdir, python2-tempdir): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-16gnu: python-dulwich: Update to 0.18.6 [fixes CVE-2017-16228].Leo Famulari
* gnu/packages/python.scm (python-dulwich, python2-dulwich): Update to 0.18.6.
2017-12-15gnu: python-pyicu: Set python2-variant.Tobias Geerinckx-Rice
This follows up on commit d65854bdda4ad5464fcd8fe6289eedc13ea82ba1, which did not fix test failures for dependents using package-with-python2. * gnu/packages/python.scm (python-pyicu)[properties]: Set python2-variant.
2017-12-15gnu: python2-pyicu: Disable failing test.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-pyicu)[arguments]: Add ‘delete-failing-test’ phase.
2017-12-14gnu: Add python2-pyopengl-accelerate.Rutger Helling
* gnu/packages/python.scm (python2-pyopengl-accelerate): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-30gnu: scons: Update to 3.0.1.Arun Isaac
* gnu/packages/python.scm (scons): Update to 3.0.1. (scons-python2): New variable.
2017-11-28gnu: Add python2-booleanoperations.ng0
* gnu/packages/python.scm (python2-booleanoperations): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-pyclipper.ng0
* gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28gnu: Add python-setuptools-scm-git-archive.ng0
* gnu/packages/python.scm (python-setuptools-scm-git-archive, python2-setuptools-scm-git-archive): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27gnu: python-prompt-toolkit: Update to 1.0.15.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.15.
2017-11-27gnu: python-pyicu: Update home page.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyicu)[home-page]: Update.
2017-11-27gnu: python-pyicu: Update to 1.9.8.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyicu): Update to 1.9.8. [arguments]: Delete. [native-inputs]: Add python-pytest and python-six.
2017-11-18gnu: Move date/time packages from python.scm to time.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601, python2-aniso8601): Move from here... * gnu/packages/time.scm: ...to here. * gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/django.scm, gnu/packages/ebook.scm, gnu/packages/gnome.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/mail.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/tls.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm: Adjust accordingly.