summaryrefslogtreecommitdiff
path: root/repo/python/python-pytz/python-pytz.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python/python-pytz/python-pytz.xibuild')
-rw-r--r--repo/python/python-pytz/python-pytz.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python/python-pytz/python-pytz.xibuild b/repo/python/python-pytz/python-pytz.xibuild
deleted file mode 100644
index 033d5aa..0000000
--- a/repo/python/python-pytz/python-pytz.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=2021.3
-SOURCE=https://files.pythonhosted.org/packages/e3/8e/1cde9d002f48a940b9d9d38820aaf444b229450c0854bdf15305ce4a3d1a/pytz-$PKG_VER.tar.gz
-DESC="World timezone definitions, modern and historical"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}