summaryrefslogtreecommitdiff
path: root/chunks/pytz.morph
blob: 7106076ebde7f9dc636f53d6db98d24b06869a5e (plain)
1
2
3
4
5
6
7
8
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"