From c410e9e531b999546f033d35266f8ac488dee7e0 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 Nov 2020 15:17:57 -0500 Subject: gnu: python-flask-basicauth: Fix indentation. * gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation. --- gnu/packages/python-web.scm | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index fccb7603ac..b05de077d2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2888,12 +2888,12 @@ pretty printer and a tree visitor.") (name "python-flask-basicauth") (version "0.2.0") (source - (origin - (method url-fetch) - (uri (pypi-uri "Flask-BasicAuth" version)) - (sha256 - (base32 - "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz")))) + (origin + (method url-fetch) + (uri (pypi-uri "Flask-BasicAuth" version)) + (sha256 + (base32 + "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -2908,12 +2908,10 @@ pretty printer and a tree visitor.") #t))))) (propagated-inputs `(("python-flask" ,python-flask))) - (home-page - "https://github.com/jpvanhal/flask-basicauth") - (synopsis - "HTTP basic access authentication for Flask") + (home-page "https://github.com/jpvanhal/flask-basicauth") + (synopsis "HTTP basic access authentication for Flask") (description - "This package provides HTTP basic access authentication for Flask.") + "This package provides HTTP basic access authentication for Flask.") (license license:bsd-3))) (define-public python-flask-htpasswd -- cgit v1.2.3 committer'>committer
path: root/gnu/bootloader
AgeCommit message (Expand)Author
2020-09-27gnu: grub: Support for network boot via TFTP....Stefan
2020-09-14gnu: grub: Support loading files from TFTP if the root filesystem is NFS....Stefan
2020-09-07bootloader: Use "define" instead of "define*" for all records....Stefan
2020-09-06bootloader: Add comment about grub configuration files....Stefan
2020-06-09bootloader: grub: Fix cross-compilation....Mathieu Othacehe
2020-06-09gnu: grub: Support graphical gfxterm on all systems....Stefan
2020-06-08bootloader: grub: Add support for multiboot....Jan (janneke) Nieuwenhuizen
2020-05-29bootloader: grub: Rename the btrfs-subvolume-file-name parameter....Maxim Cournoyer
2020-05-29bootloader: grub: Use inheritance to define grub-minimal-bootloader....Mathieu Othacehe
2020-05-29bootloader: grub: Do not run grub-install when creating a disk-image....Mathieu Othacehe
2020-05-29bootloader: Add 'disk-image-installer'....Mathieu Othacehe
2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer
2020-05-19gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution"....Stefan
2020-05-16bootloader: grub: Refer to the native 'grub-mklayout' and font file....Ludovic Courtès
2020-04-23Merge branch 'master' into core-updates...Marius Bakke
2020-04-20gnu: Add u-boot-pinebook-pro-rk3399....Vagrant Cascadian
2020-04-08Merge branch 'master' into core-updates...Marius Bakke
2020-04-06system: Allow for comma-separated keyboard layouts....Ludovic Courtès
2020-03-29gnu: bootloader: Add grub-minimal-bootloader....Jan Nieuwenhuizen
2020-03-17bootloader: grub: Refactor eye-candy a bit....Maxim Cournoyer
2020-03-17bootloader: grub: Use the all_video module in graphic mode....Maxim Cournoyer
2020-02-02gnu: Add u-boot-cubietruck-bootloader....Julien Lepiller
2020-01-25bootloader: grub: Add gfxmode (resolution) override....Jan Nieuwenhuizen
2020-01-07Revert "bootloader: grub: Add gfxmode (resolution) override."...Tobias Geerinckx-Rice
2020-01-07bootloader: grub: Add gfxmode (resolution) override....Jan Nieuwenhuizen
2020-01-06Adjust module autoloads....Ludovic Courtès
2020-01-03bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable....Ludovic Courtès
2019-12-23bootloader: grub: Add firmware setup entry....Brice Waegeneire
2019-12-14gnu: Add u-boot-pine64-lts-bootloader....Mathieu Othacehe