summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* 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.
* gnu: Add python-setproctitle and python2-setproctitle.Hartmut Goebel2016-10-20
| | | | | * gnu/packages/python.scm (python-setproctitle, python2-setproctitle): New variables.
* gnu: awscli: Update to 1.11.5.Leo Famulari2016-10-19
| | | | | | * gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer.
* gnu: Add python-s3transfer.Leo Famulari2016-10-19
| | | | | * gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable.
* gnu: python-botocore: Update to 1.4.62.Leo Famulari2016-10-19
| | | | * gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62.
* gnu: python-rsa: Update to 3.4.2.Leo Famulari2016-10-19
| | | | * gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2.
* gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel2016-10-19
| | | | | * gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
* gnu: python-dnspython: Update to 0.15.0.Leo Famulari2016-10-16
| | | | | * gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0.
* gnu: python-werkzeug: Update to 0.11.11.Leo Famulari2016-10-16
| | | | | * gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11.
* gnu: python-pyopenssl: Update to 16.1.0.Leo Famulari2016-10-16
| | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri.
* gnu: python-pyasn1: Update to 0.1.9.Leo Famulari2016-10-16
| | | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
* gnu: Add python-whoosh.Ricardo Wurmus2016-10-16
| | | | * gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
* gnu: python-pathlib: Update description.Hartmut Goebel2016-10-13
| | | | | * gnu/packages/python.scm (python-pathlib, python2-pathlib): Update description.
* gnu: python-keyring: Update home-page url.Hartmut Goebel2016-10-13
| | | | | * gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page url.
* gnu: python-pylockfile: Update home-page url.Hartmut Goebel2016-10-13
| | | | | * gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update home-page url.
* gnu: python-zope-testing: Strip byte-code and backup-files from source.Hartmut Goebel2016-10-13
| | | | | * gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]: Add snippet to strip byte-code and backup-files.
* gnu: python-pytest-xdist: Remove python byte-code files from source.Hartmut Goebel2016-10-13
| | | | | * gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist)[source]: Add snippet.
* gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.Hartmut Goebel2016-10-13
| | | | | | * gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove duplicate definition. (python2-msgpack): Was defined twice, but differently, remove the obviously wrong second definition.
* gnu: Add python-socksipy-branch.ng02016-10-09
| | | | | | * gnu/packages/python.scm (python-socksipy-branch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-xlrd: Update source location.Efraim Flashner2016-10-08
| | | | * gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
* gnu: python-xlrd: Update to 1.0.0.Ben Woodcroft2016-10-08
| | | | * gnu/packages/python.scm (python-xlrd, python2-xlrd): Update to 1.0.0.
* gnu: python-pathlib: Disable tests.Ricardo Wurmus2016-10-04
| | | | * gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
* gnu: Add python-q.Stefan Reichoer2016-09-27
| | | | | | * gnu/packages/python.scm (python-q, python2-q): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-termcolor.Ben J Woodcroft2016-09-27
| | | | | * gnu/packages/python.scm (python-termcolor, python2-termcolor): New variables.
* gnu: python-virtualenv: Update to 15.0.3.Ricardo Wurmus2016-09-25
| | | | | * gnu/packages/python.scm (python-virtualenv): Update to 15.0.3. [arguments]: Disable failing test.
* gnu: python-fake-factory: Update to 0.7.2.Efraim Flashner2016-09-22
| | | | | | * gnu/packages/python.scm (python-fake-factory): Update to 0.7.2. [arguments]: Remove phase disabling failing test. [home-page]: Use https.
* gnu: python-click: Use 'pypi-uri'.Ben Woodcroft2016-09-21
| | | | | * gnu/packages/python.scm (python-click, python2-click)[source]: Use 'pypi-uri'.
* gnu: python-click: Hardlink path to 'locale'.Ben Woodcroft2016-09-21
| | | | | * gnu/packages/python.scm (python-click, python2-click)[arguments]: New field.
* gnu: Add python-requests-oauthlib.Dylan Jeffers2016-09-20
| | | | | | | * gnu/packages/python.scm (python-requests-oauthlib, python2-requests-oauthlib): New variables. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-cov-core: Use strip-python2-variant.Efraim Flashner2016-09-19
| | | | | | * gnu/packages/python.scm (python-cov-core)[properties]: New field, declare python2-variant. (python2-cov-core): Use strip-python2-variant.
* gnu: Add python-nautilus.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nautilus): New variable.
* gnu: Add python-nose2.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nose2): New variable.
* gnu: Add python-cov-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-cov-core): New variable.
* gnu: Add python-consul.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-consul): New variable.
* gnu: Add python-graphene.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphene): New variable.
* gnu: Add python-sqlalchemy-utils.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
* gnu: Add python-graphql-relay.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-relay): New variable.
* gnu: Add python-graphql-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-core): New variable.