mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
* 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 - www/py-dj51-channels - www/py-dj51-django-auth-ldap - www/py-dj51-django-choices-field - www/py-dj51-django-cors-headers - www/py-dj51-django-debug-toolbar - www/py-dj51-django-filter - www/py-dj51-django-htmx - www/py-dj51-django-js-asset - www/py-dj51-django-mptt - www/py-dj51-django-prometheus - www/py-dj51-django-redis - www/py-dj51-django-rich - www/py-dj51-django-tables2 - www/py-dj51-django-taggit - www/py-dj51-django-timezone-field - www/py-dj51-djangorestframework - www/py-dj51-drf-spectacular - www/py-dj51-drf-spectacular-sidecar - www/py-dj51-strawberry-graphql-django Assign the following ports to its maintainer who already maintain the Django 4.2 variants of them [1]: - devel/py-dj51-django-rq - www/py-dj51-channels - www/py-dj51-django-debug-toolbar - www/py-dj51-django-redis Approved by: sunpoet (implicit) [1]
20 lines
776 B
Python
20 lines
776 B
Python
Avoid the download of various intersphinx inventories during build. Only two
|
|
intersphinx mappings are used and the documentation can be built/used without
|
|
them.
|
|
|
|
--- docs/conf.py.orig 2022-06-12 10:26:47 UTC
|
|
+++ docs/conf.py
|
|
@@ -188,13 +188,3 @@ texinfo_documents = [
|
|
# -- Extension configuration -------------------------------------------------
|
|
|
|
# -- Options for intersphinx extension ---------------------------------------
|
|
-
|
|
-intersphinx_mapping = {
|
|
- "python": ("https://docs.python.org/3/", None),
|
|
- "django": (
|
|
- "https://docs.djangoproject.com/en/stable/",
|
|
- "https://docs.djangoproject.com/en/stable/_objects/",
|
|
- ),
|
|
- "pythonldap": ("https://www.python-ldap.org/en/latest/", None),
|
|
- "tox": ("https://tox.wiki/en/latest/", None),
|
|
-}
|