diff options
Diffstat (limited to 'repo/python/python-chardet/python-chardet.xibuild')
-rw-r--r-- | repo/python/python-chardet/python-chardet.xibuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/repo/python/python-chardet/python-chardet.xibuild b/repo/python/python-chardet/python-chardet.xibuild new file mode 100644 index 0000000..81db06f --- /dev/null +++ b/repo/python/python-chardet/python-chardet.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +MAKEDEPS="python" +DEPS="" + +PKG_VER=4.0.0 +SOURCE=https://files.pythonhosted.org/packages/ee/2d/9cdc2b527e127b4c9db64b86647d567985940ac3698eeabc7ffaccb4ea61/chardet-$PKG_VER.tar.gz +DESC="Universal encoding detector for Python 2 and 3" + +build() { + python setup.py build +} + +package () { + python setup.py install --root="$PKG_DEST" --optimize=1 +} |