17 lines
579 B
Bash
17 lines
579 B
Bash
# Template file for 'python-jsonrpclib'
|
|
pkgname=python-jsonrpclib
|
|
version=0.1.7
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="jsonrpclib-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="jsonrpclib"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Python implementation of the JSON-RPC v2.0 specification"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
homepage="http://github.com/joshmarshall/jsonrpclib/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/j/jsonrpclib/jsonrpclib-${version}.tar.gz"
|
|
checksum=7f50239d53b5e95b94455d5e1adae70592b5b71f0e960d3bbbfbb125788e6f0b
|