void-packages/srcpkgs/python-requests/template

19 lines
600 B
Plaintext
Raw Normal View History

2013-08-25 08:11:05 +02:00
# Template file for 'python-requests'
pkgname=python-requests
2014-01-24 19:44:36 +01:00
version=2.2.1
2014-02-22 23:55:53 +01:00
revision=2
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
2014-01-24 19:44:36 +01:00
checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02"
2014-02-22 23:55:53 +01:00
build_style="python-module"
pycompile_module="requests"
2014-02-22 23:55:53 +01:00
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python"
maintainer="Steven R <dev@styez.com>"
2013-08-25 08:11:05 +02:00
homepage="http://docs.python-requests.org/en/latest/"
license="Apache-2.0"
2014-02-22 23:55:53 +01:00
short_desc="Python HTTP for Humans"
noarch="yes"
wrksrc="requests-${version}"