dev-python/djlint - 1.39.2 (bennypowers)

Search

Install

Install this version:

emerge -a =dev-python/djlint-1.39.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/djlint-1.39.2

Or alternatively:

emerge --autounmask-write -a =dev-python/djlint-1.39.2

Package Information

Description:
HTML template linter and formatter
Homepage:
https://djlint.com https://pypi.org/project/djlint/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.39.2 8 ~amd64 0
View Raw Ebuild
# 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.0.1[${PYTHON_USEDEP}]
	>=dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
	>=dev-python/cssbeautifier-1.14.4[${PYTHON_USEDEP}]
	>=dev-python/jsbeautifier-1.14.4[${PYTHON_USEDEP}]
	>=dev-python/json5-0.9.11[${PYTHON_USEDEP}]
	>=dev-python/pathspec-0.12[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6[${PYTHON_USEDEP}]
	>=dev-python/regex-2023[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.62.2[${PYTHON_USEDEP}]
"

BDEPEND="
	dev-python/hatchling[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-8.0.1[]
	>=dev-python/colorama-0.4.4[]
	>=dev-python/cssbeautifier-1.14.4[]
	>=dev-python/jsbeautifier-1.14.4[]
	>=dev-python/json5-0.9.11[]
	>=dev-python/pathspec-0.12[]
	>=dev-python/pyyaml-6[]
	>=dev-python/regex-2023[]
	>=dev-python/tqdm-4.62.2[]

BDEPEND

	dev-python/hatchling[]