# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-cachecontrol
pkgver=0.14.3
pkgrel=1
pkgdesc="httplib2 caching for requests"
archs=('x86_64')
groups=('devel-extra')
depends=('python3-filelock' 'python3-msgpack' 'python3-requests' 'python3-urllib3')
makedepends=('python3-build' 'python3-flit_core' 'python3-installer' 'python3-wheel' \
	'python3-lockfile' 'python3-redis' )
_F_pypi_name=cachecontrol
Finclude pypi
sha1sums=('902a0f3e209506ac2630f57047b405b6ccef7999')

build() {
	Fcd
	Fexec python3 -m build --wheel --no-isolation || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}


# optimization OK
