pkgsrc/textproc/py-openapi-schema-validator/Makefile
adam 5c0837e221 py-openapi-schema-validator: updated to 0.2.3
0.2.3
readOnly and writeOnly on jsonschema4 fix

0.2.2
Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x)

0.2.1
Revert "make jsonschema4 compatible (DeprecationWarning fix)"
Drop python 3.6 support (cherry-pick from 0.3.x and part 2)
Limit jsonschema dependency

0.2.0
switch to poetry
drop python 2.7 and 3.5 support
make jsonschema4 compatible (DeprecationWarning fix)
2022-04-09 07:40:34 +00:00

21 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/04/09 07:40:34 adam Exp $
DISTNAME= openapi-schema-validator-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-schema-validator/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/p1c2u/openapi-schema-validator
COMMENT= OpenAPI schema validation for Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-isodate-[0-9]*:../../time/py-isodate
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3:../../textproc/py-jsonschema
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"