Port details |
- py-dj41-drf-spectacular-sidecar Serve self-contained Swagger UI/Redoc distribution builds with Django
- 2023.8.1 www
=0 2023.8.1Version of this port present on the latest quarterly branch. DEPRECATED: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION DATE: 2023-12-31
- Maintainer: kai@FreeBSD.org
 - Port Added: 2023-06-02 16:23:52
- Last Update: 2023-09-10 13:15:33
- Commit Hash: b9c3ffd
- 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}dj41-drf-spectacular-sidecar>0:www/py-dj41-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-dj41-drf-spectacular-sidecar/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-dj41-drf-spectacular-sidecar
- pkg install py39-dj41-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-dj41-drf-spectacular-sidecar listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-dj41-drf-spectacular-sidecar
- Package flavors (<flavor>: <package>)
- py39: py39-dj41-drf-spectacular-sidecar
- distinfo:
- TIMESTAMP = 1692119170
SHA256 (drf-spectacular-sidecar-2023.8.1.tar.gz) = 79b928d75b8f7c07d2188dda33ea10ca90d4f7234af5788dda58dc4434cd27f8
SIZE (drf-spectacular-sidecar-2023.8.1.tar.gz) = 2619788
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-django41>=2.2 : www/py-django41@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- www/py-dj41-drf-spectacular
Configuration Options:
- No options to configure
- Options name:
- www_py-dj41-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.8.1 10 Sep 2023 13:15:33
    |
Kai Knoblich (kai)  |
*/*dj41*: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023. Deprecate its
consumers and set the expiration date accordingly.
Differential Revision: https://reviews.freebsd.org/D41666
With hat: python |
2023.8.1 17 Aug 2023 10:30:45
    |
Kai Knoblich (kai)  |
www/py-dj41-drf-spectacular-sidecar: Update to 2023.8.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.7.1...2023.8.1
MFH: 2023Q3 |
2023.7.1 12 Jul 2023 04:24:12
    |
Kai Knoblich (kai)  |
www/py-dj41-drf-spectacular-sidecar: Update to 2023.7.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.6.1...2023.7.1
MFH: 2023Q3 |
2023.6.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.6.1 12 Jun 2023 18:13:38
    |
Kai Knoblich (kai)  |
www/py-dj41-drf-spectacular-sidecar: Update to 2023.6.1
Changelog:
https://github.com/tfranzel/drf-spectacular-sidecar/compare/2023.5.1...2023.6.1 |
2023.5.1 02 Jun 2023 16:19:21
    |
Kai Knoblich (kai)  |
www/py-dj41-drf-spectacular-sidecar: New port
Note: Copied from www/py-drf-spectacular-sidecar, required
for NetBox 3.5.
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
|