diff options
Diffstat (limited to 'repo/python/python-pytz')
-rw-r--r-- | repo/python/python-pytz/python-pytz.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python/python-pytz/python-pytz.xibuild b/repo/python/python-pytz/python-pytz.xibuild new file mode 100644 index 0000000..033d5aa --- /dev/null +++ b/repo/python/python-pytz/python-pytz.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="" + +PKG_VER=2021.3 +SOURCE=https://files.pythonhosted.org/packages/e3/8e/1cde9d002f48a940b9d9d38820aaf444b229450c0854bdf15305ce4a3d1a/pytz-$PKG_VER.tar.gz +DESC="World timezone definitions, modern and historical" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |