mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-requests: misc tweak; rev bump.
This commit is contained in:
parent
2723b73691
commit
381889a3c8
1 changed files with 10 additions and 9 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python-requests'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.2.1
|
version=2.2.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
||||||
checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02"
|
checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
hostmakedepends="python-distribute"
|
|
||||||
makedepends="python-devel"
|
|
||||||
noarch="yes"
|
|
||||||
pycompile_module="requests"
|
pycompile_module="requests"
|
||||||
depends="python>=2.7"
|
hostmakedepends="python-devel python-distribute"
|
||||||
wrksrc="requests-${version}"
|
makedepends="${hostmakedepends}"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
depends="python"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="http://docs.python-requests.org/en/latest/"
|
homepage="http://docs.python-requests.org/en/latest/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
short_desc="Python HTTP for Humans."
|
short_desc="Python HTTP for Humans"
|
||||||
|
|
||||||
|
noarch="yes"
|
||||||
|
wrksrc="requests-${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue