#!/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
}