summaryrefslogtreecommitdiff
path: root/repo/python-jsonschema.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-jsonschema.xibuild')
-rw-r--r--repo/python-jsonschema.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python-jsonschema.xibuild b/repo/python-jsonschema.xibuild
deleted file mode 100644
index 4c33edd..0000000
--- a/repo/python-jsonschema.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="%deps%"
-
-PKG_VER=
-SOURCE=
-DESC=""
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}