Port details |
- py-flex Swagger schema validation
- 6.14.1 devel =2 6.14.1Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2018-03-29 23:28:28
- Last Update: 2024-12-29 10:12:41
- Commit Hash: 559edd6
- 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/pipermerriam/flex
- Description:
- Validation tooling for Swagger 2.0 specifications.
Features:
- Validate swagger schemas.
- JSON Schema Validation
- Validation of request/response objects against schema.
- Command Line Interface.
- ¦ ¦ ¦ ¦
- 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}flex>0:devel/py-flex@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-flex/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-flex
- pkg install py311-flex
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-flex listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-flex
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1735377597
SHA256 (pipermerriam-flex-v6.14.1_GH0.tar.gz) = fd78bcf402560386d37db2b3644566e695daedbd9b3fa6cae5bca435da3ea5c6
SIZE (pipermerriam-flex-v6.14.1_GH0.tar.gz) = 97510
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-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-factory-boy>=2.4.1 : devel/py-factory-boy@py311
- py311-pytest-httpbin>=0.0.3 : devel/py-pytest-httpbin@py311
- py311-responses>=0.5.1 : devel/py-responses@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=3.3 : devel/py-click@py311
- py311-jsonpointer>=1.7 : devel/py-jsonpointer@py311
- py311-requests>=2.4.3 : www/py-requests@py311
- py311-rfc3987>=1.3.4 : www/py-rfc3987@py311
- py311-six>=1.7.3 : devel/py-six@py311
- py311-strict-rfc3339>=0.7 : devel/py-strict-rfc3339@py311
- py311-validate_email>=1.2 : mail/py-validate_email@py311
- py311-pyyaml>=3.11 : devel/py-pyyaml@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-flex
- 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.14.1 29 Dec 2024 10:12:41 |
Kai Knoblich (kai) |
devel/py-flex: Update to 6.14.1
* Switch to GitHub for a while to make use of the test suite which
isn't provided via the sdist tarballs.
Changelog:
https://github.com/pipermerriam/flex/blob/v6.14.1/CHANGELOG
MFH: 2024Q4 |
6.14.0_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.14.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.14.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 |
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) |
6.14.0 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 ) |
6.14.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.14.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.14.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
6.14.0 28 Apr 2019 16:57:00 |
kai |
devel/py-flex: Update to 6.14.0
While I'm here:
* Pet portlint
Changelog:
* Allow space in mimetype before parameters
* Open up dependency requirements
* Increased test coverage with additional vectors, rearranged
* Fixed warning about importing from collections on Python 3
https://github.com/pipermerriam/flex/releases/tag/v6.14.0
Approved by: mentors (implicit) |
6.13.2_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
6.13.2_1 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
6.13.2_1 19 Jun 2018 02:29:18 |
yuri |
devel/py-flex: Add USE_PYTHON=concurrent
Approved by: portmgr |
6.13.2 02 Jun 2018 18:01:03 |
miwi |
- Update to 6.13.2
PR: 228541
Submitted by: maintainer
Sponsored by: iXsystems Inc. |
6.13.1 12 Apr 2018 06:20:51 |
krion |
Update to 6.13.1
PR: 227443
Submitted by: maintainer |
6.13.0 07 Apr 2018 14:00:08 |
dbaio |
devel/py-flex: Update to 6.13.0
Changes: - Fix for `allOf` validation:
- Bugfix for Werkreug requests.
- Bugfix for django response normalization.
PR: 227343
Submitted by: Kai Knoblich <freebsd_ports@k-worx.org> (maintainer) |
6.12.0 29 Mar 2018 23:28:15 |
cpm |
Add new port devel/py-flex: Validation tooling for Swagger 2.0 specifications
Features:
- Validate swagger schemas.
- JSON Schema Validation
- Validation of request/response objects against schema.
- Command Line Interface.
WWW: https://github.com/pipermerriam/flex
PR: 227040
Submitted by: Kai <freebsd_ports@k-worx.org> |