summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Expand)Author
2022-05-31gnu: Remove python2-responses....* gnu/packages/python-web.scm (python2-responses): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-event....* gnu/packages/python-web.scm (python2-zope-event): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-testing....* gnu/packages/python-web.scm (python2-zope-testing): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-interface....* gnu/packages/python-web.scm (python2-zope-interface): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-tornado....* gnu/packages/python-web.scm (python2-tornado): Delete variable. (python-tornado)[properties]: Delete field. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-exceptions....* gnu/packages/python-web.scm (python2-zope-exceptions): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-testrunner....* gnu/packages/python-web.scm (python2-zope-testrunner): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-i18nmessageid....* gnu/packages/python-web.scm (python2-zope-i18nmessageid): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-schema....* gnu/packages/python-web.scm (python2-zope-schema): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-proxy....* gnu/packages/python-web.scm (python2-zope-proxy): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-location....* gnu/packages/python-web.scm (python2-zope-location): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-component....* gnu/packages/python-web.scm (python2-zope-component): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-httplib2....* gnu/packages/python-web.scm (python2-httplib2): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-webob....* gnu/packages/python-web.scm (python2-webob): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-genshi....* gnu/packages/python-web.scm (python2-genshi): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pastedeploy....* gnu/packages/python-web.scm (python2-pastedeploy): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-betamax....* gnu/packages/python-web.scm (python2-betamax): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-rauth....* gnu/packages/python-web.scm (python2-rauth): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-oauthlib....* gnu/packages/python-web.scm (python2-oauthlib): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-security....* gnu/packages/python-web.scm (python2-zope-security): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-sockjs-tornado....* gnu/packages/python-web.scm (python2-sockjs-tornado): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-zope-configuration....* gnu/packages/python-web.scm (python2-zope-configuration): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-oauth2client....* gnu/packages/python-web.scm (python2-oauth2client): Delete variable. Maxim Cournoyer
2022-05-31gnu: Add python-extruct....* gnu/packages/python-web.scm (python-extruct): New variable. Maxim Cournoyer
2022-05-31gnu: Add python-mf2py....* gnu/packages/python-web.scm (python-mf2py): New variable. Maxim Cournoyer
2022-05-31gnu: Add python-html-text....* gnu/packages/python-web.scm (python-html-text): New variable. Maxim Cournoyer
2022-05-31gnu: Add python-jstyleson....* gnu/packages/python-web.scm (python-jstyleson): New variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-html5lib....* gnu/packages/python-web.scm (python2-html5lib): Delete variable. (python-html5lib-0.9, python2-html5lib-0.9): Likewise. Maxim Cournoyer
2022-05-26Merge branch 'master' into stagingLudovic Courtès
2022-05-16Merge branch 'master' into stagingEfraim Flashner
2022-05-20gnu: Add python-smart-open....* gnu/packages/python-web.scm (python-smart-open): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-cloud-storage....* gnu/packages/python-web.scm (python-google-cloud-storage): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-cloud-core....* gnu/packages/python-web.scm (python-google-cloud-core): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-api-core....* gnu/packages/python-web.scm (python-google-api-core): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-resumable-media....* gnu/packages/python-web.scm (python-google-resumable-media): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-auth....* gnu/packages/python-web.scm (python-google-auth): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-googleapis-common-protos....* gnu/packages/python-web.scm (python-googleapis-common-protos): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-google-crc32c....* gnu/packages/python-web.scm (python-google-crc32c): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-azure-storage-blob....* gnu/packages/python-web.scm (python-azure-storage-blob): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-azure-core....* gnu/packages/python-web.scm (python-azure-core): New variable. Ricardo Wurmus
2022-05-20gnu: Add python-azure-common....* gnu/packages/python-web.scm (python-azure-common): New variable. Ricardo Wurmus
2022-05-20gnu: python-google: Add missing input....* gnu/packages/python-web.scm (python-google)[propagated-inputs]: Add python-beautifulsoup4. Ricardo Wurmus
2022-05-18gnu: python-scrapy: Parallelize test suite....* gnu/packages/python-web.scm (python-scrapy)[phases]{check}: Run in parallel. Disable problematic (when run in parallel) tests. Use complete sentences for comments. [native-inputs]: Add python-pytest-xdist. [description]: Use double space between sentences. Maxim Cournoyer
2022-05-18gnu: python-scrapy: Fix indentation...* gnu/packages/python-web.scm (python-scrapy): Fix indentation. Maxim Cournoyer
2022-05-12gnu: python-sanic: Update to 21.12.1....* gnu/packages/python-web.scm (python-sanic): Update to 21.12.1. [arguments]<#:phases>: Remove 'use-recent-pytest, update skipped tests in 'check. [propagated-inputs]: Remove python-httpx, replace python-multidict with python-multidict-5, add python-sanic-routing. [native-inputs]: Add python-bandit, python-chardet, python-isort and python-sanic-testing. Remove python-hstspreload, python-httpcore, python-pytest-cov and python-urllib3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-testing....* gnu/packages/python-web.scm (python-sanic-testing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-bootstrap....* gnu/packages/python-web.scm (python-sanic-bootstrap): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-routing....* gnu/packages/python-web.scm (python-sanic-routing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: python-flask-login: Update to 0.6.0....* gnu/packages/python-web.scm (python-flask-login): Update to 0.6.0. [arguments]: New field. [native-inputs]: Remove python-coverage, python-pycodestyle and python-pyflakes. Maxim Cournoyer
2022-05-12gnu: python-flask-wtf: Update to 1.0.1....* gnu/packages/python-web.scm (python-flask-wtf): Update to 1.0.1. [propagated-inputs]: Remove python-flask-babel and python-babel. Add python-flask and python-itsdangerous. Maxim Cournoyer