Created attachment 191911 [details] py-flex.shar Hello, attached is the shar file for the Python package py-flex, a validation tool for Swagger 2.0 specifications. Some of the features are: - Validate swagger schemas. - JSON Schema Validation - Validation of request/response objects against schema. - Command Line interface. The package provides also optional support for: - www/py-django - www/py-falcon - www/py-tornado - www/py-webob - www/py-werkzeug Note: Before this port can be commited, following PRs must be committed first: - mail/py-validate_email (see PR #227029: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227029) - devel/py-strict-rfc3339 (see PR #227031: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227031) QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) for each py27 and py36 flavor -> OK - portlint -> OK -- Cheers Kai
A commit references this bug: Author: cpm Date: Thu Mar 29 23:28:16 UTC 2018 New revision: 465938 URL: https://svnweb.freebsd.org/changeset/ports/465938 Log: Add new port devel/py-flex: Validation tooling for Swagger 2.0 specifications Features: - Validate swagger schemas. - JSON Schema Validation - Validation of request/response objects against schema. - Command Line Interface. WWW: https://github.com/pipermerriam/flex PR: 227040 Submitted by: Kai <freebsd_ports@k-worx.org> Changes: head/devel/Makefile head/devel/py-flex/ head/devel/py-flex/Makefile head/devel/py-flex/distinfo head/devel/py-flex/pkg-descr
Committed! Thanks