summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: python-openid: Honor the #:tests? flag.Efraim Flashner2022-01-20
| | | | | * gnu/packages/python-web.scm (python-openid)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-openid: Remove python2 variant.Mathieu Othacehe2022-01-20
| | | | | | This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8. * gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
* gnu: Remove python2-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-urlgrabber): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python-urlgrabber): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-paste.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-paste): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-pastescript.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-pastescript): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix2.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-elasticsearch.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-elasticsearch): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-htmlmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-htmlmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-s3transfer.Vinicius Monego2022-01-20
| | | | | | | * gnu/packages/python-web.scm (python2-s3transfer): Remove variable. * gnu/packages/python-web.scm (python-s3transfer)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-betamax-matchers.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-url.Vinicius Monego2022-01-20
| | | | | | | * gnu/packages/python-web.scm (python2-url): Remove variable. * gnu/packages/python-web.scm (python2-url)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-webtest.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-webtest): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-ndg-httpsclient.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-teams.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-teams): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-cla.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-cla): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssselect.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssselect): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-css-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-css-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssutils.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssutils): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html5-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html5-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html2text.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html2text): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-geventhttpclient: Update to 1.5.3.Marius Bakke2022-01-19
| | | | | | * gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.5.3. [arguments]: Respect TESTS? in chech phase. Remove obsolete workarounds. [propagated-inputs]: Add PYTHON-BROTLI.
* gnu: python-flask-cors: Update to 3.0.10.Marius Bakke2022-01-19
| | | | * gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
* gnu: python-aiohttp: Propagate attrs.Marius Bakke2022-01-18
| | | | | | | ...as required by its egginfo. * gnu/packages/python-web.scm (python-aiohttp)[propagated-inputs]: Add PYTHON-ATTRS.
* gnu: python-jose: Update to 3.3.0.Lars-Dominik Braun2022-01-18
| | | | | | | Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0.
* Revert "gnu: python-aiohttp: Skip the tests."Maxim Cournoyer2022-01-18
| | | | | This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite passes after the package update of e40dfcfcb1.
* gnu: python-aiohttp: Update to 3.8.1.Maxim Cournoyer2022-01-17
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-pytest-6.1): Delete package. * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1. [source]: Adjust snippet and comment it out with a TODO comment. [phases]{cythonize}: Fix indentation. {check}: Use 'when' for the TESTS? condition. Delete the test_proxy_functional.py test file. Skip tests requiring networking. Run tests in parallel with xdist. [propagated-inputs]: Add python-aiosignal. Remove python-attrs. {python-chardet}: Replace by... {python-charset-normalizer}: ... this. Add python-frozenlist. [native-inputs]: Use the regular python-pytest package. Add python-pytest-xdist.
* gnu: Add python-aiosignal.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-web.scm (python-aiosignal): New variable.
* gnu: Add python-frozenlist.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-web.scm (python-frozenlist): New variable.
* gnu: python-aiohttp: Skip the tests.Leo Famulari2022-01-17
| | | | | | | The test suite is failing because it fails to handle a deprecation warning. Just skip it for now. * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Skip the test suite.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: python-requests-toolbelt: Update to 0.9.1 and enable tests.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (pyhton-requests-toolbelt): Update to 0.9.1. [phases]{delete-problematic-tests}: New phase. (python-requests-toolbelt-0.9.1): Delete variable. (python2-requests-toolbelt): Likewise. (python-cloudscraper): Adjust accordingly.
| * gnu: python-cachecontrol: Update to 0.12.10.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10.
* | gnu: python-flask-restx: Update to 0.5.1.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test.
* | gnu: python-websocket-client: Update to 1.2.3.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3. [arguments]: Override check phase. [native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST. [propagated-inputs]: Remove. [properties]: Remove. (python2-websocket-client): Remove variable. (python-websocket-client-0.59): New variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Change from PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59.
* | gnu: python-flask-combo-jsonapi: Fix build.Marius Bakke2022-01-12
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-flask-combo-jsonapi)[arguments]: Remove version pinning, and override check phase. [propagated-inputs]: Change from PYTHON-SQLALCHEMY-1.3 to PYTHON-SQLALCHEMY. Change PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
* | gnu: Add python-canvasapi.John Kehayias2022-01-12
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-canvasapi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-websocket-client: Update to 0.59.0.Vinicius Monego2022-01-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-websocket-client): Update to 0.59.0. [source]: Update PyPI URI. Make some cosmetic changes. [arguments]<#:phases>: Add phase 'skip-network-test. [native-inputs]: Add python-pysocks. [home-page]: Follow redirect. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: Add python-flask-assets.Vinicius Monego2022-01-11
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-flask-assets): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: Add python-pyscss.Vinicius Monego2022-01-11
|/ | | | | | * gnu/packages/python-web.scm (python-pyscss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-cloudscraper: Add source file-name.Efraim Flashner2022-01-07
| | | | | * gnu/packages/python-web.scm (python-cloudscraper)[source]: Add file-name field.
* gnu: Remove trailing period from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove trailing period. * gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise. * gnu/packages/bioinformatics.scm (python-mygene, python-scanpy, nanosv)[synopsis]: Likewise. * gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59, rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2, rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3, rust-http-types-2, rust-hyper-0.14, rust-indexmap-1, rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3, rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/disk.scm (f3)[synopsis]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]: Likewise. * gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis, ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]: Likewise. * gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise. * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]: Likewise. * gnu/packages/maven.scm (maven-wagon-http-shared, maven-surefire-plugin)[synopsis]: Likewise. * gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt, python-pylzma)[synopsis]: Likewise. * gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
* gnu: python-plaster-pastedeploy: Fix trailing whitespace in description.Vagrant Cascadian2021-12-30
| | | | | * gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix trailing whitespace.
* gnu: python-cssselect2: Fix build.Morgan Smith2021-12-30
| | | | | | | | * gnu/packages/python-web.scm (python-cssselect2): [phases]: Add disable-linters phase. Make check phase respect #:tests?. [native-inputs]: Remove python-pytest-flake8 and python-pytest-isort. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-flask-restful: Rewrite import.Lars-Dominik Braun2021-12-16
| | | | | | | It seems a function inside python-flask moved to a different module. * gnu/packages/python-web.scm (python-flask-restful)[arguments]: Add phase rewriting imports from flask.helpers to flask.scaffold.
* gnu: python-sanic: Update to 20.12.4.Lars-Dominik Braun2021-12-16
| | | | | * gnu/packages/python-web.scm (python-sanic)[version]: Update to 20.12.4. [arguments]: Skip more failing tests.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)