summaryrefslogtreecommitdiff
path: root/repo/python
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python')
-rw-r--r--repo/python/python-Jinja2/python-Jinja2.xibuild16
-rw-r--r--repo/python/python-alabaster/python-alabaster.xibuild16
-rw-r--r--repo/python/python-appdirs/python-appdirs.xibuild16
-rw-r--r--repo/python/python-babel/python-babel.xibuild16
-rw-r--r--repo/python/python-certifi/python-certifi.xibuild16
-rw-r--r--repo/python/python-chardet/python-chardet.xibuild16
-rw-r--r--repo/python/python-docutils/python-docutils.xibuild16
-rw-r--r--repo/python/python-gobject/python-gobject.xibuild23
-rw-r--r--repo/python/python-html5lib/python-html5lib.xibuild16
-rw-r--r--repo/python/python-idna/python-idna.xibuild16
-rw-r--r--repo/python/python-imagesize/python-imagesize.xibuild16
-rw-r--r--repo/python/python-jinja/python-jinja.xibuild16
-rw-r--r--repo/python/python-lxml/python-lxml.xibuild0
-rw-r--r--repo/python/python-mach/python-mach.xibuild16
-rw-r--r--repo/python/python-mako/python-mako.xibuild22
-rw-r--r--repo/python/python-markupsafe/python-markupsafe.xibuild16
-rw-r--r--repo/python/python-packaging/python-packaging.xibuild16
-rw-r--r--repo/python/python-pip/python-pip.xibuild16
-rw-r--r--repo/python/python-pygments/python-pygments.xibuild16
-rw-r--r--repo/python/python-pyparsing/python-pyparsing.xibuild16
-rw-r--r--repo/python/python-pytz/python-pytz.xibuild16
-rw-r--r--repo/python/python-requests/python-requests.xibuild16
-rw-r--r--repo/python/python-six/python-six.xibuild16
-rw-r--r--repo/python/python-snowballstemmer/python-snowballstemmer.xibuild16
-rw-r--r--repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild16
-rw-r--r--repo/python/python-sphinx/python-sphinx.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-devhelp/python-sphinxcontrib-devhelp.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-jsmath/python-sphinxcontrib-jsmath.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild16
-rw-r--r--repo/python/python-sphinxcontrib-serializinghtml/python-sphinxcontrib-serializinghtml.xibuild16
-rw-r--r--repo/python/python-urllib3/python-urllib3.xibuild16
-rw-r--r--repo/python/python-webencodings/python-webencodings.xibuild16
-rw-r--r--repo/python/python.xibuild (renamed from repo/python/python/python.xibuild)0
35 files changed, 0 insertions, 541 deletions
diff --git a/repo/python/python-Jinja2/python-Jinja2.xibuild b/repo/python/python-Jinja2/python-Jinja2.xibuild
deleted file mode 100644
index 8775e02..0000000
--- a/repo/python/python-Jinja2/python-Jinja2.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=3.0.3
-SOURCE=https://files.pythonhosted.org/packages/91/a5/429efc6246119e1e3fbf562c00187d04e83e54619249eb732bb423efa6c6/Jinja2-$PKG_VER.tar.gz
-DESC="A very fast and expressive template engine."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-alabaster/python-alabaster.xibuild b/repo/python/python-alabaster/python-alabaster.xibuild
deleted file mode 100644
index adb94ce..0000000
--- a/repo/python/python-alabaster/python-alabaster.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=0.7.12
-SOURCE=https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-$PKG_VER.tar.gz
-DESC="A configurable sidebar-enabled Sphinx theme"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-appdirs/python-appdirs.xibuild b/repo/python/python-appdirs/python-appdirs.xibuild
deleted file mode 100644
index 5f0d515..0000000
--- a/repo/python/python-appdirs/python-appdirs.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=1.4.4
-SOURCE=https://pypi.io/packages/source/a/appdirs/appdirs-$PKG_VER.tar.gz
-DESC="A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
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
-}
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
-}
diff --git a/repo/python/python-chardet/python-chardet.xibuild b/repo/python/python-chardet/python-chardet.xibuild
deleted file mode 100644
index 81db06f..0000000
--- a/repo/python/python-chardet/python-chardet.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=4.0.0
-SOURCE=https://files.pythonhosted.org/packages/ee/2d/9cdc2b527e127b4c9db64b86647d567985940ac3698eeabc7ffaccb4ea61/chardet-$PKG_VER.tar.gz
-DESC="Universal encoding detector for Python 2 and 3"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-docutils/python-docutils.xibuild b/repo/python/python-docutils/python-docutils.xibuild
deleted file mode 100644
index 546c14d..0000000
--- a/repo/python/python-docutils/python-docutils.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=0.18.1
-SOURCE=https://files.pythonhosted.org/packages/57/b1/b880503681ea1b64df05106fc7e3c4e3801736cf63deffc6fa7fc5404cf5/docutils-$PKG_VER.tar.gz
-DESC="Docutils -- Python Documentation Utilities"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-gobject/python-gobject.xibuild b/repo/python/python-gobject/python-gobject.xibuild
deleted file mode 100644
index 4e62de2..0000000
--- a/repo/python/python-gobject/python-gobject.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python python libffi"
-DEPS="python libffi cairo glib gobject-introspection musl"
-
-PKG_VER=3.42.0
-SOURCE=https://download.gnome.org/sources/pygobject/${PKG_VER%.*}/pygobject-$PKG_VER.tar.xz
-DESC="Python bindings for the GObject library"
-
-build() {
- mkdir build &&
- cd build
-
- meson \
- -Dpython=python3 \
- ..
-
- ninja
-}
-
-package () {
- DESTDIR=$PKG_DEST ninja install
-}
diff --git a/repo/python/python-html5lib/python-html5lib.xibuild b/repo/python/python-html5lib/python-html5lib.xibuild
deleted file mode 100644
index d0a66fe..0000000
--- a/repo/python/python-html5lib/python-html5lib.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="python-six python-webencodings python-chardet python-lxml python-chardet python-lxml"
-
-PKG_VER=1.1
-SOURCE=https://files.pythonhosted.org/packages/ac/b6/b55c3f49042f1df3dcd422b7f224f939892ee94f22abcf503a9b7339eaf2/html5lib-$PKG_VER.tar.gz
-DESC="HTML parser based on the WHATWG HTML specification"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-idna/python-idna.xibuild b/repo/python/python-idna/python-idna.xibuild
deleted file mode 100644
index cc3c78c..0000000
--- a/repo/python/python-idna/python-idna.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=3.3
-SOURCE=https://files.pythonhosted.org/packages/62/08/e3fc7c8161090f742f504f40b1bccbfc544d4a4e09eb774bf40aafce5436/idna-$PKG_VER.tar.gz
-DESC="Internationalized Domain Names in Applications (IDNA)"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-imagesize/python-imagesize.xibuild b/repo/python/python-imagesize/python-imagesize.xibuild
deleted file mode 100644
index 03d7b78..0000000
--- a/repo/python/python-imagesize/python-imagesize.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.3.0
-SOURCE=https://files.pythonhosted.org/packages/f6/27/b147794d43249e8303a06f427e407a090696b65b81045e36f8873d8d8a42/imagesize-$PKG_VER.tar.gz
-DESC="Getting image size from png/jpeg/jpeg2000/gif file"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-jinja/python-jinja.xibuild b/repo/python/python-jinja/python-jinja.xibuild
deleted file mode 100644
index 35fc65f..0000000
--- a/repo/python/python-jinja/python-jinja.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=3.0.3
-SOURCE=https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-$PKG_VER.tar.gz
-DESC="A simple pythonic template language written in Python"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-lxml/python-lxml.xibuild b/repo/python/python-lxml/python-lxml.xibuild
deleted file mode 100644
index e69de29..0000000
--- a/repo/python/python-lxml/python-lxml.xibuild
+++ /dev/null
diff --git a/repo/python/python-mach/python-mach.xibuild b/repo/python/python-mach/python-mach.xibuild
deleted file mode 100644
index c838687..0000000
--- a/repo/python/python-mach/python-mach.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.0.0
-SOURCE=https://files.pythonhosted.org/packages/4b/88/d4def370b1ba6127ab936d4cb368ef3f00b500309ae90fb31132861fb872/mach-$PKG_VER.tar.gz
-DESC="Generic command line command dispatching framework."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-mako/python-mako.xibuild b/repo/python/python-mako/python-mako.xibuild
deleted file mode 100644
index 938a930..0000000
--- a/repo/python/python-mako/python-mako.xibuild
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS="python-markupsafe"
-
-PKG_VER=1.1.6
-SOURCE=https://files.pythonhosted.org/packages/source/M/Mako/Mako-$PKG_VER.tar.gz
-DESC="A super-fast templating language that borrows the best ideas from the existing templating languages"
-
-prepare() {
- sed -e '/\[tool:pytest\]/a filterwarnings =\n error\n ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release:DeprecationWarning' \
- -e 's/-W error//' \
- -i setup.cfg
-}
-
-build() {
- python setup.py build
-}
-
-package () {
- python3 setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-markupsafe/python-markupsafe.xibuild b/repo/python/python-markupsafe/python-markupsafe.xibuild
deleted file mode 100644
index b8327e6..0000000
--- a/repo/python/python-markupsafe/python-markupsafe.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="python"
-
-PKG_VER=2.0.1
-SOURCE=https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-$PKG_VER.tar.gz
-DESC="Implements a XML/HTML/XHTML Markup safe string for Python"
-
-build() {
- python setup.py build
-}
-
-package () {
- python3 setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-packaging/python-packaging.xibuild b/repo/python/python-packaging/python-packaging.xibuild
deleted file mode 100644
index 3dab5bf..0000000
--- a/repo/python/python-packaging/python-packaging.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=21.3
-SOURCE=https://github.com/pypa/packaging/archive/$PKG_VER/python-packaging-$PKG_VER.tar.gz
-DESC="Core utilities for Python packages"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-pip/python-pip.xibuild b/repo/python/python-pip/python-pip.xibuild
deleted file mode 100644
index 9700967..0000000
--- a/repo/python/python-pip/python-pip.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=22.0.3
-SOURCE=https://files.pythonhosted.org/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-$PKG_VER.tar.gz
-DESC="The PyPA recommended tool for installing Python packages."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
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
-}
diff --git a/repo/python/python-pyparsing/python-pyparsing.xibuild b/repo/python/python-pyparsing/python-pyparsing.xibuild
deleted file mode 100644
index 803df1a..0000000
--- a/repo/python/python-pyparsing/python-pyparsing.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=3.0.1
-SOURCE=https://github.com/pyparsing/pyparsing/archive/pyparsing_$PKG_VER.tar.gz
-DESC="General parsing module for Python"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
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
-}
diff --git a/repo/python/python-requests/python-requests.xibuild b/repo/python/python-requests/python-requests.xibuild
deleted file mode 100644
index b2dd292..0000000
--- a/repo/python/python-requests/python-requests.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="python-urllib3 python-certifi python-chardet python-idna python-idna python-chardet"
-
-PKG_VER=2.27.1
-SOURCE=https://files.pythonhosted.org/packages/60/f3/26ff3767f099b73e0efa138a9998da67890793bfa475d8278f84a30fec77/requests-$PKG_VER.tar.gz
-DESC="Python HTTP for Humans."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-six/python-six.xibuild b/repo/python/python-six/python-six.xibuild
deleted file mode 100644
index 88e5251..0000000
--- a/repo/python/python-six/python-six.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.16.0
-SOURCE=https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-$PKG_VER.tar.gz
-DESC="Python 2 and 3 compatibility utilities"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-snowballstemmer/python-snowballstemmer.xibuild b/repo/python/python-snowballstemmer/python-snowballstemmer.xibuild
deleted file mode 100644
index c857421..0000000
--- a/repo/python/python-snowballstemmer/python-snowballstemmer.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=2.2.0
-SOURCE=https://files.pythonhosted.org/packages/44/7b/af302bebf22c749c56c9c3e8ae13190b5b5db37a33d9068652e8f73b7089/snowballstemmer-$PKG_VER.tar.gz
-DESC="This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild b/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild
deleted file mode 100644
index aaeee3b..0000000
--- a/repo/python/python-sphinx-alabaster-theme/python-sphinx-alabaster-theme.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=0.7.12
-SOURCE=https://pypi.org/packages/source/a/alabaster/alabaster-$PKG_VER.tar.gz
-DESC="Sphinx default theme"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinx/python-sphinx.xibuild b/repo/python/python-sphinx/python-sphinx.xibuild
deleted file mode 100644
index 0f97c99..0000000
--- a/repo/python/python-sphinx/python-sphinx.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="python-sphinxcontrib-applehelp python-sphinxcontrib-devhelp python-sphinxcontrib-htmlhelp python-sphinxcontrib-serializinghtml python-sphinxcontrib-qthelp python-Jinja2 python-docutils python-snowballstemmer python-babel python-alabaster python-imagesize python-requests python-packaging python-html5lib"
-
-PKG_VER=4.4.0
-SOURCE=https://files.pythonhosted.org/packages/c9/08/c2932e66460cfbc8973928d276dc82ccde2d24b365055eeda9f0afc1951e/Sphinx-$PKG_VER.tar.gz
-DESC="Python documentation generator"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.xibuild b/repo/python/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.xibuild
deleted file mode 100644
index e1c4a19..0000000
--- a/repo/python/python-sphinxcontrib-applehelp/python-sphinxcontrib-applehelp.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.0.2
-SOURCE=https://files.pythonhosted.org/packages/9f/01/ad9d4ebbceddbed9979ab4a89ddb78c9760e74e6757b1880f1b2760e8295/sphinxcontrib-applehelp-$PKG_VER.tar.gz
-DESC="sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-devhelp/python-sphinxcontrib-devhelp.xibuild b/repo/python/python-sphinxcontrib-devhelp/python-sphinxcontrib-devhelp.xibuild
deleted file mode 100644
index 09d5728..0000000
--- a/repo/python/python-sphinxcontrib-devhelp/python-sphinxcontrib-devhelp.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.0.2
-SOURCE=https://files.pythonhosted.org/packages/98/33/dc28393f16385f722c893cb55539c641c9aaec8d1bc1c15b69ce0ac2dbb3/sphinxcontrib-devhelp-$PKG_VER.tar.gz
-DESC="sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.xibuild b/repo/python/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.xibuild
deleted file mode 100644
index 440b1f6..0000000
--- a/repo/python/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=2.0.0
-SOURCE=https://files.pythonhosted.org/packages/eb/85/93464ac9bd43d248e7c74573d58a791d48c475230bcf000df2b2700b9027/sphinxcontrib-htmlhelp-$PKG_VER.tar.gz
-DESC="sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-jsmath/python-sphinxcontrib-jsmath.xibuild b/repo/python/python-sphinxcontrib-jsmath/python-sphinxcontrib-jsmath.xibuild
deleted file mode 100644
index 72352f3..0000000
--- a/repo/python/python-sphinxcontrib-jsmath/python-sphinxcontrib-jsmath.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.0.1
-SOURCE=https://files.pythonhosted.org/packages/b2/e8/9ed3830aeed71f17c026a07a5097edcf44b692850ef215b161b8ad875729/sphinxcontrib-jsmath-$PKG_VER.tar.gz
-DESC="A sphinx extension which renders display math in HTML via JavaScript"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild b/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild
deleted file mode 100644
index f1d8008..0000000
--- a/repo/python/python-sphinxcontrib-qthelp/python-sphinxcontrib-qthelp.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.0.3
-SOURCE=https://files.pythonhosted.org/packages/b1/8e/c4846e59f38a5f2b4a0e3b27af38f2fcf904d4bfd82095bf92de0b114ebd/sphinxcontrib-qthelp-$PKG_VER.tar.gz
-DESC="sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-sphinxcontrib-serializinghtml/python-sphinxcontrib-serializinghtml.xibuild b/repo/python/python-sphinxcontrib-serializinghtml/python-sphinxcontrib-serializinghtml.xibuild
deleted file mode 100644
index 8daac85..0000000
--- a/repo/python/python-sphinxcontrib-serializinghtml/python-sphinxcontrib-serializinghtml.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS=""
-
-PKG_VER=1.1.5
-SOURCE=https://files.pythonhosted.org/packages/b5/72/835d6fadb9e5d02304cf39b18f93d227cd93abd3c41ebf58e6853eeb1455/sphinxcontrib-serializinghtml-$PKG_VER.tar.gz
-DESC="sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle)."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-urllib3/python-urllib3.xibuild b/repo/python/python-urllib3/python-urllib3.xibuild
deleted file mode 100644
index cac9aff..0000000
--- a/repo/python/python-urllib3/python-urllib3.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python"
-DEPS="python-idna python-certifi "
-
-PKG_VER=1.26.8
-SOURCE=https://files.pythonhosted.org/packages/b0/b1/7bbf5181f8e3258efae31702f5eab87d8a74a72a0aa78bc8c08c1466e243/urllib3-$PKG_VER.tar.gz
-DESC="HTTP library with thread-safe connection pooling, file post, and more."
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python-webencodings/python-webencodings.xibuild b/repo/python/python-webencodings/python-webencodings.xibuild
deleted file mode 100644
index 2f0a82d..0000000
--- a/repo/python/python-webencodings/python-webencodings.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=0.5.1
-SOURCE=https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-$PKG_VER.tar.gz
-DESC="Character encoding for legacy web content"
-
-build() {
- python setup.py build
-}
-
-package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
-}
diff --git a/repo/python/python/python.xibuild b/repo/python/python.xibuild
index d821632..d821632 100644
--- a/repo/python/python/python.xibuild
+++ b/repo/python/python.xibuild