summaryrefslogtreecommitdiffstats
path: root/abs/core
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-30 13:48:38 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-30 13:48:38 (GMT)
commit68a48a32bd92d0a68be285aca5be4da346cab25f (patch)
treec122a5939f304f49348d8f510ed0626195d1929f /abs/core
parent6eae208f1674fa476dd45ab7bbfc24e320e59ada (diff)
downloadlinhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.zip
linhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.tar.gz
linhes_pkgbuild-68a48a32bd92d0a68be285aca5be4da346cab25f.tar.bz2
python-yaml: add .install
Diffstat (limited to 'abs/core')
-rw-r--r--abs/core/python_modules/python-yaml/python-yaml.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/python_modules/python-yaml/python-yaml.install b/abs/core/python_modules/python-yaml/python-yaml.install
new file mode 100644
index 0000000..e2ae067
--- /dev/null
+++ b/abs/core/python_modules/python-yaml/python-yaml.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat << EOT
+==> Note that even though this package uses libyaml library,
+==> slower pure python implementation is used by default.
+==> See http://pyyaml.org/wiki/PyYAMLDocumentation
+EOT
+}