mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-grequests: rebuild for python3-3.13
This commit is contained in:
parent
d14ea9fa51
commit
eecb317fa2
1 changed files with 2 additions and 2 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-grequests'
|
# Template file for 'python3-grequests'
|
||||||
pkgname=python3-grequests
|
pkgname=python3-grequests
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-gevent python3-requests"
|
depends="python3-gevent python3-requests"
|
||||||
checkdepends="${depends} python3-nose"
|
|
||||||
short_desc="Asynchronus HTTP requests with gevent"
|
short_desc="Asynchronus HTTP requests with gevent"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/spyoungtech/grequests"
|
homepage="https://github.com/spyoungtech/grequests"
|
||||||
distfiles="https://github.com/spyoungtech/grequests/archive/v${version}.tar.gz"
|
distfiles="https://github.com/spyoungtech/grequests/archive/v${version}.tar.gz"
|
||||||
checksum=8c4a7c004d6f01a44bb84069043b1d266228af238a4d4f2ea6f6bbdd4c37ee0e
|
checksum=8c4a7c004d6f01a44bb84069043b1d266228af238a4d4f2ea6f6bbdd4c37ee0e
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue