[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/21: gnu: Add python-manuel.
From: |
guix-commits |
Subject: |
13/21: gnu: Add python-manuel. |
Date: |
Mon, 20 Jul 2020 11:00:44 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit b563526794c14eb2d4325d209ae4b3bcac1704c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:39:57 2020 +0300
gnu: Add python-manuel.
* gnu/packages/python-web.scm (python-manuel): New variable.
---
gnu/packages/python-web.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8a21895..8abf6a7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4132,3 +4132,25 @@ REST APIs. Flask-RESTX encourages best practices with
minimal setup. If you ar
decorators and tools to describe your API and expose its documentation
properly using
Swagger.")
(license license:bsd-3)))
+
+(define-public python-manuel
+ (package
+ (name "python-manuel")
+ (version "1.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "manuel" version))
+ (sha256
+ (base32
+ "1bdzay7j70fly5fy6wbdi8fbrxjrrlxnxnw226rwry1c8a351rpy"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-six" ,python-six)))
+ (native-inputs
+ `(("python-zope-testing" ,python-zope-testing)))
+ (home-page "https://pypi.org/project/manuel/")
+ (synopsis "Build tested documentation")
+ (description
+ "Manuel lets you mix and match traditional doctests with custom test
syntax.")
+ (license license:asl2.0)))
- 20/21: gnu: Adsd python-transaction., (continued)
- 20/21: gnu: Adsd python-transaction., guix-commits, 2020/07/20
- 10/21: gnu: python-zope-proxy: Update to 4.3.5., guix-commits, 2020/07/20
- 15/21: gnu: Add python-persistent., guix-commits, 2020/07/20
- 18/21: gnu: Add python-zope-configuration-bootstrap., guix-commits, 2020/07/20
- 04/21: gnu: Add python-zope-exceptions-bootstrap., guix-commits, 2020/07/20
- 12/21: gnu: python-zope-schema: Update to 6.0.0., guix-commits, 2020/07/20
- 14/21: gnu: python-zope-configuration: Update to 4.4.0., guix-commits, 2020/07/20
- 19/21: gnu: Add python-zope-location-bootstrap., guix-commits, 2020/07/20
- 21/21: gnu: python-zope-security: Update to 5.1.1., guix-commits, 2020/07/20
- 09/21: gnu: python-zope-proxy: Run the tests., guix-commits, 2020/07/20
- 13/21: gnu: Add python-manuel.,
guix-commits <=
- 17/21: gnu: Add python-zope-component-bootstrap., guix-commits, 2020/07/20