Port details |
- py-apispec Pluggable API specification generator
- 6.6.1 devel =2 6.6.1Version of this port present on the latest quarterly branch.
- Maintainer: meka@tilda.center
- Port Added: 2019-12-14 01:11:56
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/marshmallow-code/apispec
- Description:
- A pluggable API specification generator. Currently supports the OpenAPI
Specification (f.k.a. the Swagger specification).
Features:
- Supports the OpenAPI Specification (versions 2 and 3)
- Framework-agnostic
- Utilities for parsing docstrings
- ¦ ¦ ¦ ¦
- 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}apispec>0:devel/py-apispec@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-apispec/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-apispec
- pkg install py311-apispec
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 py311-apispec listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-apispec
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1715673275
SHA256 (apispec-6.6.1.tar.gz) = f5caa47cee75fe03b9c50b5594048b4c052eeca2c212e0dac12dbb6175d9a659
SIZE (apispec-6.6.1.tar.gz) = 76537
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:
-
- py311-flit>0 : devel/py-flit@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-marshmallow>0 : devel/py-marshmallow@py311
- py311-mock>0 : devel/py-mock@py311
- py311-openapi-spec-validator>0 : devel/py-openapi-spec-validator@py311
- py311-prance>=0.11 : devel/py-prance@py311
- py311-pyyaml>=3.10 : devel/py-pyyaml@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>0 : devel/py-packaging@py311
- py311-prance>0 : devel/py-prance@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-aiohttp-apispec
- devel/py-apispec-webframeworks
- www/py-flasgger
- www/py-flask-smorest
Configuration Options:
- No options to configure
- Options name:
- devel_py-apispec
- 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 |
6.6.1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
6.6.1 15 May 2024 01:48:41 |
Neel Chauhan (nc) Author: Goran Mekić |
devel/py-apispec: Upgrade to 6.6.1
Changelog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#661-2024-04-22
PR: 278980
Approved by: submitter is maintainer |
6.6.0 13 May 2024 21:19:57 |
Robert Clausecker (fuz) Author: Goran Mekić |
devel/py-apispec: Upgrade to 6.6.0
Changelog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#660-2024-03-15
PR: 278256
Approved by: submitter is maintainer |
6.3.1 27 Dec 2023 17:56:53 |
Muhammad Moinur Rahman (bofh) Author: Goran Mekić |
devel/py-apispec: Update version 6.3.0=>6.3.1
Changelog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#631-2023-12-21
PR: 275963
Approved by: submitter is maintainer |
6.3.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> |
6.3.0 18 Mar 2023 23:22:12 |
Wen Heping (wen) |
devel/py-apispec: Update to 6.3.0
PR: 270175
Reported by: maintainer |
6.1.0 08 Mar 2023 10:10:18 |
Robert Clausecker (fuz) Author: Goran Mekić |
devel/py-apispec: Update to 6.1.0
Changelog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#610-2023-03-03
PR: 269989 |
6.0.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
6.0.2 21 Dec 2022 10:04:54 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
devel/py-apispec: Update to 6.0.2
ChangeLog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#602-2022-11-10
PR: 267604 |
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) |
5.2.2 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 ) |
5.2.2 08 Jun 2022 10:45:52 |
Li-Wen Hsu (lwhsu) Author: Goran Mekić |
devel/py-apispec: Update to 5.2.2
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#522-2022-05-13
PR: 264490 |
5.2.1 11 May 2022 10:17:59 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
devel/py-apispec: Update to 5.2.1
ChangeLog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#521-2022-05-01
PR: 263679 |
5.1.1_1 05 Mar 2022 13:40:34 |
Thierry Thomas (thierry) |
devel/py-apispec: py-prance is required as a runtime dependency
When running apispec, the following message has been displayed:
ModuleNotFoundError: validate_spec requires prance to be installed.
Installing devel/py-prance fixed the problem.
PR: 262344
Approved by: Goran Mekić (maintainer) |
5.1.1 12 Oct 2021 08:25:47 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
devel/py-apispec: Update to 5.1.1
ChangeLog:
https://github.com/marshmallow-code/apispec/blob/5.1.1/CHANGELOG.rst
PR: 259061 |
5.1.0 12 Aug 2021 20:04:23 |
Guangyuan Yang (ygy) Author: Goran Mekić |
devel/py-apispec: Update to 5.1.0
Changelog: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#510-2021-08-10
PR: 257792 |
4.7.1 25 Jul 2021 02:11:18 |
Guangyuan Yang (ygy) Author: Goran Mekić |
devel/py-apispec: Update to 4.7.1
Changelog: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#471-2021-07-06
PR: 257372
Approved by: lwhsu (mentor, implicit) |
4.6.0 15 Jun 2021 14:47:22 |
Kevin Bowling (kbowling) Author: Goran Mekić |
devel/py-apispec: Update to 4.6.0
Changes
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#460-2020-06-14
PR: 256615
Approved by: maintainer |
4.4.2 26 May 2021 07:08:32 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
devel/py-apispec: Update to 4.4.2
- Use DISTVERSION instead of PORTVERSION
ChangeLog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#442-2020-05-24
PR: 256142
Approved by: dbaio, garga (mentors, implicit) |
4.4.1 10 May 2021 06:50:03 |
Nuno Teixeira (eduardo) |
devel/py-apispec: Update to 4.4.1
- Use DISTVERSION instead of PORTVERSION
ChangLog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#441-2020-05-07
PR: 255740
Reported by: Goran Mekić <meka@tilda.center>
Approved by: dbaio, garga (mentors, implicit) |
4.4.0 21 Apr 2021 16:29:19 |
Neel Chauhan (nc) |
devel/py-apispec: Update to 4.4.0
Changes:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#440-2020-03-31
PR: 255282
SUbmitted by: Goran Mekić <meka AT tilda DOT center> (maintainer) |
4.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.0 12 Feb 2021 20:56:44 |
nc |
devel/py-apispec: Update to 4.3.0
Changes:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#430-2021-02-10
PR: 253450
Submitted by: Goran Mekic <meka AT tilda DOT center> (maintainer) |
4.2.0 08 Feb 2021 13:51:16 |
rhurlin |
devel/py-apispec: Update to 4.2.0
Changelog:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#420-2021-02-06
PR: 253341
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
4.0.0 04 Oct 2020 09:41:40 |
tcberner |
devel/py-apispec: Update to 4.0.0
Release notes:
https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#400-2020-09-30
PR: 250063
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
3.3.2 30 Aug 2020 20:23:07 |
sunpoet |
Update to 3.3.2
Changes: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst
PR: 249012
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
3.3.1 11 Jun 2020 06:12:41 |
tagattie |
Update to 3.3.1
PR: 247065
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Approved by: mentors (implicit)
Changelog: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#331-2020-06-06 |
3.3.0 12 Mar 2020 18:41:50 |
tcberner |
devel/py-apispec: Update to 3.3.0
PR: 244735
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
3.2.0 25 Jan 2020 18:31:34 |
sunpoet |
Update to 3.2.0
Changes: https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst
PR: 243559
Submitted by: Goran Mekic <meka@tilda.center> (maintainer) |
3.1.1 21 Dec 2019 12:48:45 |
joneum |
Update to 3.1.1
PR: 242701
Submitted by: Goran Mekic <meka@tilda.center> (maintainer)
Sponsored by: Netzkommune GmbH |
3.1.0 14 Dec 2019 01:11:49 |
koobs |
[NEW PORT] devel/py-apispec: Pluggable API specification generator
A pluggable API specification generator. Currently supports the OpenAPI
Specification (f.k.a. the Swagger specification).
Features:
- Supports the OpenAPI Specification (versions 2 and 3)
- Framework-agnostic
- Utilities for parsing docstrings
WWW: https://github.com/marshmallow-code/apispec
PR: 242609
Submitted by: Goran Mekic <meka tilda.center> |