Install this version:
emerge -a =dev-python/djlint-1.40.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/djlint-1.40.2
Or alternatively:
emerge --autounmask-write -a =dev-python/djlint-1.40.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.40.2 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="HTML template linter and formatter"
HOMEPAGE="
https://djlint.com
https://pypi.org/project/djlint/
"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/click-8.2.0[${PYTHON_USEDEP}]
>=dev-python/cssbeautifier-1.13.0[${PYTHON_USEDEP}]
>=dev-python/jsbeautifier-1.13.0[${PYTHON_USEDEP}]
>=dev-python/json5-0.10.0[${PYTHON_USEDEP}]
>=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
>=dev-python/regex-2021.8.21[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/hatchling[${PYTHON_USEDEP}]
"
>=dev-python/click-8.2.0[] >=dev-python/cssbeautifier-1.13.0[] >=dev-python/jsbeautifier-1.13.0[] >=dev-python/json5-0.10.0[] >=dev-python/pathspec-0.9.0[] >=dev-python/pyyaml-5.1[] >=dev-python/regex-2021.8.21[]
dev-python/hatchling[]