49c55647fa
Packaged for wip by Jonathan Schleifer, with improvements by K.I.A.Derouiche and myself. This library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc.
18 lines
519 B
Makefile
18 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/09/02 16:26:32 wiz Exp $
|
|
|
|
DISTNAME= jsonrpclib-0.1.7
|
|
PKGNAME= ${PYPKGPREFIX}-jsonrpclib-0.1.7
|
|
CATEGORIES= textproc net devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonrpclib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/jsonrpclib
|
|
COMMENT= Implementation of the JSON-RPC v2.0 specification
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.7
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|