5901ac0824
- Includes some whitespace changes, to be handled in a separate commit.
18 lines
521 B
Makefile
18 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/04/26 13:14:17 maya 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= 36 37 # as of 0.1.7
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|