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