pkgsrc/www/py-flask-restplus/Makefile
adam 109b9d2a86 py-flask-restplus: updated to 0.13.0
0.13.0:
Add new Wildcard fields
Fix ABC deprecation warnings
Fix @api.expect(..., validate=False) decorators for an :class:`Api` where validate=True is set on the constructor
Ensure basePath is always a path
Hide Namespaces with all hidden Resources from Swagger documentation
Per route Swagger documentation for multiple routes on a Resource
2019-08-26 13:25:58 +00:00

27 lines
890 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/08/26 13:25:58 adam Exp $
DISTNAME= flask-restplus-0.13.0
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flask-restplus/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://github.com/noirbizarre/flask-restplus
COMMENT= Fully featured framework for fast, easy and documented API development
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-aniso8601>=0.82:../../time/py-aniso8601
DEPENDS+= ${PYPKGPREFIX}-flask>=0.8:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"