Skip to content

Commit

Permalink
PyYAML: introduction to -other
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Apr 24, 2013
1 parent 052d77d commit e56852f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/PyYAML/BUILD
@@ -0,0 +1,3 @@
python setup.py build &&
prepare_install &&
python setup.py install --root=/
2 changes: 2 additions & 0 deletions python/PyYAML/DEPENDS
@@ -0,0 +1,2 @@
depends Python
depends setuptools
15 changes: 15 additions & 0 deletions 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

0 comments on commit e56852f

Please sign in to comment.