[Lunar-commits] <moonbase-other> PyYAML: introduction to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:48 CEST 2013
commit e56852f1844a1493b8955edfed91c5b7c97e4520
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:31:33 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e56852f1844a1493b8955edfed91c5b7c97e4520
PyYAML: introduction to -other
---
python/PyYAML/BUILD | +3/-0
python/PyYAML/DEPENDS | +2/-0
python/PyYAML/DETAILS | +15/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/python/PyYAML/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/PyYAML/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends setuptools
--- /dev/null
+++ b/python/PyYAML/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=PyYAML
+ VERSION=3.10
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/P/PyYAML
+ SOURCE_VFY=sha1:476dcfbcc6f4ebf3c06186229e8e2bd7d7b20e73
+ WEB_SITE=http://pypi.python.org/pypi/PyYAML
+ ENTERED=20130415
+ UPDATED=20130415
+ SHORT="YAML parser and emitter for Python"
+
+cat << EOF
+YAML is a data serialization format designed for human
+readability and interaction with scripting languages.
+PyYAML is a YAML parser and emitter for Python.
+EOF
More information about the Lunar-commits
mailing list