mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-txaio: update to 20.1.1.
This commit is contained in:
parent
2314d2a3a9
commit
cc1828e981
1 changed files with 3 additions and 4 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-txaio'
|
# Template file for 'python3-txaio'
|
||||||
pkgname=python3-txaio
|
pkgname=python3-txaio
|
||||||
version=18.8.1
|
version=20.1.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="txaio-${version}"
|
wrksrc="txaio-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="txaio"
|
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
|
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/crossbario/txaio"
|
homepage="https://github.com/crossbario/txaio"
|
||||||
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
||||||
checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
|
checksum=49ad9c2efa6a5404d290dc4d28e15651a52c697a374d217bafaef6421c5a1433
|
||||||
|
|
||||||
post-install() {
|
post-install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue