Port details |
- py-django-htmx Extensions for using Django with htmx
- 1.21.0 www =2 1.19.0Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2024-01-23 07:09:07
- Last Update: 2024-11-03 10:13:42
- Commit Hash: f4ceda5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/adamchainz/django-htmx
- Description:
- This package offers extensions for using Django with htmx, a library that
allows one to access modern browser features directly from HTML, rather than
using JavaScript (see https://htmx.org/).
- ¦ ¦ ¦ ¦
- 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}django-htmx>0:www/py-django-htmx@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-django-htmx/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-htmx
- pkg install py311-django-htmx
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-django-htmx listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-htmx
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730458034
SHA256 (django_htmx-1.21.0.tar.gz) = 6ed3b42effd5980f22e68f36cd14ee4311bff3b6cb8435a89e27f45995691572
SIZE (django_htmx-1.21.0.tar.gz) = 9611
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django42>=4.2 : www/py-django42@py311
- py311-asgiref>=3.6 : www/py-asgiref@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-htmx
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.21.0 03 Nov 2024 10:13:42 |
Kai Knoblich (kai) |
www/py-django-htmx: Update to 1.21
* Support for Python 3.8 was dropped with release 1.20.0, adjust
USES=python accordingly.
Changelog since 1.19:
https://github.com/adamchainz/django-htmx/blob/1.21.0/docs/changelog.rst |
1.19.0 16 Aug 2024 03:51:17 |
Kai Knoblich (kai) |
www/py-django-htmx: Update to 1.19.0
* Belatedly add CONFLICTS_INSTALL after 9dcfcfc7df21 while I'm here.
Changelog since 1.17.3:
https://github.com/adamchainz/django-htmx/blob/1.19.0/docs/changelog.rst |
1.17.3_1 27 Apr 2024 09:08:48 |
Kai Knoblich (kai) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
1.17.3 09 Mar 2024 14:20:54 |
Kai Knoblich (kai) |
www/py-django-htmx: Update to 1.7.3
Changelog:
https://github.com/adamchainz/django-htmx/blob/1.17.3/docs/changelog.rst |
1.17.2 23 Jan 2024 07:05:52 |
Kai Knoblich (kai) |
www/py-django-htmx: New port
This package offers extensions for using Django with htmx, a library
that allows one to access modern browser features directly from HTML,
rather than using JavaScript (see https://htmx.org/). |