mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-requests-toolbelt: update to 1.0.0.
Adopt.
This commit is contained in:
parent
f83c8965ec
commit
29b7848424
1 changed files with 9 additions and 6 deletions
|
@ -1,13 +1,16 @@
|
|||
# Template file for 'python3-requests-toolbelt'
|
||||
pkgname=python3-requests-toolbelt
|
||||
version=0.9.1
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=1.0.0
|
||||
revision=1
|
||||
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="Orphaned <orphan@voidlinux.org>"
|
||||
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=968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0
|
||||
checksum=7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6
|
||||
|
|
Loading…
Add table
Reference in a new issue