20 lines
700 B
Bash
20 lines
700 B
Bash
# Template file for 'python3-txaio'
|
|
pkgname=python3-txaio
|
|
version=23.1.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/crossbario/txaio/master/docs/releases.rst"
|
|
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
|
checksum=2adbe77e18bfe0389e122ee75a76611ac06af648baad805692072fde79dac9cf
|
|
make_check=no # Depends on deprecated and unmaintained trollius package
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|