23 lines
635 B
Bash
23 lines
635 B
Bash
# Template file for 'python3-txaio'
|
|
pkgname=python3-txaio
|
|
version=20.12.1
|
|
revision=1
|
|
wrksrc="txaio-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/crossbario/txaio"
|
|
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
|
checksum=51796ed894c7fca3f15d60f2e42aec0bd933112073de748e4fe67faf62a03387
|
|
|
|
do_check() {
|
|
# Depends on deprecated and unmaintained trollius package
|
|
:
|
|
}
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|