-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
997afa8
commit cd3f05c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# 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 <[email protected]>" | ||
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 | ||
|