24 lines
659 B
Plaintext
24 lines
659 B
Plaintext
# Template file for 'python-requests'
|
|
pkgname=python-requests
|
|
version=2.0.1
|
|
revision=1
|
|
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
|
checksum="8cfddb97667c2a9edaf28b506d2479f1b8dc0631cbdcd0ea8c8864def59c698b"
|
|
build_style=python-module
|
|
hostmakedepends="python-distribute"
|
|
makedepends="python-devel"
|
|
wrksrc="requests-${version}"
|
|
maintainer="Steven R <strob AT styez DOT com>"
|
|
homepage="http://docs.python-requests.org/en/latest/"
|
|
license="Apache-2.0"
|
|
short_desc="Python HTTP for Humans."
|
|
|
|
python-requests_package() {
|
|
noarch="yes"
|
|
pycompile_module="requests"
|
|
depends="python>=2.7"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|