python3-aiohttp-sse-client: update to 0.2.1.
This commit is contained in:
parent
c3f621f66e
commit
d17284ed59
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-aiohttp-sse-client'
|
# Template file for 'python3-aiohttp-sse-client'
|
||||||
pkgname=python3-aiohttp-sse-client
|
pkgname=python3-aiohttp-sse-client
|
||||||
version=0.2.0
|
version=0.2.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/rtfol/aiohttp-sse-client"
|
homepage="https://github.com/rtfol/aiohttp-sse-client"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=7fe8f9af35cf9a97249562e81a35c2f86544ce388928223205021ab00c30edca
|
checksum=f593a5ce3acb617c4b966c04d8e4408da4506a1e4730073526b648f51ba9edc9
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# Package does not *need* pytest-runner to build, and Void doesn't have it
|
# Package does not *need* pytest-runner to build, and Void doesn't have it
|
||||||
|
|
Loading…
Reference in New Issue