unitas-netbox/dev-python/django-htmx/django-htmx-1.22.0.ebuild
2025-03-05 14:28:19 +01:00

21 lines
405 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi
DESCRIPTION="Extensions for using Django with htmx."
HOMEPAGE="https://github.com/adamchainz/django-htmx"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
"