[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time
From: |
Calvin Pritchard |
Subject: |
[bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time |
Date: |
Sun, 5 May 2019 22:30:15 -0700 |
From: Calvin Pritchard <address@hidden>
* gnu/packages/python-xyz.scm (python-jinja2-time). New variables.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 815e190d5f..3407803ca6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2228,6 +2228,28 @@ It can read a subset of yaml and is not capable of write
yaml")
(define-public python2-poyo
(package-with-python2 python-poyo))
+(define-public python-jinja2-time
+ (package
+ (name "python-jinja2-time")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jinja2-time" version))
+ (sha256
+ (base32
+ "0h0dr7cfpjnjj8bgl2vk9063a53649pn37wnlkd8hxjy656slkni"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-arrow" ,python-arrow)
+ ("python-jinja2" ,python-jinja2)))
+ (home-page
+ "https://github.com/hackebrot/jinja2-time")
+ (synopsis "Jinja2 Extension for Dates and Times")
+ (description
+ "Jinja2 Extension for Dates and Times")
+ (license license:expat)))
+
(define-public python-pympler
(package
(name "python-pympler")
--
2.17.1
- [bug#35598] [PATCH 0/6] Add Mesa agent based modeling platform, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 1/6] gnu: Add python-arrow, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 5/6] gnu: Add python-cookiecutter, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 6/6] gnu: Add python-mesa, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 3/6] gnu: Add python-poyo, python2-poyo, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 1/6] gnu: Add python-arrow, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 3/6] gnu: Add python-poyo, python2-poyo, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 4/6] gnu: Add python-jinja2-time,
Calvin Pritchard <=
- [bug#35598] [PATCH 6/6] gnu: Add python-mesa, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 5/6] gnu: Add python-cookiecutter, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 2/6] gnu: Add python-whichcraft, python2-whichcraft, Calvin Pritchard, 2019/05/06
- [bug#35598] [PATCH 0/6] Add Mesa agent based modeling platform, Ludovic Courtès, 2019/05/12