[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/154: gnu: Add python-markuppy.
From: |
guix-commits |
Subject: |
02/154: gnu: Add python-markuppy. |
Date: |
Tue, 21 Sep 2021 15:07:24 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit de5b9aefbe7fd20562fb028457dbcf9a4278c79a
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Aug 25 23:28:57 2021 +0200
gnu: Add python-markuppy.
* gnu/packages/python-xyz.scm (python-markuppy): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bba468e..a3d1b74 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26581,3 +26581,21 @@ YYYY-MM-DD at the beginning of the file or directory
name.")
(description "The Braintree Python SDK provides integration access to the
Braintree Gateway. Braintree is a US-based payments service provider.")
(license license:expat)))
+
+(define-public python-markuppy
+ (package
+ (name "python-markuppy")
+ (version "1.14")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "MarkupPy" version))
+ (sha256
+ (base32 "0pqdmpxbr8iq22b4css2gz5z6s01ddpzyj25x27kgbs2lp0f5phs"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/tylerbakke/MarkupPy")
+ (synopsis "A pythonic HTML/XML generator")
+ (description "This Python module attempts to make it easier to generate
+HTML/XML from a Python program in an intuitive, lightweight, customizable and
+pythonic way.")
+ (license license:expat)))
- branch master updated (1e3262d -> 5966d48), guix-commits, 2021/09/21
- 02/154: gnu: Add python-markuppy.,
guix-commits <=
- 06/154: gnu: Add python-febelfin-coda., guix-commits, 2021/09/21
- 05/154: gnu: Add python-csb43., guix-commits, 2021/09/21
- 10/154: gnu: Add trytond-account-be., guix-commits, 2021/09/21
- 14/154: gnu: Add trytond-account-deposit., guix-commits, 2021/09/21
- 16/154: gnu: Add trytond-account-dunning-email., guix-commits, 2021/09/21
- 20/154: gnu: Add trytond-account-eu., guix-commits, 2021/09/21
- 31/154: gnu: Add trytond-account-payment-sepa., guix-commits, 2021/09/21
- 36/154: gnu: Add trytond-account-statement-coda., guix-commits, 2021/09/21
- 34/154: gnu: Add trytond-account-statement., guix-commits, 2021/09/21
- 22/154: gnu: Add trytond-account-fr-chorus., guix-commits, 2021/09/21