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
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-django-htmx Extensions for using Django with htmx
1.17.3_1 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 1.17.3Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-01-23 07:09:07
Last Update: 2024-04-27 09:08:48
Commit Hash: 680c68f
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/).
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.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}django-htmx>0:www/py-django-htmx@${PY_FLAVOR}
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 py39-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 py39-django-htmx listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-django-htmx
Package flavors (<flavor>: <package>)
  • py39: py39-django-htmx
distinfo:
TIMESTAMP = 1709978427 SHA256 (django-htmx-1.17.3.tar.gz) = a2069219920d7ef0883ddbf5e8d931069db145a0d4a8a032a2708f840c7a68a6 SIZE (django-htmx-1.17.3.tar.gz) = 9779

Packages (timestamps in pop-ups are UTC):
py39-django-htmx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.17.31.17.3-1.17.31.17.3---
FreeBSD:13:quarterly1.17.31.17.3-1.17.31.17.3---
FreeBSD:14:latest1.17.31.17.3-1.17.31.17.3---
FreeBSD:14:quarterly1.17.31.17.3--1.17.3---
FreeBSD:15:latest1.17.31.17.3n/a1.17.2n/a1.17.21.17.21.17.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-wheel>0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=3.2 : www/py-django42@py39
  2. py39-asgiref>=3.6 : www/py-asgiref@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-django-htmx
USES:
python
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-htmx/
  2. https://pypi.org/packages/source/d/django-htmx/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.17.3_1
27 Apr 2024 09:08:48
commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: 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
commit hash: 90d0d2fa5aef706c4c29088e45d376792632e303commit hash: 90d0d2fa5aef706c4c29088e45d376792632e303commit hash: 90d0d2fa5aef706c4c29088e45d376792632e303commit hash: 90d0d2fa5aef706c4c29088e45d376792632e303 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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
commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3commit hash: 9843ba088d2ab774ede73b1ddcf369b2618d7be3 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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/).

Number of commits found: 3