15 lines
557 B
Bash
15 lines
557 B
Bash
|
# Template file for 'python3-jsonrpclib'
|
||
|
pkgname=python3-jsonrpclib
|
||
|
version=0.4.0
|
||
|
revision=3
|
||
|
wrksrc="jsonrpclib-pelix-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3"
|
||
|
short_desc="Python3 implementation of the JSON-RPC v2.0 specification"
|
||
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||
|
license="Apache-2.0"
|
||
|
homepage="https://github.com/tcalmant/jsonrpclib"
|
||
|
distfiles="${PYPI_SITE}/j/jsonrpclib-pelix/jsonrpclib-pelix-${version}.tar.gz"
|
||
|
checksum=19c558e169a51480b39548783067ca55046b62b2409ab4559931255e12f635de
|