diff options
Diffstat (limited to 'repo/python/python-babel')
-rw-r--r-- | repo/python/python-babel/python-babel.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python/python-babel/python-babel.xibuild b/repo/python/python-babel/python-babel.xibuild new file mode 100644 index 0000000..0e9af5c --- /dev/null +++ b/repo/python/python-babel/python-babel.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="python-pytz" + +PKG_VER=2.9.1 +SOURCE=https://files.pythonhosted.org/packages/17/e6/ec9aa6ac3d00c383a5731cc97ed7c619d3996232c977bb8326bcbb6c687e/Babel-$PKG_VER.tar.gz +DESC="Internationalization utilities" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |