summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-08-26 13:25:58 +0000
committeradam <adam@pkgsrc.org>2019-08-26 13:25:58 +0000
commit79efb68071e2066b31d758ebf3055424094ce005 (patch)
treeb93d66e6ef0efd0c13ced11c9b36831657f49473 /www
parentf690ed61b0caedc1b840e9bb84b1f3a44d849cb6 (diff)
downloadpkgsrc-79efb68071e2066b31d758ebf3055424094ce005.tar.gz
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
Diffstat (limited to 'www')
-rw-r--r--www/py-flask-restplus/Makefile12
-rw-r--r--www/py-flask-restplus/PLIST6
-rw-r--r--www/py-flask-restplus/distinfo10
3 files changed, 16 insertions, 12 deletions
diff --git a/www/py-flask-restplus/Makefile b/www/py-flask-restplus/Makefile
index 6c6353e7a5a..d516d20b10d 100644
--- a/www/py-flask-restplus/Makefile
+++ b/www/py-flask-restplus/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/08/26 13:25:58 adam Exp $
-DISTNAME= flask-restplus-0.12.1
-PKGREVISION= 1
+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/
+HOMEPAGE= https://github.com/noirbizarre/flask-restplus
COMMENT= Fully featured framework for fast, easy and documented API development
LICENSE= modified-bsd
@@ -16,11 +15,12 @@ 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
-.if "${PYPKGPREFIX}" == "py27"
+.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"
diff --git a/www/py-flask-restplus/PLIST b/www/py-flask-restplus/PLIST
index 9a99543e39c..2b8f1463ff4 100644
--- a/www/py-flask-restplus/PLIST
+++ b/www/py-flask-restplus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/01 15:31:02 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/08/26 13:25:58 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -60,6 +60,9 @@ ${PYSITELIB}/flask_restplus/schemas/__init__.py
${PYSITELIB}/flask_restplus/schemas/__init__.pyc
${PYSITELIB}/flask_restplus/schemas/__init__.pyo
${PYSITELIB}/flask_restplus/schemas/oas-2.0.json
+${PYSITELIB}/flask_restplus/specs.py
+${PYSITELIB}/flask_restplus/specs.pyc
+${PYSITELIB}/flask_restplus/specs.pyo
${PYSITELIB}/flask_restplus/static/droid-sans.css
${PYSITELIB}/flask_restplus/static/favicon-16x16.png
${PYSITELIB}/flask_restplus/static/favicon-32x32.png
@@ -68,6 +71,7 @@ ${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-400.woff
${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-400.woff2
${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-700.woff
${PYSITELIB}/flask_restplus/static/files/droid-sans-latin-700.woff2
+${PYSITELIB}/flask_restplus/static/oauth2-redirect.html
${PYSITELIB}/flask_restplus/static/swagger-ui-bundle.js
${PYSITELIB}/flask_restplus/static/swagger-ui-bundle.js.map
${PYSITELIB}/flask_restplus/static/swagger-ui-standalone-preset.js
diff --git a/www/py-flask-restplus/distinfo b/www/py-flask-restplus/distinfo
index 135f9401e18..9d4aa55d85b 100644
--- a/www/py-flask-restplus/distinfo
+++ b/www/py-flask-restplus/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/01 15:31:02 kleink Exp $
+$NetBSD: distinfo,v 1.2 2019/08/26 13:25:58 adam Exp $
-SHA1 (flask-restplus-0.12.1.tar.gz) = b2ee34393d0f677c350776c6f9009551fbe313f7
-RMD160 (flask-restplus-0.12.1.tar.gz) = 0bce50ae4c31b75b7bebdba1eeb15dd316f9adb9
-SHA512 (flask-restplus-0.12.1.tar.gz) = c4b2cc9d536f1a779b432a608569494bfbf4712e1ab422242d1375467389fa390bc4d7aa32783e565aaa6e3f04c8eb59b4cc8836307694dab93d164ad529c373
-Size (flask-restplus-0.12.1.tar.gz) = 2418801 bytes
+SHA1 (flask-restplus-0.13.0.tar.gz) = 26cec8c7d3dfbc34756888d620cf255977ca3f01
+RMD160 (flask-restplus-0.13.0.tar.gz) = b71a1b0462aa9e120105b242a886744f517d0db2
+SHA512 (flask-restplus-0.13.0.tar.gz) = d44d18af66b7999e3cc6197cc491fac36c4feda39de61155ea1f0bf438ba9a7a8bf89368ac9343313d9399e14876ebd7d169e7e333fb7f7749b9f5e1edb09151
+Size (flask-restplus-0.13.0.tar.gz) = 2422174 bytes