New package: python-requests-toolbelt-0.4.0
This commit is contained in:
parent
4febb0b658
commit
254d383599
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-requests-toolbelt/template
Normal file
28
srcpkgs/python-requests-toolbelt/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-requests-toolbelt
Symbolic link
1
srcpkgs/python3.4-requests-toolbelt
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-requests-toolbelt
|
Loading…
Reference in a new issue