17 lines
755 B
Bash
17 lines
755 B
Bash
# Template file for 'python3-requests-toolbelt'
|
|
pkgname=python3-requests-toolbelt
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
make_check_args="--ignore tests/test_x509_adapter.py"
|
|
hostmakedepends="python3-wheel python3-setuptools"
|
|
depends="python3-requests"
|
|
checkdepends="python3-pytest python3-openssl python3-betamax python3-trustme"
|
|
short_desc="Utilities for advanced use of python-requests (Python3)"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://toolbelt.readthedocs.io"
|
|
changelog="https://raw.githubusercontent.com/requests/toolbelt/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
|
|
checksum=7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6
|