freebsd-ports/devel/py-jsonschema/Makefile
William Grzybowski 1674709cda jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
 - Lazy validation that can iteratively report all validation errors.
 - Small and extensible
 - Programmatic querying of which properties or items failed validation.

WWW: http://github.com/Julian/jsonschema

Approved by:	culot (mentor)
2013-06-06 12:56:22 +00:00

18 lines
340 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= jsonschema
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= JSON Schema validation for Python
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
.include <bsd.port.mk>