summaryrefslogtreecommitdiff
path: root/repo/python/python-pygments/python-pygments.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python/python-pygments/python-pygments.xibuild')
-rw-r--r--repo/python/python-pygments/python-pygments.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python/python-pygments/python-pygments.xibuild b/repo/python/python-pygments/python-pygments.xibuild
deleted file mode 100644
index 8a19bcd..0000000
--- a/repo/python/python-pygments/python-pygments.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=2.11.2
-SOURCE=https://pypi.org/packages/source/P/Pygments/Pygments-$PKG_VER.tar.gz
-DESC="Python syntax highlighter"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}