summaryrefslogtreecommitdiff
path: root/repo/python/python-chardet/python-chardet.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python/python-chardet/python-chardet.xibuild')
-rw-r--r--repo/python/python-chardet/python-chardet.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python/python-chardet/python-chardet.xibuild b/repo/python/python-chardet/python-chardet.xibuild
deleted file mode 100644
index 81db06f..0000000
--- a/repo/python/python-chardet/python-chardet.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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
-}