29 lines
900 B
Bash
29 lines
900 B
Bash
# Template file for 'python-requests-toolbelt'
|
|
pkgname=python-requests-toolbelt
|
|
version=0.6.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=cc4e9c0ef810d6dfd165ca680330b65a4cf8a3f08f5f08ecd50a0253a08e541f
|
|
|
|
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
|
|
}
|
|
}
|