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
Remember
I remember
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-dj51-django-rich Extensions for using Rich with Django
2.2.0 www 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 2.0.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
Expiration Date EXPIRATION DATE: 2025-12-31
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-08 09:57:12
Last Update: 2025-10-25 10:11:16
Commit Hash: 1c4d937
Also Listed In: python
License: MIT
WWW:
https://github.com/adamchainz/django-rich
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.
Homepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dj51-django-rich>0:www/py-dj51-django-rich@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py311-*django-rich
To install the port:
cd /usr/ports/www/py-dj51-django-rich/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-dj51-django-rich
  • pkg install py311-dj51-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 py311-dj51-django-rich listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dj51-django-rich
Package flavors (<flavor>: <package>)
  • py311: py311-dj51-django-rich
distinfo:
TIMESTAMP = 1759317430 SHA256 (django_rich-2.2.0.tar.gz) = ecec7842d040024ed8a225699388535e46b87277550c33f46193b52cece2f780 SIZE (django_rich-2.2.0.tar.gz) = 62427

Packages (timestamps in pop-ups are UTC):
py311-dj51-django-rich
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.02.0.0-2.0.02.2.0n/an/an/a
FreeBSD:13:quarterly2.0.02.0.0-2.0.02.0.0n/an/an/a
FreeBSD:14:latest2.0.02.2.0-2.0.02.2.0---
FreeBSD:14:quarterly2.0.02.0.0-2.0.02.0.0---
FreeBSD:15:latest2.0.02.2.0n/a2.0.0n/an/a--
FreeBSD:15:quarterly2.0.02.0.0n/a-n/an/a--
FreeBSD:16:latest2.0.02.2.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django51>=4.2 : www/py-django51@py311
  2. py311-rich>=10.0.0 : textproc/py-rich@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-dj51-django-rich
USES:
python:3.10+
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/d/django_rich/
  2. https://pypi.org/packages/source/d/django_rich/
Collapse this list.
Port Moves
  • port moved here from www/py-dj50-django-rich on 2025-06-01
    REASON: Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.0
25 Oct 2025 10:11:16
commit hash: 1c4d937ba7237581b4ceff774755138227982cb5commit hash: 1c4d937ba7237581b4ceff774755138227982cb5commit hash: 1c4d937ba7237581b4ceff774755138227982cb5commit hash: 1c4d937ba7237581b4ceff774755138227982cb5 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj51-django-rich: Update to 2.2.0

Changelog since 2.0.0:

https://github.com/adamchainz/django-rich/blob/2.2.0/CHANGELOG.rst
2.0.0
30 Sep 2025 09:31:17
commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*/*dj51*: Deprecate/Set to expire

* Django 5.1 will reach its End-of-Life in December 2025.  Deprecate its
  consumers and set the expiration date accordingly.

* Note: py-dj51-django-netfields does not currently have a corresponding
  Django 5.2 clone, yet, which will probably be added soon when
  net-mgmt/peering-manager is switched to Django 5.2.

Reviewed by:	sunpoet
With hat:	python
Differential Revision:	https://reviews.freebsd.org/D52511
2.0.0
23 Jun 2025 14:31:08
commit hash: 4856ae0484963e17927964d1b2b824a5aff7da16commit hash: 4856ae0484963e17927964d1b2b824a5aff7da16commit hash: 4856ae0484963e17927964d1b2b824a5aff7da16commit hash: 4856ae0484963e17927964d1b2b824a5aff7da16 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj51-django-rich: Update to 2.0.0

* Switch to the more preferred DISTVERSION while I'm here.

Changelog:

https://github.com/adamchainz/django-rich/blob/2.0.0/CHANGELOG.rst
1.14.0
23 Feb 2025 10:17:00
commit hash: 5a1a8d6b6d272e019ee5418def9bf6330a4b19e3commit hash: 5a1a8d6b6d272e019ee5418def9bf6330a4b19e3commit hash: 5a1a8d6b6d272e019ee5418def9bf6330a4b19e3commit hash: 5a1a8d6b6d272e019ee5418def9bf6330a4b19e3 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
www/py-dj51-django-rich: Update to 1.14.0

Changelog:

https://github.com/adamchainz/django-rich/blob/1.14.0/CHANGELOG.rst
1.13.0
08 Feb 2025 09:51:47
commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248commit hash: db1f7321ddd8fee00e35d371b4a9e144b670a248 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 5.1 consumers

* Django 4.2 is currently the "default" version in the ports tree due
  its long term support until April 2026.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 4.2 release possible because it requires
  Django 5.1.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj51-django-rq
  - devel/py-dj51-strawberry-graphql
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 5