summaryrefslogtreecommitdiff
path: root/chunks/pytz.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/pytz.morph')
-rw-r--r--chunks/pytz.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/chunks/pytz.morph b/chunks/pytz.morph
new file mode 100644
index 00000000..7106076e
--- /dev/null
+++ b/chunks/pytz.morph
@@ -0,0 +1,9 @@
+name: pytz
+kind: chunk
+repo: upstream:pytz
+ref: 384207f01fd5b8bf1eb20cb64c17679084731944
+build-system: manual
+build-commands:
+- cd src && python setup.py build
+install-commands:
+- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"