summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: Remove python2-wtforms.Marius Bakke2021-09-16
| | | | | | | | | | | | This trivial package currently fails to build and has no users in Guix. * gnu/packages/python-web.scm (python2-wtforms): Remove variable.
| * gnu: python-wtforms: Don't run style and coverage tests.Marius Bakke2021-09-15
| | | | | | | | | | | | | | | | | | Such tests are fragile and does not affect functionality of the package. * gnu/packages/python-web.scm (python-wtforms)[arguments]: In the check phase, disable code coverage and pep8. [native-inputs]: Remove PYTHON-COVERAGE and PYTHON-PEP8. [source](uri): While at it, remove redundant '.tar.gz' argument to PYPI-URI.
| * gnu: python-wtforms: Adjust for SQLAlchemy >= 1.4.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-wtforms)[arguments]: Add phase to delete test.
| * gnu: python-flask-sqlalchemy: Update to 2.5.1.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.5.1.
| * gnu: python-cfn-lint: Update to 0.54.1.Marius Bakke2021-09-15
| | | | | | | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.1. [arguments]: Run tests verbosely.
| * gnu: python-aws-sam-translator: Update to 1.38.0.Marius Bakke2021-09-15
| | | | | | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
| * gnu: Add python-w3libPradana AUMARS2021-09-14
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-w3lib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-wtforms: Update to 2.3.3 and adjust arguments+inputs.Raghav Gururajan2021-09-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-wtforms)[version]: Update to 2.3.3. [phases](remove-django-test): Remove phase. (check): Replace with custom phase. [native-inputs]: Remove unzip. Add python-coverage, python-dateutil, python-pep8 and python-sqlalchemy. [propagated-inputs]: Add python-babel, python-email-validaor and python-markupsafe. Co-authored-by: jgart <jgart@dismail.de>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise.
* | gnu: python-google-api-client: Rewrite invalid setup.py.Lars-Dominik Braun2021-08-31
| | | | | | | | | | | | | | | | | | The packages argument accepts package names only, not paths. Replacing the slash with a dot allows passing the sanity-check phase, because the submodule will not be listed in top_level.txt any more. * gnu/packages/python-web.scm (python-google-api-client) [#:phases]: Add new phase 'fix-setup-py.
* | gnu: python-html5-parser: Fix build.Mathieu Othacehe2021-08-16
| | | | | | | | | | * gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: python-aiorpcx: Update to 0.22.1.Milkey Mouse2021-08-11
| | | | | | | | | | | | | | | | * gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18. * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1. (python-aiorpcx-0.18): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: python-aiorpcx: Update to 0.18.7.Mike Rosset2021-08-10
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add python-azure-storage-nspkg.Ricardo Wurmus2021-08-04
| | | | | | | | * gnu/packages/python-web.scm (python-azure-storage-nspkg): New variable.
| * gnu: Add python-azure-nspkg.Ricardo Wurmus2021-08-04
| | | | | | | | * gnu/packages/python-web.scm (python-azure-nspkg): New variable.
* | gnu: python-flask: Update to 2.0.1.Efraim Flashner2021-08-09
| | | | | | | | * gnu/packages/python-web.scm (python-flask): Update to 2.0.1.
* | gnu: python-flask: Honor #:tests in check phase.Efraim Flashner2021-08-09
| | | | | | | | * gnu/packages/python-web.scm (python-flask)[arguments]: Honor #:tests flag.
* | gnu: python-yarl: Update to 1.6.3.Efraim Flashner2021-08-09
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-yarl): Update to 1.6.3. [source]: Add snippet to remove cythonized code. [arguments]: Skip tests. Add custom 'check phase. Add phase to cythonize code. [native-inputs]: Add python-cython.
* | gnu: python-werkzeug: Update to 2.0.1.Efraim Flashner2021-08-09
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.1. [arguments]: Actually replace check phase. Honor #:tests. [native-inputs]: Add python-xprocess.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-01
|\|
| * gnu: python-elasticsearch: Update to 7.13.4.Marius Bakke2021-07-30
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-elasticsearch): Update to 7.13.4. [native-inputs]: Remove. [propagated-inputs]: Add PYTHON-CERTIFI.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: Add python-flask-misaka.jgart2021-07-26
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-flask-misaka): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: Add python-warcio.swedebugia2021-07-13
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-warcio): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: Add python-wsgiprox.Maxim Cournoyer2021-07-13
| | | | | | | | * gnu/packages/python-web.scm (python-wsgiprox): New variable.
| * gnu: python-h2: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-h2)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: python-h11: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-h11)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: python-hpack: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-hpack)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: python-hyperframe: Respect "--without-tests".Maxime Devos2021-07-08
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-hyperframe)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: python2-terminado: Remove package.zimoun2021-07-05
| | | | | | | | | | | | * gnu/packages/python-web.scm (python2-terminado): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: python2-wsgiproxy2: Remove package.zimoun2021-06-29
| | | | | | | | | | | | * gnu/packages/python-web.scm (python2-wsgiproxy2): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\| | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: python-cfn-lint: Update to 0.51.0.Ricardo Wurmus2021-06-21
| | | | | | | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.51.0. [arguments]: Delete another test that attempts to access the internet.
| * gnu: python-aws-sam-translator: Update to 1.36.0.Ricardo Wurmus2021-06-21
| | | | | | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: python2-mechanicalsoup: Remove package.zimoun2021-06-08
| | | | | | | | | | | | * gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: Add python-google.Roel Janssen2021-05-31
| | | | | | | | * gnu/packages/python-web.scm (python-google): New variable.
| * gnu: python-hupper: Update to 1.10.3.Tobias Geerinckx-Rice2021-05-30
| | | | | | | | * gnu/packages/python-web.scm (python-hupper): Update to 1.10.3.
| * gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
| * gnu: python-urllib3: Don't use 'package/inherit' on replacement package.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance instead of PACKAGE/INHERIT.
| * gnu: python-terminado: Update to 0.10.0.Marius Bakke2021-05-22
| | | | | | | | * gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
| * gnu: python-genshi: Update to 0.7.5.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/python-web.scm (python-genshi): Update to 0.7.5. [propagated-inputs]: Add PYTHON-SIX.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-05-15
|\|
| * gnu: python-pycurl: Migrate uri from bintray.Greg Hogan2021-05-11
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-urllib3: Remove replacement package.Marius Bakke2021-05-09
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.4. [replacement]: Remove. (python-urllib3/fixed): Remove variable.