21 lines
635 B
Bash
21 lines
635 B
Bash
|
# Template file for 'python3-jsonrpc-server'
|
||
|
pkgname=python3-jsonrpc-server
|
||
|
version=0.3.2
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
wrksrc="${pkgname/3}-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-future python3-ultrajson"
|
||
|
short_desc="Python library implementing asynchronous JSON RPC server"
|
||
|
maintainer="k4leg <d0xi@inbox.ru>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/palantir/python-jsonrpc-server"
|
||
|
distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz"
|
||
|
checksum=05bcf26eac4c98c96afec266acdf563d8f454e12612da9a3f9aabb66c46daf35
|
||
|
patch_args="-Np1"
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|