15 lines
569 B
Bash
15 lines
569 B
Bash
# Template file for 'python3-requests-toolbelt'
|
|
pkgname=python3-requests-toolbelt
|
|
version=0.9.1
|
|
revision=4
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
short_desc="Utilities for advanced use of python-requests (Python3)"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="Apache-2.0"
|
|
homepage="https://toolbelt.readthedocs.io"
|
|
distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
|
|
checksum=968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0
|