27 lines
839 B
Bash
27 lines
839 B
Bash
# Template file for 'python-requests-toolbelt'
|
|
pkgname=python-requests-toolbelt
|
|
version=0.8.0
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
pycompile_module="requests_toolbelt"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-requests"
|
|
short_desc="Utilities for advanced use of python-requests (Python2)"
|
|
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=f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5
|
|
|
|
python3-requests-toolbelt_package() {
|
|
noarch=yes
|
|
pycompile_module="requests_toolbelt"
|
|
depends="python3-requests"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|