all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add python2-cheetah.
@ 2017-01-10  0:01 Danny Milosavljevic
  2017-01-10  9:04 ` Hartmut Goebel
  2017-01-10 19:51 ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2017-01-10  0:01 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python2-cheetah): New variable.
---
 gnu/packages/python.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1fd02f7a0..6004e361f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12331,3 +12331,24 @@ possible on all supported Python versions.")
 
 (define-public python2-xopen
   (package-with-python2 python-xopen))
+
+(define-public python2-cheetah
+  (package
+    (name "python2-cheetah")
+    (version "2.4.4")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "Cheetah" version))
+        (sha256
+          (base32
+            "0l5mm4lnysjkzpjr95q5ydm9xc8bv43fxmr79ypybrf1y0lq4c5y"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:python ,python-2))
+    (propagated-inputs
+     `(("python2-markdown" ,python2-markdown)))
+    (home-page "http://www.cheetahtemplate.org/")
+    (synopsis "Template engine")
+    (description "Cheetah is a template engine and code generation tool.")
+    (license license:expat)))

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-11 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10  0:01 [PATCH] gnu: Add python2-cheetah Danny Milosavljevic
2017-01-10  9:04 ` Hartmut Goebel
2017-01-10 19:51 ` Leo Famulari
2017-01-11 15:23   ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.