notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-openapi-core Client-side and server-side support for the OpenAPI Specification v3
0.19.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.18.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-26 15:07:25
Last Update: 2024-02-21 15:07:28
Commit Hash: b4dcd5b
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://openapi-core.readthedocs.io/en/latest/
https://github.com/python-openapi/openapi-core
Description:
Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI Specification v3. Key features: - Validation of requests and responses - Schema casting and unmarshalling - Media type and parameters deserialization - Security providers (API keys, Cookie, Basic and Bearer HTTP authentications) - Custom deserializers and formats - Integration with libraries and frameworks
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}openapi-core>0:devel/py-openapi-core@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-openapi-core/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-openapi-core
  • pkg install py39-openapi-core
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-openapi-core listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-openapi-core
Package flavors (<flavor>: <package>)
  • py39: py39-openapi-core
distinfo:
TIMESTAMP = 1708449226 SHA256 (openapi_core-0.19.0.tar.gz) = 9c0a157ca8e21a1205f95e0495557a45ad2a33bc8f0f9002406d671420b0920a SIZE (openapi_core-0.19.0.tar.gz) = 105815

Packages (timestamps in pop-ups are UTC):
py39-openapi-core
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.19.00.19.0-0.19.00.19.0---
FreeBSD:13:quarterly0.18.20.18.20.17.10.18.20.18.2-0.18.20.18.2
FreeBSD:14:latest0.19.00.19.00.16.10.19.00.19.00.17.1-0.17.1
FreeBSD:14:quarterly0.18.20.18.2-0.18.20.18.2-0.18.20.18.2
FreeBSD:15:latest0.19.00.19.0n/a0.18.2n/a-0.18.2-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-isodate>=0 : devel/py-isodate@py39
  2. py39-jsonschema>=4.18.0<5 : devel/py-jsonschema@py39
  3. py39-jsonschema-path>=0.3.1<0.4 : devel/py-jsonschema-path@py39
  4. py39-jsonschema-spec>=0.2.3<0.3 : devel/py-jsonschema-spec@py39
  5. py39-more-itertools>=0 : devel/py-more-itertools@py39
  6. py39-openapi-schema-validator>=0.6.0<0.7 : devel/py-openapi-schema-validator@py39
  7. py39-openapi-spec-validator>=0.7.1<0.8 : devel/py-openapi-spec-validator@py39
  8. py39-parse>=0 : textproc/py-parse@py39
  9. py39-werkzeug>=0 : www/py-werkzeug@py39
  10. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-openapi-core-0.19.0: AIOHTTP=off: Async http support DJANGO=off: Django support FALCON=off: Falcon support FASTAPI=off: FastAPI support FLASK=off: Flask support REQUESTS=off: Requests support STARLETTE=off: Starlette support ===> Use 'make config' to modify these settings
Options name:
devel_py-openapi-core
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/o/openapi_core/
  2. https://pypi.org/packages/source/o/openapi_core/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.19.0
21 Feb 2024 15:07:28
commit hash: b4dcd5bab692301271b8841ea8c19d0a9859d930commit hash: b4dcd5bab692301271b8841ea8c19d0a9859d930commit hash: b4dcd5bab692301271b8841ea8c19d0a9859d930commit hash: b4dcd5bab692301271b8841ea8c19d0a9859d930 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.19.0

- Add FASTAPI option

Changes:	https://github.com/python-openapi/openapi-core/releases
0.18.2
01 Dec 2023 06:39:02
commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8commit hash: 8efcc1c369a0048035fc0022072f9003c37b65e8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)

Approved by:	portmgr (blanket)
0.18.2
14 Nov 2023 17:15:45
commit hash: 5c384fac5028dd8523658b08ca4f9fdd8abbc091commit hash: 5c384fac5028dd8523658b08ca4f9fdd8abbc091commit hash: 5c384fac5028dd8523658b08ca4f9fdd8abbc091commit hash: 5c384fac5028dd8523658b08ca4f9fdd8abbc091 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.18.2

Changes:	https://github.com/python-openapi/openapi-core/releases
0.18.1
11 Oct 2023 12:57:56
commit hash: f15f80b5492963d6b9dfd9c70205623a8f0c2f1ecommit hash: f15f80b5492963d6b9dfd9c70205623a8f0c2f1ecommit hash: f15f80b5492963d6b9dfd9c70205623a8f0c2f1ecommit hash: f15f80b5492963d6b9dfd9c70205623a8f0c2f1e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Allow build with py-openapi-spec-validator 0.7.0

Obtained
from:	https://github.com/python-openapi/openapi-core/commit/4054861cc9ad7c0baef2746552d9a598f65b41aa
0.18.1
22 Sep 2023 03:18:02
commit hash: 92556cd8f98e9f7d1f34d975b95bbeced47ca065commit hash: 92556cd8f98e9f7d1f34d975b95bbeced47ca065commit hash: 92556cd8f98e9f7d1f34d975b95bbeced47ca065commit hash: 92556cd8f98e9f7d1f34d975b95bbeced47ca065 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.18.1

Changes:	https://github.com/python-openapi/openapi-core/releases
0.18.0
31 Jul 2023 16:40:03
commit hash: dc6d4b8e6e4c99aa775aaba6f2dc8f3b35c63a69commit hash: dc6d4b8e6e4c99aa775aaba6f2dc8f3b35c63a69commit hash: dc6d4b8e6e4c99aa775aaba6f2dc8f3b35c63a69commit hash: dc6d4b8e6e4c99aa775aaba6f2dc8f3b35c63a69 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.18.0

- Update WWW

Changes:	https://github.com/python-openapi/openapi-core/releases
0.17.2
09 Jul 2023 10:19:04
commit hash: b8cda09baf9a1b4d8ecfd72ffd9f089e11987d69commit hash: b8cda09baf9a1b4d8ecfd72ffd9f089e11987d69commit hash: b8cda09baf9a1b4d8ecfd72ffd9f089e11987d69commit hash: b8cda09baf9a1b4d8ecfd72ffd9f089e11987d69 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.17.2

- Update WWW
- Convert to USE_PYTHON=pep517
- Add AIOHTTP and STARLETTE options

Changes:	https://github.com/python-openapi/openapi-core/releases
0.17.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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.17.1
27 May 2023 04:08:47
commit hash: 77f8b61ef8ed3ad6f59be43fa84c21fc2586b6a8commit hash: 77f8b61ef8ed3ad6f59be43fa84c21fc2586b6a8commit hash: 77f8b61ef8ed3ad6f59be43fa84c21fc2586b6a8commit hash: 77f8b61ef8ed3ad6f59be43fa84c21fc2586b6a8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.17.1

- Update WWW
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/python-openapi/openapi-core/releases
0.16.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.16.1
19 Nov 2022 08:12:03
commit hash: e1a268d6a15ecc00b501c8376e8faeb01c0a7e2bcommit hash: e1a268d6a15ecc00b501c8376e8faeb01c0a7e2bcommit hash: e1a268d6a15ecc00b501c8376e8faeb01c0a7e2bcommit hash: e1a268d6a15ecc00b501c8376e8faeb01c0a7e2b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.16.1

Changes:	https://github.com/p1c2u/openapi-core/releases
0.16.0
09 Oct 2022 15:37:56
commit hash: 2ffd790e8b1df0017f69f63525f105c5ad1ad41ecommit hash: 2ffd790e8b1df0017f69f63525f105c5ad1ad41ecommit hash: 2ffd790e8b1df0017f69f63525f105c5ad1ad41ecommit hash: 2ffd790e8b1df0017f69f63525f105c5ad1ad41e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.16.0

Changes:	https://github.com/p1c2u/openapi-core/releases
0.15.0
03 Oct 2022 17:10:33
commit hash: e5853db584290ca8f10643a3edfd63e664f03a9ecommit hash: e5853db584290ca8f10643a3edfd63e664f03a9ecommit hash: e5853db584290ca8f10643a3edfd63e664f03a9ecommit hash: e5853db584290ca8f10643a3edfd63e664f03a9e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Add DJANGO, FALCON, FLASK and REQUESTS options
0.15.0
03 Oct 2022 02:15:01
commit hash: d3b1466f4e98def7415433d3a082fcfff6394efbcommit hash: d3b1466f4e98def7415433d3a082fcfff6394efbcommit hash: d3b1466f4e98def7415433d3a082fcfff6394efbcommit hash: d3b1466f4e98def7415433d3a082fcfff6394efb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.15.0

Changes:	https://github.com/p1c2u/openapi-core/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.14.5
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.14.5
04 Sep 2022 03:46:45
commit hash: 4d036f04af2c45e231641388cbb859e26e547ffccommit hash: 4d036f04af2c45e231641388cbb859e26e547ffccommit hash: 4d036f04af2c45e231641388cbb859e26e547ffccommit hash: 4d036f04af2c45e231641388cbb859e26e547ffc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Update to 0.14.5

- Change RUN_DEPENDS from py-openapi-schema-validator to
py-openapi-schema-validator02
- Change RUN_DEPENDS from py-openapi-spec-validator to
py-openapi-spec-validator04

Changes:	https://github.com/p1c2u/openapi-core/releases
0.14.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.2
26 Apr 2022 15:01:09
commit hash: 3c88f890f1ad33396e4c2f22f5dedb5efd212b5fcommit hash: 3c88f890f1ad33396e4c2f22f5dedb5efd212b5fcommit hash: 3c88f890f1ad33396e4c2f22f5dedb5efd212b5fcommit hash: 3c88f890f1ad33396e4c2f22f5dedb5efd212b5f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-openapi-core: Add py-openapi-core 0.14.2

Openapi-core is a Python library that adds client-side and server-side support
for the OpenAPI Specification v3.

Key features:
- Validation of requests and responses
- Schema casting and unmarshalling
- Media type and parameters deserialization
- Security providers (API keys, Cookie, Basic and Bearer HTTP authentications)
- Custom deserializers and formats
- Integration with libraries and frameworks

WWW: https://github.com/p1c2u/openapi-core

Number of commits found: 19