mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-grequests-0.6.0
This commit is contained in:
parent
153550640a
commit
e4ceefeace
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-grequests/template
Normal file
19
srcpkgs/python3-grequests/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-grequests'
|
||||||
|
pkgname=python3-grequests
|
||||||
|
version=0.6.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="grequests-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-gevent python3-requests"
|
||||||
|
checkdepends="${depends} python3-nose"
|
||||||
|
short_desc="Asynchronus HTTP requests with gevent"
|
||||||
|
maintainer="Nathan Owens <ndowens@artixlinux.org>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/spyoungtech/grequests"
|
||||||
|
distfiles="https://github.com/spyoungtech/grequests/archive/v${version}.tar.gz"
|
||||||
|
checksum=8c4a7c004d6f01a44bb84069043b1d266228af238a4d4f2ea6f6bbdd4c37ee0e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue