Port details |
- py-dj40-django-rich Extensions for using Rich with Django
- 1.4.0 www
=0 Version of this port present on the latest quarterly branch. DEPRECATED: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION DATE: 2023-05-20
- Maintainer: kai@FreeBSD.org
 - Port Added: 2022-09-17 10:51:08
- Last Update: 2023-02-22 07:10:22
- Commit Hash: 0edf8bc
- Also Listed In: python
- License: MIT
- Description:
- This package provides Extensions for using Rich with the Django framework.
These extensions consist of the following subclasses:
* django_rich.management.RichCommand:
Subclass of Djangoâs BaseCommand class that sets its self.console to a
Rich Console.
* django_rich.test.RichRunner:
Subclass of Django's DiscoverRunner with colourized outputs and nice
traceback rendering.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj40-django-rich>0:www/py-dj40-django-rich@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/py-dj40-django-rich/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-dj40-django-rich
- pkg install py39-dj40-django-rich
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-dj40-django-rich listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-dj40-django-rich
- Package flavors (<flavor>: <package>)
- py39: py39-dj40-django-rich
- distinfo:
- TIMESTAMP = 1657859577
SHA256 (django-rich-1.4.0.tar.gz) = 10a5d9e9b62228b683d51584e4c2a5aa9f838176364a90c8cd79688aadca9f4c
SIZE (django-rich-1.4.0.tar.gz) = 58751
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-django40>=3.2 : www/py-django40@py39
- py39-rich>=10.0.0 : textproc/py-rich@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-dj40-django-rich
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 22 Feb 2023 07:10:22
    |
Kai Knoblich (kai)  |
*/*dj40*: Deprecate/Set to expire
* Django 4.0 will reach its End-of-Life in April 2023. Deprecate its
consumers and set the expiration date accordingly.
Reviewed by: sunpoet, wen (python, via e-mail)
Approved by: sunpoet, wen (python, via e-mail)
Differential Revision: https://reviews.freebsd.org/D38651 |
1.4.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 |
1.4.0 17 Sep 2022 10:41:32
    |
Kai Knoblich (kai)  |
www/py-dj40-django-rich: New port
This package provides extensions for using Rich with the Django
framework.
These extensions consist of the following subclasses:
* django_rich.management.RichCommand:
Subclass of Django's BaseCommand class that sets its self.console
to a Rich console.
* django_rich.test.RichRunner:
Subclass of Django's DiscoverRunner with colorized outputs and
nice traceback rendering. |
Number of commits found: 3
|