pkgsrc/textproc/py-jsonschema/Makefile
adam cbe8836cb7 v2.6.0
Support for Python 2.6 has been dropped.
Improve a few error messages for uniqueItems and additionalProperties
Fix an issue with ErrorTree's handling of multiple errors
2017-05-04 17:46:53 +00:00

19 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/05/04 17:46:53 adam Exp $
DISTNAME= jsonschema-2.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://github.com/Julian/jsonschema
COMMENT= Implementation of JSON Schema for Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-vcversioner-[0-9]*:../../devel/py-vcversioner
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/jsonschema ${DESTDIR}${PREFIX}/bin/jsonschema${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"