summaryrefslogtreecommitdiff
path: root/repo/python/python-certifi/python-certifi.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python/python-certifi/python-certifi.xibuild')
-rw-r--r--repo/python/python-certifi/python-certifi.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/python/python-certifi/python-certifi.xibuild b/repo/python/python-certifi/python-certifi.xibuild
deleted file mode 100644
index 5da7f2d..0000000
--- a/repo/python/python-certifi/python-certifi.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=2021.10.8
-SOURCE=https://files.pythonhosted.org/packages/6c/ae/d26450834f0acc9e3d1f74508da6df1551ceab6c2ce0766a593362d6d57f/certifi-$PKG_VER.tar.gz
-DESC="Python package for providing Mozilla's CA Bundle."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}