Port details |
- py-drf-spectacular-sidecar Serve self-contained Swagger UI/Redoc distribution builds with Django
- 2023.10.1 www
=0 2023.8.1Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2023-05-04 12:00:12
- Last Update: 2023-10-28 04:34:07
- Commit Hash: 17e65fb
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/tfranzel/drf-spectacular
- Description:
- Serve self-contained distribution builds of Swagger UI and Redoc with Django
either via runserver or collectstatic.
This Django app is an optional addition to drf-spectacular, but does not depend
on it. It may also be used independently.
¦ ¦ ¦ ¦ 
- 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}drf-spectacular-sidecar>0:www/py-drf-spectacular-sidecar@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py39-*drf-spectacular-sidecar
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/py-drf-spectacular-sidecar/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-drf-spectacular-sidecar
- pkg install py39-drf-spectacular-sidecar
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-drf-spectacular-sidecar listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-drf-spectacular-sidecar
- Package flavors (<flavor>: <package>)
- py39: py39-drf-spectacular-sidecar
- distinfo:
- TIMESTAMP = 1698349065
SHA256 (drf-spectacular-sidecar-2023.10.1.tar.gz) = 546a83c173589715e530fad211af60cbcda2db54eb9e0935d44251639332af6d
SIZE (drf-spectacular-sidecar-2023.10.1.tar.gz) = 2324699
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:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-django32>=2.2 : www/py-django32@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- www/py-drf-spectacular
Configuration Options:
- No options to configure
- Options name:
- www_py-drf-spectacular-sidecar
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.10.1 28 Oct 2023 04:34:07
    |
Kai Knoblich (kai)  |
www/py-drf-spectacular-sidecar: Update to 2023.10.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.9.1...2023.10.1 |
2023.9.1 01 Oct 2023 10:31:02
    |
Kai Knoblich (kai)  |
www/py-drf-spectacular-sidecar: Update to 2023.9.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.8.1...2023.9.1 |
2023.8.1 17 Aug 2023 10:30:46
    |
Kai Knoblich (kai)  |
www/py-drf-spectacular-sidecar: Update to 2023.8.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.7.1...2023.8.1 |
2023.7.1 24 Jul 2023 04:19:06
    |
Kai Knoblich (kai)  |
www/py-drf-spectacular-sidecar: Update to 2023.7.1
Changelog since 2023.5.1:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.5.1...2023.7.1 |
2023.5.1 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> |
2023.5.1 04 May 2023 11:57:42
    |
Kai Knoblich (kai)  |
www/py-drf-spectacular-sidecar: New port
Serve self-contained distribution builds of Swagger UI and Redoc with
Django either via runserver or collectstatic.
This Django app is an optional addition to drf-spectacular, but does not
depend on it. It may also be used independently. |
Number of commits found: 6
|