[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/55: gnu: Add python-html5tagger.
From: |
guix-commits |
Subject: |
07/55: gnu: Add python-html5tagger. |
Date: |
Thu, 21 Sep 2023 13:31:34 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b2467d2354b8d0b43e53f15d8c349489110a1a97
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 11 22:02:40 2023 +0800
gnu: Add python-html5tagger.
* gnu/packages/python-web.scm (python-html5tagger): New variable.
---
gnu/packages/python-web.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1b7225c991..f8e040294a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1725,6 +1725,26 @@ C, yielding parse times that can be a thirtieth of the
html5lib parse times.")
;; indicate ASL2.0, including the LICENSE file for the whole project.
(license (list license:asl2.0 license:gpl3))))
+(define-public python-html5tagger
+ (package
+ (name "python-html5tagger")
+ (version "1.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "html5tagger" version))
+ (sha256
+ (base32
+ "1acd1a4f66gi4plqnsml7cf33qp83mxsnmnqpdwkpj7597xkvyl4"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools-scm))
+ (home-page "https://github.com/sanic-org/html5tagger")
+ (synopsis "Create HTML documents from Python")
+ (description
+ "@code{html5tagger} provides a simplified HTML5 syntax that can
+be written directly in Python without templates.")
+ (license license:unlicense)))
+
(define-public python-minio
(package
(name "python-minio")
- 52/55: gnu: python-libnacl: Update to 2.1.0., (continued)
- 52/55: gnu: python-libnacl: Update to 2.1.0., guix-commits, 2023/09/21
- 44/55: gnu: python-uvicorn: Update to 0.23.2., guix-commits, 2023/09/21
- 49/55: gnu: python-incremental: Update to 22.10.0., guix-commits, 2023/09/21
- 46/55: gnu: python-psycopg: Update to 3.1.10., guix-commits, 2023/09/21
- 48/55: gnu: python-txaio: Update to 23.1.1., guix-commits, 2023/09/21
- 11/55: gnu: Add python-sphinx-basic-ng., guix-commits, 2023/09/21
- 16/55: services: nftables: Add 'configuration' action., guix-commits, 2023/09/21
- 22/55: gnu: Add python-django-ninja., guix-commits, 2023/09/21
- 55/55: gnu: python-bwapy: Fix typo., guix-commits, 2023/09/21
- 02/55: gnu: Add python-dirty-equals., guix-commits, 2023/09/21
- 07/55: gnu: Add python-html5tagger.,
guix-commits <=
- 09/55: gnu: Add python-pyproject-hooks., guix-commits, 2023/09/21
- 10/55: gnu: Add python-slotscheck., guix-commits, 2023/09/21
- 12/55: gnu: Add python-towncrier., guix-commits, 2023/09/21
- 13/55: gnu: Add python-pylsqpack., guix-commits, 2023/09/21
- 14/55: gnu: Add python-aioquic., guix-commits, 2023/09/21
- 19/55: gnu: Add python-dj-search-url., guix-commits, 2023/09/21
- 20/55: gnu: Add python-django-cache-url., guix-commits, 2023/09/21
- 24/55: gnu: websockify: Update to 0.11.0., guix-commits, 2023/09/21
- 26/55: gnu: python-httpx: Update to 0.24.1., guix-commits, 2023/09/21
- 25/55: gnu: websockify: Don't propagate inputs., guix-commits, 2023/09/21