29 lines
900 B
Bash
29 lines
900 B
Bash
|
# Template file for 'python-requests-toolbelt'
|
||
|
pkgname=python-requests-toolbelt
|
||
|
version=0.4.0
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="${pkgname#*-}-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="2.7 3.4"
|
||
|
pycompile_module="requests-toolbelt"
|
||
|
hostmakedepends="python-setuptools python3.4-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.org"
|
||
|
distfiles="${PYPI_SITE}/r/requests-toolbelt/requests-toolbelt-${version}.tar.gz"
|
||
|
checksum=15b74b90a63841b8430d6301e5062cd92929b1074b0c95bf62166b8239db1a96
|
||
|
|
||
|
python3.4-requests-toolbelt_package() {
|
||
|
noarch=yes
|
||
|
pycompile_version="3.4"
|
||
|
pycompile_module="requests-toolbelt"
|
||
|
depends="python3.4-requests"
|
||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||
|
pkg_install() {
|
||
|
vmove usr/lib/python3.4
|
||
|
}
|
||
|
}
|