summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-13 10:00:22 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-13 10:00:22 +0000
commit5f9000b3f4d4510f59986c1a0e1e02c3748311d3 (patch)
tree654b7a8e2d6c139a40554cd4364b0de900631172
parent30f5d2331d4f265cdb3e18377f56c3ce1334fd98 (diff)
downloadpytz-5f9000b3f4d4510f59986c1a0e1e02c3748311d3.tar.gz
Add chunk morphology
-rw-r--r--pytz.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/pytz.morph b/pytz.morph
new file mode 100644
index 0000000..7941dcb
--- /dev/null
+++ b/pytz.morph
@@ -0,0 +1,7 @@
+name: pytz
+kind: chunk
+build-system: manual
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"