summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Expand)Author
2016-11-05gnu: Add python-pafy.•••* gnu/packages/python.scm (python-pafy): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> ng0
2016-11-04gnu: Add jupyter.•••* gnu/packages/python.scm (jupyter): New variable. Ricardo Wurmus
2016-11-04gnu: python-ipython: Update to 4.0.0.•••* 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. Ricardo Wurmus
2016-11-04gnu: Add python-jupyter-console.•••* gnu/packages/python.scm (python-jupyter-console, python2-jupyter-console): New variable. Ricardo Wurmus
2016-11-04gnu: Add python-ipywidgets.•••* gnu/packages/python.scm (python-ipywidgets, python2-ipywidgets): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-widgetsnbextension.•••* gnu/packages/python.scm (python-widgetsnbextension, python2-widgetsnbextension): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-notebook.•••* gnu/packages/python.scm (python-notebook, python2-notebook): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-nbconvert.•••* gnu/packages/python.scm (python-nbconvert, python2-nbconvert): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-entrypoints.•••* gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-bleach.•••* gnu/packages/python.scm (python-bleach, python2-bleach): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-nbformat.•••* gnu/packages/python.scm (python-nbformat, python2-nbformat): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-html5lib-0.9.•••* gnu/packages/python.scm (python-html5lib-0.9, python2-html5lib-0.9): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-testpath.•••* gnu/packages/python.scm (python-testpath, python2-testpath): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-ipykernel.•••* gnu/packages/python.scm (python-ipykernel, python2-ipykernel): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-jupyter-client.•••* gnu/packages/python.scm (python-jupyter-client, python2-jupyter-client): New variables. Ricardo Wurmus
2016-11-04gnu: Add python-jupyter-core.•••* gnu/packages/python.scm (python-jupyter-core, python2-jupyter-core): New variables. Ricardo Wurmus
2016-11-04gnu: python-traitlets: Update to 4.2.0.•••* gnu/packages/python.scm (python-traitlets): Update to 4.2.0. Ricardo Wurmus
2016-10-30gnu: Add python-imagesize.•••* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by: Leo Famulari <leo@famulari.name> Danny Milosavljevic
2016-10-30gnu: python-waf: Download over https.•••* gnu/packages/python.scm (python-waf)[source]: Use https. Efraim Flashner
2016-10-29gnu: python-nltk: Disable the test suite.•••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. Leo Famulari
2016-10-29gnu: python-pyquery: Add inputs for test suite.•••* gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest. Leo Famulari
2016-10-29gnu: python-pika: Add inputs for test suite.•••* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado. Leo Famulari
2016-10-29gnu: Add python-pyev.•••* gnu/packages/python.scm (python-pyev, python2-pyev): New variables. Leo Famulari
2016-10-29gnu: python-prompt-toolkit: Disable the test suite.•••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. Leo Famulari
2016-10-29gnu: python-publicsuffix2: Disable the test suite.•••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. Leo Famulari
2016-10-29gnu: Add python2-rpython.•••* gnu/packages/python.scm (python2-rpython): New variable. Alex Vong
2016-10-30gnu: python-waf: Update to 1.9.5.•••* gnu/packages/python.scm (python-waf): Update to 1.9.5. [arguments]: Shorten custom build phase. [source]: Use http. [home-page]: Use http. Efraim Flashner
2016-10-28gnu: python-wsgiproxy2: Disable the test suite.•••* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]: Disable the tests. Leo Famulari
2016-10-28gnu: python-beautifulsoup4: Update to 4.5.1.•••* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): Update to 4.5.1. Leo Famulari
2016-10-28gnu: python-beautifulsoup4: Run the test suite.•••* 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. Leo Famulari
2016-10-27gnu: python-urllib3: Update to 1.18.1.•••* gnu/packages/python.scm (python-urllib3): Update to 1.18.1. [home-page]: Use https URL. Marius Bakke
2016-10-27gnu: python-pathlib2: Add comment.•••As suggested by Efraim Flashner. * gnu/packages/python.scm (python-pathlib2): Add comment. Hartmut Goebel
2016-10-26gnu: python-certifi: Update to 2016.8.31.•••* gnu/packages/python.scm (python-certifi): Update to 2016.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> ng0
2016-10-23gnu: Add python-flask-sqlalchemy.•••* gnu/packages/python.scm (python-flask-sqlalchemy): New variable. Danny Milosavljevic
2016-10-23gnu: Add python-flask-basicauth.•••* gnu/packages/python.scm (python-flask-basicauth): New variable. Danny Milosavljevic
2016-10-23gnu: Add python-flask-restful.•••* gnu/packages/python.scm (python-flask-restful): New variable. Danny Milosavljevic
2016-10-23gnu: Add python-aniso8601.•••* gnu/packages/python.scm (python-aniso8601): New variable. Danny Milosavljevic
2016-10-23gnu: python2-validictory: Add missing input.•••* gnu/packages/python.scm (python2-validictory)[native-inputs]: Add python2-setuptools. (python-validictory)[properties]: New field. Efraim Flashner
2016-10-20gnu: Add python-validictory and python2-validictory.•••* gnu/packages/python.scm (python-validictory, python2-validictory): New variables. Hartmut Goebel
2016-10-20gnu: Add python2-pathlib2.•••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. Hartmut Goebel
2016-10-20gnu: Add python-setproctitle and python2-setproctitle.•••* gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables. Hartmut Goebel
2016-10-19gnu: awscli: Update to 1.11.5.•••* gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer. Leo Famulari
2016-10-19gnu: Add python-s3transfer.•••* gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable. Leo Famulari
2016-10-19gnu: python-botocore: Update to 1.4.62.•••* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62. Leo Famulari
2016-10-19gnu: python-rsa: Update to 3.4.2.•••* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2. Leo Famulari
2016-10-19gnu: python-dateutil, python-dateutil-2: Update to new home-page.•••* gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL. Hartmut Goebel
2016-10-16gnu: python-dnspython: Update to 0.15.0.•••* gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0. Leo Famulari
2016-10-16gnu: python-werkzeug: Update to 0.11.11.•••* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11. Leo Famulari
2016-10-16gnu: python-pyopenssl: Update to 16.1.0.•••* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri. Leo Famulari
2016-10-16gnu: python-pyasn1: Update to 0.1.9.•••* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri. Leo Famulari