[Lunar-commits] <moonbase-other> empy: introduction to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:46 CEST 2013
commit a53dcd4b634a30a0e8164c4a0db9d6b5db3c22e6
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:26:38 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a53dcd4b634a30a0e8164c4a0db9d6b5db3c22e6
empy: introduction to -other
---
python/empy/BUILD | +3/-0
python/empy/DEPENDS | +2/-0
python/empy/DETAILS | +15/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/python/empy/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/empy/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/empy/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=empy
+ VERSION=3.3
+ SOURCE=$MODULE-latest.tar.gz
+ SOURCE_URL=http://www.alcyone.com/software/empy
+ SOURCE_VFY=sha1:dfc82202231143b9aabc81bd735c6f8a559b5109
+ WEB_SITE=http://www.alcyone.com/software/empy
+ ENTERED=20130417
+ UPDATED=20130417
+ SHORT="templating system for Python"
+
+cat << EOF
+EmPy is a system for embedding Python expressions
+and statements in template text; it takes an EmPy
+source file, processes it, and produces output.
+EOF
More information about the Lunar-commits
mailing list