summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python-sqlalchemy-utils: Mention optional dependencies in description.Danny Milosavljevic2016-11-07
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils, python2-sqlalchemy-utils)[description]: Mention optional dependencies. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-sqlalchemy-utils: Use python-pytest.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add python-pytest. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-sqlalchemy-utils: Propagate existing inputs.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ... [propagated-inputs]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-flask-babel.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-flask-babel, python2-flask-babel): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-furl.Danny Milosavljevic2016-11-06
| | | | | | * gnu/packages/python.scm (python-furl, python2-furl): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-orderedmultidict.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-orderedmultidict, python2-orderedmultidict): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-pycodestyle.Danny Milosavljevic2016-11-06
| | | | | | | * gnu/packages/python.scm (python-pycodestyle, python2-pycodestyle): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-axolotl-curve25519: Fix license.Leo Famulari2016-11-05
| | | | | * gnu/packages/python.scm (python-axolotl-curve25519, python2-axolotl-curve25519)[license]: Replace ISC with BSD-3.
* gnu: Add python-axolotl.Arun Isaac2016-11-05
| | | | | | * gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-axolotl-curve25519.Arun Isaac2016-11-05
| | | | | | | * gnu/packages/python.scm (python-axolotl-curve25519, python2-axolotl-curve25519): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pafy.ng02016-11-05
| | | | | | * gnu/packages/python.scm (python-pafy): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add jupyter.Ricardo Wurmus2016-11-04
| | | | * gnu/packages/python.scm (jupyter): New variable.
* gnu: python-ipython: Update to 4.0.0.Ricardo Wurmus2016-11-04
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-ipython): Update to 4.0.0. [inputs]: Keep only "readline" and "which"; move the remaining inputs to propagated-inputs, except for "python-requests" and "python-nose" which are moved to native-inputs. [propagated-inputs]: Add "python-pexpect", "python-pickleshare", "python-simplegeneric", "python-traitlets", "python-ipykernel". [native-inputs]: Add "python-testpath". [arguments]: Enable building of HTML documentation. [source]: Remove patch. * gnu/packages/patches/python-ipython-inputhook-ctype.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add python-jupyter-console.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-jupyter-console, python2-jupyter-console): New variable.
* gnu: Add python-ipywidgets.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-ipywidgets, python2-ipywidgets): New variables.
* gnu: Add python-widgetsnbextension.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-widgetsnbextension, python2-widgetsnbextension): New variables.
* gnu: Add python-notebook.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-notebook, python2-notebook): New variables.
* gnu: Add python-nbconvert.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-nbconvert, python2-nbconvert): New variables.
* gnu: Add python-entrypoints.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New variables.
* gnu: Add python-bleach.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-bleach, python2-bleach): New variables.
* gnu: Add python-nbformat.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-nbformat, python2-nbformat): New variables.
* gnu: Add python-html5lib-0.9.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-html5lib-0.9, python2-html5lib-0.9): New variables.
* gnu: Add python-testpath.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-testpath, python2-testpath): New variables.
* gnu: Add python-ipykernel.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-ipykernel, python2-ipykernel): New variables.
* gnu: Add python-jupyter-client.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-jupyter-client, python2-jupyter-client): New variables.
* gnu: Add python-jupyter-core.Ricardo Wurmus2016-11-04
| | | | | * gnu/packages/python.scm (python-jupyter-core, python2-jupyter-core): New variables.
* gnu: python-traitlets: Update to 4.2.0.Ricardo Wurmus2016-11-04
| | | | * gnu/packages/python.scm (python-traitlets): Update to 4.2.0.
* gnu: Add python-imagesize.Danny Milosavljevic2016-10-30
| | | | | | * gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-waf: Download over https.Efraim Flashner2016-10-30
| | | | * gnu/packages/python.scm (python-waf)[source]: Use https.
* gnu: python-nltk: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-nltk to fail. * gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]: Disable the tests.
* gnu: python-pyquery: Add inputs for test suite.Leo Famulari2016-10-29
| | | | | * gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
* gnu: python-pika: Add inputs for test suite.Leo Famulari2016-10-29
| | | | | * gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
* gnu: Add python-pyev.Leo Famulari2016-10-29
| | | | * gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
* gnu: python-prompt-toolkit: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-prompt-toolkit to fail. * gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit)[arguments]: Disable the tests.
* gnu: python-publicsuffix2: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-publicsuffix2 to fail. * gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2) [arguments]: Disable the tests.
* gnu: Add python2-rpython.Alex Vong2016-10-29
| | | | * gnu/packages/python.scm (python2-rpython): New variable.
* gnu: python-waf: Update to 1.9.5.Efraim Flashner2016-10-30
| | | | | | | * gnu/packages/python.scm (python-waf): Update to 1.9.5. [arguments]: Shorten custom build phase. [source]: Use http. [home-page]: Use http.
* gnu: python-wsgiproxy2: Disable the test suite.Leo Famulari2016-10-28
| | | | | * gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]: Disable the tests.
* gnu: python-beautifulsoup4: Update to 4.5.1.Leo Famulari2016-10-28
| | | | | * gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): Update to 4.5.1.
* gnu: python-beautifulsoup4: Run the test suite.Leo Famulari2016-10-28
| | | | | | * gnu/packages/python.scm (python-beautifulsoup4)[arguments]: Add field run python-2 -> python-3 conversion script and test suite. (python2-beautifulsoup4)[arguments]: Specify use of python-2.
* gnu: python-urllib3: Update to 1.18.1.Marius Bakke2016-10-27
| | | | | * gnu/packages/python.scm (python-urllib3): Update to 1.18.1. [home-page]: Use https URL.
* gnu: python-pathlib2: Add comment.Hartmut Goebel2016-10-27
| | | | | | As suggested by Efraim Flashner. * gnu/packages/python.scm (python-pathlib2): Add comment.
* gnu: python-certifi: Update to 2016.8.31.ng02016-10-26
| | | | | | * gnu/packages/python.scm (python-certifi): Update to 2016.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-flask-sqlalchemy.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-sqlalchemy): New variable.
* gnu: Add python-flask-basicauth.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-basicauth): New variable.
* gnu: Add python-flask-restful.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-flask-restful): New variable.
* gnu: Add python-aniso8601.Danny Milosavljevic2016-10-23
| | | | * gnu/packages/python.scm (python-aniso8601): New variable.
* gnu: python2-validictory: Add missing input.Efraim Flashner2016-10-23
| | | | | | * gnu/packages/python.scm (python2-validictory)[native-inputs]: Add python2-setuptools. (python-validictory)[properties]: New field.
* gnu: Add python-validictory and python2-validictory.Hartmut Goebel2016-10-20
| | | | | * gnu/packages/python.scm (python-validictory, python2-validictory): New variables.
* gnu: Add python2-pathlib2.Hartmut Goebel2016-10-20
| | | | | | | Adding only the Python 2 variant, since for Python 3 our minimum version is 3.4 which already includes this package as part of the standard library. gnu/packages/python.scm (python2-pathlib2): New variable.