diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template index 28abf8dc5f2..c49b366e07c 100644 --- a/srcpkgs/python-requests/template +++ b/srcpkgs/python-requests/template @@ -1,17 +1,18 @@ # Template file for 'python-requests' pkgname=python-requests version=2.2.1 -revision=1 +revision=2 distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz" checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02" -build_style=python-module -hostmakedepends="python-distribute" -makedepends="python-devel" -noarch="yes" +build_style="python-module" pycompile_module="requests" -depends="python>=2.7" -wrksrc="requests-${version}" -maintainer="Steven R " +hostmakedepends="python-devel python-distribute" +makedepends="${hostmakedepends}" +depends="python" +maintainer="Steven R " homepage="http://docs.python-requests.org/en/latest/" license="Apache-2.0" -short_desc="Python HTTP for Humans." +short_desc="Python HTTP for Humans" + +noarch="yes" +wrksrc="requests-${version}"