freebsd-ports/devel/py-swagger-spec-validator/Makefile
Kai Knoblich 3899cb3c02 devel/py-swagger-spec-validator: Update to 2.4.3
While I'm here:
* Pet portlint

Changes since 2.3.1:

* Disallow multiple types in schema definitions
* Add warning when using "$ref" together with other properties
* Ensure that only valid references ("$ref" attribute is present with string
  value) are dereferenced
* Add warning when $ref is defined to have "None" value
* Fix regression, introduced in 2.4.2, that was causing descending
  references with no scope
* The changes can be also retrieved at:

https://github.com/Yelp/swagger_spec_validator/blob/v2.4.3/CHANGELOG.rst

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19312
2019-02-24 13:26:25 +00:00

23 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= swagger-spec-validator
DISTVERSION= 2.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Validation of Swagger specifications
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>