pkgsrc/textproc/py-jsonrpclib/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

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"