python-requests-toolbelt: update to 0.5.1; fix pycompile_module
This commit is contained in:
parent
1245cd1f40
commit
c5d28d901d
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-requests-toolbelt'
|
||||
pkgname=python-requests-toolbelt
|
||||
version=0.5.0
|
||||
version=0.5.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="requests-toolbelt"
|
||||
pycompile_module="requests_toolbelt"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-requests"
|
||||
short_desc="Utilities for advanced use of python-requests (Python2)"
|
||||
|
@ -14,12 +14,12 @@ 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=f3593f2543ed3226bd769702502e5e4d46b04ac8f9aabb364a0b365174d075cd
|
||||
checksum=4f4be5325cf4af12847252406eefca8e9d1cd3cfb23a377aaac5cea32d55d23e
|
||||
|
||||
python3.4-requests-toolbelt_package() {
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="requests-toolbelt"
|
||||
pycompile_module="requests_toolbelt"
|
||||
depends="python3.4-requests"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue