[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: Add python-hstspreload.
From: |
guix-commits |
Subject: |
03/09: gnu: Add python-hstspreload. |
Date: |
Tue, 15 Dec 2020 02:03:10 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 0386f3a69e6c7c2e0e31cf7a61bcecd6c9dcab50
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Tue Oct 20 12:37:54 2020 +0200
gnu: Add python-hstspreload.
* gnu/packages/python-web.scm (python-hstspreload): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/python-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9195b83..b409edc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5653,3 +5653,24 @@ over IMAP:
@item Work with mailbox folders (list, set, get, create, exists, rename,
delete, status)
@end itemize")
(license license:asl2.0)))
+
+(define-public python-hstspreload
+ (package
+ (name "python-hstspreload")
+ (version "2020.10.20")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hstspreload" version))
+ (sha256
+ (base32
+ "1qah80p2xlib1rhivvdj9v5y3girxrj7dwp1mnh8mwaj5wy32y8a"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/sethmlarson/hstspreload")
+ (synopsis
+ "Chromium HSTS Preload list as a Python package")
+ (description
+ "@code{python-hstspreload} contains Chromium HSTS Preload list
+as a Python package.")
+ (license license:bsd-3)))
- branch master updated (3385920 -> e779dc8), guix-commits, 2020/12/15
- 01/09: gnu: Add python-contextvars., guix-commits, 2020/12/15
- 02/09: gnu: Add python-aiofiles., guix-commits, 2020/12/15
- 03/09: gnu: Add python-hstspreload.,
guix-commits <=
- 04/09: gnu: Add python-pyre-extensions., guix-commits, 2020/12/15
- 05/09: gnu: Add python-nbsphinx., guix-commits, 2020/12/15
- 07/09: gnu: Add python-pywatchman., guix-commits, 2020/12/15
- 08/09: gnu: Add python-pytest-sanic., guix-commits, 2020/12/15
- 09/09: gnu: Add python-sanic., guix-commits, 2020/12/15
- 06/09: gnu: Add python-dataclasses., guix-commits, 2020/12/15