void-packages/srcpkgs/python-requests/template

18 lines
593 B
Plaintext
Raw Normal View History

2013-08-25 08:11:05 +02:00
# Template file for 'python-requests'
pkgname=python-requests
2013-12-17 18:45:12 +01:00
version=2.1.0
2013-08-25 08:11:05 +02:00
revision=1
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
2013-12-17 18:45:12 +01:00
checksum="a57307f3a5f35ec9e1254aaf3e0484063ee3ee6b5f123fb35c5b2673492efa71"
2013-08-25 08:11:05 +02:00
build_style=python-module
hostmakedepends="python-distribute"
makedepends="python-devel"
noarch="yes"
pycompile_module="requests"
depends="python>=2.7"
wrksrc="requests-${version}"
2013-08-25 08:11:05 +02:00
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."