Summary: | [new port] www/py-flask-restplus Fully featured framework for API development with Flask | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Ebert <andrej> | ||||||||||||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||||||||||||
Status: | Closed FIXED | ||||||||||||||||
Severity: | Affects Some People | CC: | jbeich, pawel | ||||||||||||||
Priority: | --- | ||||||||||||||||
Version: | Latest | ||||||||||||||||
Hardware: | Any | ||||||||||||||||
OS: | Any | ||||||||||||||||
Bug Depends on: | |||||||||||||||||
Bug Blocks: | 210984, 211174 | ||||||||||||||||
Attachments: |
|
Created attachment 172339 [details]
poudriere log
Created attachment 172340 [details]
poudriere-portlint log
A commit references this bug: Author: pawel Date: Sat Jul 16 18:03:27 UTC 2016 New revision: 418645 URL: https://svnweb.freebsd.org/changeset/ports/418645 Log: 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. WWW: https://github.com/noirbizarre/flask-restplus PR: 210979 Submitted by: Andrej Ebert <andrej@ebert.su> Changes: head/www/Makefile head/www/py-flask-restplus/ head/www/py-flask-restplus/Makefile head/www/py-flask-restplus/distinfo head/www/py-flask-restplus/pkg-descr Created attachment 172655 [details]
Downgrade to 0.8.6
Downgrade to 0.8.6, since flexget (at the moment) needs this version.
Created attachment 172656 [details]
poudriere log
Created attachment 172657 [details]
poudriere-portlint log
Downgrade to 0.8.6, since flexget (at the moment) needs this version. A commit references this bug: Author: jbeich Date: Mon Jul 18 19:06:28 UTC 2016 New revision: 418732 URL: https://svnweb.freebsd.org/changeset/ports/418732 Log: www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget PR: 210979 Submitted by: Andrej Ebert <andrej@ebert.su> (maintainer) Changes: head/www/Makefile head/www/py-flask-restplus/Makefile head/www/py-flask-restplus08/ head/www/py-flask-restplus08/Makefile head/www/py-flask-restplus08/distinfo head/www/py-flask-restplus08/pkg-descr Thanks. Landed. I've added a new port instead of fiddling with PORTEPOCH. It can be dropped once www/py-flexget supports >= 0.9.x. |
Created attachment 172338 [details] py-flask-restplus 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. It is a dependency of (newer versions of) www/py-flexget.