mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 08:37:02 +02:00
python3-treq: update to 24.9.1.
This commit is contained in:
parent
997afa8ead
commit
cd3f05c815
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-treq'
|
||||
pkgname=python3-treq
|
||||
version=23.11.0
|
||||
revision=2
|
||||
version=24.9.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-incremental"
|
||||
depends="python3-incremental python3-requests python3-hyperlink
|
||||
python3-Twisted python3-attrs"
|
||||
python3-Twisted python3-attrs python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest python3-httpbin"
|
||||
short_desc="Requests-like API built on top of twisted.web's Agent"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/twisted/treq"
|
||||
changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
|
||||
checksum=0914ff929fd1632ce16797235260f8bc19d20ff7c459c1deabd65b8c68cbeac5
|
||||
checksum=15da7fc404f3e4ed59d0abe5f8eef4966fabbe618039a2a23bc7c15305cefea8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue