7d6a90c253
Version 0.3.7 Fix error handling in python3 Fix arguments with type=list Return code for parse_args() is now configurable Removed flask_restful.paging module. Removed misleading help_on_404 functionality JSON keys are no longer sorted by default in debug mode in python3 Various small fixes and updates to documentation
24 lines
891 B
Makefile
24 lines
891 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/12/21 21:06:30 adam Exp $
|
|
|
|
DISTNAME= Flask-RESTful-0.3.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-RESTful/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/flask-restful/flask-restful
|
|
COMMENT= Simple framework for creating REST APIs
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-aniso8601>=0.82:../../time/py-aniso8601
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
|
|
DEPENDS+= ${PYPKGPREFIX}-flask>=0.8:../../www/py-flask
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|