pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-restplus



Module Name:    pkgsrc
Committed By:   kleink
Date:           Fri Feb  1 15:31:02 UTC 2019

Added Files:
        pkgsrc/www/py-flask-restplus: DESCR Makefile PLIST distinfo

Log Message:
www/py-flask-restplus: Import Flask-RestPlus 0.12.1.

Flask-RESTPlus is an extension for Flask that adds support for
quickly building REST APIs. Flask-RESTPlus encourages best practices
with minimal setup. If you are familiar with Flask, Flask-RESTPlus
should be easy to pick up. It provides a coherent collection of
decorators and tools to describe your API and expose its documentation
properly using Swagger.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-flask-restplus/DESCR \
    pkgsrc/www/py-flask-restplus/Makefile pkgsrc/www/py-flask-restplus/PLIST \
    pkgsrc/www/py-flask-restplus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-flask-restplus/DESCR
diff -u /dev/null pkgsrc/www/py-flask-restplus/DESCR:1.1
--- /dev/null   Fri Feb  1 15:31:02 2019
+++ pkgsrc/www/py-flask-restplus/DESCR  Fri Feb  1 15:31:02 2019
@@ -0,0 +1,6 @@
+Flask-RESTPlus is an extension for Flask that adds support for
+quickly building REST APIs. Flask-RESTPlus encourages best practices
+with minimal setup. If you are familiar with Flask, Flask-RESTPlus
+should be easy to pick up. It provides a coherent collection of
+decorators and tools to describe your API and expose its documentation
+properly using Swagger.
Index: pkgsrc/www/py-flask-restplus/Makefile
diff -u /dev/null pkgsrc/www/py-flask-restplus/Makefile:1.1
--- /dev/null   Fri Feb  1 15:31:02 2019
+++ pkgsrc/www/py-flask-restplus/Makefile       Fri Feb  1 15:31:02 2019
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/02/01 15:31:02 kleink Exp $
+
+DISTNAME=      flask-restplus-0.12.1
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flask-restplus/}
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+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
+
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
+.endif
+
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-flask-restplus/PLIST
diff -u /dev/null pkgsrc/www/py-flask-restplus/PLIST:1.1
--- /dev/null   Fri Feb  1 15:31:02 2019
+++ pkgsrc/www/py-flask-restplus/PLIST  Fri Feb  1 15:31:02 2019
@@ -0,0 +1,87 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/01 15:31:02 kleink Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/flask_restplus/__about__.py
+${PYSITELIB}/flask_restplus/__about__.pyc
+${PYSITELIB}/flask_restplus/__about__.pyo
+${PYSITELIB}/flask_restplus/__init__.py
+${PYSITELIB}/flask_restplus/__init__.pyc
+${PYSITELIB}/flask_restplus/__init__.pyo
+${PYSITELIB}/flask_restplus/_http.py
+${PYSITELIB}/flask_restplus/_http.pyc
+${PYSITELIB}/flask_restplus/_http.pyo
+${PYSITELIB}/flask_restplus/api.py
+${PYSITELIB}/flask_restplus/api.pyc
+${PYSITELIB}/flask_restplus/api.pyo
+${PYSITELIB}/flask_restplus/apidoc.py
+${PYSITELIB}/flask_restplus/apidoc.pyc
+${PYSITELIB}/flask_restplus/apidoc.pyo
+${PYSITELIB}/flask_restplus/cors.py
+${PYSITELIB}/flask_restplus/cors.pyc
+${PYSITELIB}/flask_restplus/cors.pyo
+${PYSITELIB}/flask_restplus/errors.py
+${PYSITELIB}/flask_restplus/errors.pyc
+${PYSITELIB}/flask_restplus/errors.pyo
+${PYSITELIB}/flask_restplus/fields.py
+${PYSITELIB}/flask_restplus/fields.pyc
+${PYSITELIB}/flask_restplus/fields.pyo
+${PYSITELIB}/flask_restplus/inputs.py
+${PYSITELIB}/flask_restplus/inputs.pyc
+${PYSITELIB}/flask_restplus/inputs.pyo
+${PYSITELIB}/flask_restplus/marshalling.py
+${PYSITELIB}/flask_restplus/marshalling.pyc
+${PYSITELIB}/flask_restplus/marshalling.pyo
+${PYSITELIB}/flask_restplus/mask.py
+${PYSITELIB}/flask_restplus/mask.pyc
+${PYSITELIB}/flask_restplus/mask.pyo
+${PYSITELIB}/flask_restplus/model.py
+${PYSITELIB}/flask_restplus/model.pyc
+${PYSITELIB}/flask_restplus/model.pyo
+${PYSITELIB}/flask_restplus/namespace.py
+${PYSITELIB}/flask_restplus/namespace.pyc
+${PYSITELIB}/flask_restplus/namespace.pyo
+${PYSITELIB}/flask_restplus/postman.py
+${PYSITELIB}/flask_restplus/postman.pyc
+${PYSITELIB}/flask_restplus/postman.pyo
+${PYSITELIB}/flask_restplus/representations.py
+${PYSITELIB}/flask_restplus/representations.pyc
+${PYSITELIB}/flask_restplus/representations.pyo
+${PYSITELIB}/flask_restplus/reqparse.py
+${PYSITELIB}/flask_restplus/reqparse.pyc
+${PYSITELIB}/flask_restplus/reqparse.pyo
+${PYSITELIB}/flask_restplus/resource.py
+${PYSITELIB}/flask_restplus/resource.pyc
+${PYSITELIB}/flask_restplus/resource.pyo
+${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/static/droid-sans.css
+${PYSITELIB}/flask_restplus/static/favicon-16x16.png
+${PYSITELIB}/flask_restplus/static/favicon-32x32.png
+${PYSITELIB}/flask_restplus/static/files/.npmignore
+${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/swagger-ui-bundle.js
+${PYSITELIB}/flask_restplus/static/swagger-ui-bundle.js.map
+${PYSITELIB}/flask_restplus/static/swagger-ui-standalone-preset.js
+${PYSITELIB}/flask_restplus/static/swagger-ui-standalone-preset.js.map
+${PYSITELIB}/flask_restplus/static/swagger-ui.css
+${PYSITELIB}/flask_restplus/static/swagger-ui.css.map
+${PYSITELIB}/flask_restplus/static/swagger-ui.js
+${PYSITELIB}/flask_restplus/static/swagger-ui.js.map
+${PYSITELIB}/flask_restplus/swagger.py
+${PYSITELIB}/flask_restplus/swagger.pyc
+${PYSITELIB}/flask_restplus/swagger.pyo
+${PYSITELIB}/flask_restplus/templates/swagger-ui-css.html
+${PYSITELIB}/flask_restplus/templates/swagger-ui-libs.html
+${PYSITELIB}/flask_restplus/templates/swagger-ui.html
+${PYSITELIB}/flask_restplus/utils.py
+${PYSITELIB}/flask_restplus/utils.pyc
+${PYSITELIB}/flask_restplus/utils.pyo
Index: pkgsrc/www/py-flask-restplus/distinfo
diff -u /dev/null pkgsrc/www/py-flask-restplus/distinfo:1.1
--- /dev/null   Fri Feb  1 15:31:02 2019
+++ pkgsrc/www/py-flask-restplus/distinfo       Fri Feb  1 15:31:02 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/01 15:31:02 kleink 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



Home | Main Index | Thread Index | Old Index