summaryrefslogtreecommitdiff
path: root/repo/python-cachecontrol/python-cachecontrol.xibuild
blob: 26c15ce9ba601356ed8d6baeb7220cf05b6740e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

MAKEDEPS="python"


PKG_VER=0.12.11
SOURCE=https://files.pythonhosted.org/packages/source/C/CacheControl/CacheControl-$PKG_VER.tar.gz
MAKEDEPS="python"
DEPS="python-msgpack"
DESC="httplib2 caching for requests"

build() {
    python -m build --no-isolation --wheel
}

package () {
    python -m installer -d "$PKG_DEST" dist/CacheControl-$PKG_VER-py2.py3-none-any.whl
}