New package: python-requests-1.2.3.
This commit is contained in:
parent
6157d1990e
commit
c6da768005
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python-requests/template
Executable file
23
srcpkgs/python-requests/template
Executable file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=1.2.3
|
||||
revision=1
|
||||
wrksrc="requests-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-devel"
|
||||
short_desc="Python HTTP for Humans."
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://docs.python-requests.org/en/latest/"
|
||||
license="Apache-2.0"
|
||||
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
||||
checksum="156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1"
|
||||
|
||||
python-requests_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="requests"
|
||||
depends="python>=2.7"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue