19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
# Template file for 'python-requests'
|
|
pkgname=python-requests
|
|
version=2.3.0
|
|
revision=1
|
|
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
|
checksum=1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc
|
|
build_style="python-module"
|
|
pycompile_module="requests"
|
|
hostmakedepends="python-devel python-distribute"
|
|
makedepends="${hostmakedepends}"
|
|
depends="python"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
homepage="http://docs.python-requests.org/en/latest/"
|
|
license="Apache-2.0"
|
|
short_desc="Python HTTP for Humans"
|
|
|
|
noarch="yes"
|
|
wrksrc="requests-${version}"
|