Port details |
- py-flask-smorest Flask/Marshmallow-based REST API framework
- 0.44.0 www =2 0.44.0Version of this port present on the latest quarterly branch.
- Maintainer: meka@tilda.center
- Port Added: 2020-01-11 12:08:39
- Last Update: 2024-05-13 21:19:57
- Commit Hash: 321343b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel python
- License: MIT
- WWW:
- https://github.com/marshmallow-code/flask-smorest
- Description:
- REST API framework built upon Flask and marshmallow.
- Serialization, deserialization and validation using marshmallow Schema
- Explicit validation error messages returned in response
- Database-agnostic
- OpenAPI (Swagger) specification automatically generated and exposed with
ReDoc or Swagger UI
- Pagination
- ETag
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}flask-smorest>0:www/py-flask-smorest@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-flask-smorest/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-flask-smorest
- pkg install py39-flask-smorest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-flask-smorest listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-flask-smorest
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712582631
SHA256 (flask-smorest-0.44.0.tar.gz) = 13f6e39d807c8847a56dc40656c2bbc0a2b2a430d8a4bb4a21836046757f7cef
SIZE (flask-smorest-0.44.0.tar.gz) = 78610
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-apispec>=6.0.0 : devel/py-apispec@py39
- py39-flask>=2.0.0 : www/py-flask@py39
- py39-marshmallow>=3.18.0 : devel/py-marshmallow@py39
- py39-webargs>=8.0.0 : www/py-webargs@py39
- py39-werkzeug>=2.0.1 : www/py-werkzeug@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-flask-smorest
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.44.0 13 May 2024 21:19:57 |
Robert Clausecker (fuz) Author: Goran Mekić |
www/py-flask-smorest: Upgrade to 0.44.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/main/CHANGELOG.rst#0440-2024-02-26
PR: 278257
Approved by: submitter is maintainer |
0.42.2 01 Dec 2023 06:39:02 |
Po-Chuan Hsieh (sunpoet) |
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)
Approved by: portmgr (blanket) |
0.42.2 18 Nov 2023 20:20:43 |
Robert Clausecker (fuz) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.42.2
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0422-2023-11-09
PR: 275101 |
0.42.1 24 Aug 2023 12:31:25 |
Wen Heping (wen) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.42.1
PR: 273326
Reported by: maintainer |
0.42.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.42.0 21 May 2023 17:25:45 |
Robert Clausecker (fuz) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.42.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0420-2023-05-15
PR: 271552 |
0.41.0 20 Apr 2023 11:49:22 |
Robert Clausecker (fuz) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.41.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0410-2023-03-30
* Allow multiple responses with same status code and different content types
* Set stacklevel in calls to warnings/warn
* Official Python 3.11 support
PR: 270913 |
0.40.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.40.0 21 Dec 2022 10:04:54 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.40.0
ChangeLog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0400-2022-10-16
PR: 268054 |
0.39.0 02 Oct 2022 16:04:26 |
Rainer Hurling (rhurlin) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.39.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0390-2022-08-16
PR: 266755
MFH: 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.38.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.38.1 27 Jun 2022 13:22:01 |
Li-Wen Hsu (lwhsu) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.38.1
Changelog:
* Add format argument to flask openapi print and flask openapi write commands
to provide a YAML output
PR: 264903 |
0.38.0 07 Jun 2022 21:34:56 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.38.0
ChangeLog: www/py-flask-smorest: Update to 0.38.0
PR: 264510 |
0.37.0 27 Feb 2022 21:50:10 |
Guangyuan Yang (ygy) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.37.0
Changelog: https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0370-2022-02-16
PR: 262236 |
0.36.0 05 Feb 2022 09:50:58 |
Li-Wen Hsu (lwhsu) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.36.0
PR: 261596 |
0.35.0 02 Jan 2022 02:45:06 |
Wen Heping (wen) |
www/py-flask-smorest: Update to 0.35.0
PR: 260844
Reported by: meka@tilda.center(maintainer) |
0.31.2 23 Jun 2021 20:43:08 |
Kevin Bowling (kbowling) Author: Goran Meki? |
www/py-flask-smorest: Update to 0.31.2
Changes
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0312-2021-06-21
PR: 256787
Approved by: maintainer |
0.31.1 15 Jun 2021 14:44:49 |
Kevin Bowling (kbowling) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.31.1
Changes
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0311-2021-06-01
PR: 256616
Approved by: maintainer |
0.31.0 13 May 2021 17:05:50 |
Neel Chauhan (nc) Author: Goran Mekić |
www/py-flask-smorest: Update to 0.31.0
Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0310-2021-05-12
PR: 255836 |
0.30.0 21 Apr 2021 16:24:48 |
Neel Chauhan (nc) |
www/py-flask-smorest: Update to 0.30.0
Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0300-2021-04-13
PR: 255284
Submitted by: Goran Mekić <meka AT tilda DOT center> (maintainer) |
0.29.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.29.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.29.0 13 Feb 2021 12:39:36 |
lwhsu |
www/py-flask-smorest: Update to 0.29.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0290-2021-02-13
PR: 253482
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.28.0 10 Feb 2021 02:28:36 |
nc |
www/py-flask-smorest: Update to 0.28.0
Changes:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0280-2021-02-04
PR: 253342
Submitted by: Goran Mekic <meka AT tilda DOT center> (maintainer) |
0.27.0 14 Jan 2021 17:57:26 |
dbaio |
www/py-flask-smorest: Update to 0.27.0
Changelog: https://github.com/marshmallow-code/flask-smorest/blob/0.27.0/CHANGELOG.rst
PR: 252665
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.26.0 08 Jan 2021 11:10:19 |
rhurlin |
www/py-flask-smorest: Update to 0.26.0
Update with backwards-incompatible changes:
- Use warnings.warn rather than log warnings in application log
- Support webargs 7. Drop support for webargs 6
Other changes:
- Official Python 3.9 support
- Bound dependencies versions in setup.py
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0260-2020-12-17
PR: 252489
Submitted by: Goran Mekic
Approved by: arrowd, tcberner (mentors, implicit) |
0.25.0 04 Oct 2020 13:16:12 |
tcberner |
www/py-flask-smorest: Update to 0.25.0
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/master/CHANGELOG.rst#0250-2020-10-02
PR: 250064
Submitted by: Goran Mekic <meka@tilda.center> |
0.24.1 10 Aug 2020 17:22:57 |
lwhsu |
www/py-flask-smorest: Update to 0.24.1
PR: 248570
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.24.0 20 Jul 2020 13:14:58 |
lwhsu |
Update to 0.24.0
PR: 248042
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.23.0 11 Jul 2020 19:29:56 |
dbaio |
www/py-flask-smorest: Update to 0.23.0
Changelog: https://github.com/marshmallow-code/flask-smorest/blob/0.23.0/CHANGELOG.rst
PR: 247889
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Event: July 2020 Bugathon |
0.22.0 02 Jul 2020 08:51:24 |
wen |
- Update to 0.22.0
PR: 247277
Submitted by: meka@tilda.center(maintainer) |
0.21.1 13 Jun 2020 20:17:51 |
dbaio |
www/py-flask-smorest: Update to 0.21.1
Changelog: https://github.com/marshmallow-code/flask-smorest/blob/0.21.1/CHANGELOG.rst
PR: 247070
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.21.0 04 Apr 2020 18:56:23 |
tcberner |
www/py-flask-smorest: Update to 0.21.0
PR: 244950
Submitted by: Goran Mekic <meka@tilda.center> |
0.19.2 12 Mar 2020 19:29:27 |
tcberner |
www/py-flask-smorest: Update to 0.19.2
PR: 244728
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
0.18.5 17 Feb 2020 05:53:28 |
koobs |
www/py-flask-smorest: Update to 0.18.5
Changelog:
https://github.com/marshmallow-code/flask-smorest/blob/0.18.5/CHANGELOG.rst
PR: 243560
Submitted by: Goran Mekic <meka tilda center> |
0.18.2 11 Jan 2020 12:08:35 |
koobs |
[NEW] www/py-flask-smorest: Flask/Marshmallow-based REST API framework
REST API framework built upon Flask and marshmallow.
- Serialization, deserialization and validation using marshmallow Schema
- Explicit validation error messages returned in response
- Database-agnostic
- OpenAPI (Swagger) specification automatically generated and exposed with
ReDoc or Swagger UI
- Pagination
- ETag
WWW: https://github.com/marshmallow-code/flask-smorest
PR: 242611
Submitted by: Goran Mekic <meka@tilda.center> |