19 lines
531 B
Bash
19 lines
531 B
Bash
# Template file for 'python3-ajsonrpc'
|
|
pkgname=python3-ajsonrpc
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Async JSON-RPC 2.0 protocol and server"
|
|
maintainer="Emil Miler <em@0x45.cz>"
|
|
license="MIT"
|
|
homepage="https://github.com/pavlov99/ajsonrpc"
|
|
distfiles="${PYPI_SITE}/a/ajsonrpc/ajsonrpc-${version}.tar.gz"
|
|
checksum=791bac18f0bf0dee109194644f151cf8b7ff529c4b8d6239ac48104a3251a19f
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|