diff --git a/dev-python/django-htmx/Manifest b/dev-python/django-htmx/Manifest new file mode 100644 index 0000000..52b51ab --- /dev/null +++ b/dev-python/django-htmx/Manifest @@ -0,0 +1 @@ +DIST django_htmx-1.19.0.tar.gz 9791 BLAKE2B d20550d396e9a402f5f869da7c7a1dca17fadd47ede2bb97c33c96375203a5b0ac263f9cf52e85cae73868f89ddf8b1ca5603d3ec365354498f50ca296570ab0 SHA512 08492f5729545cb1171c5546c6b9378fc544d7cedb9a90c3bcc61bb6483f56d8fb7f3011c44d5abd139e64b2cc2c17f6338d627cd6f565969b4f9ffaa9d496d3 diff --git a/dev-python/django-htmx/django-htmx-1.19.0.ebuild b/dev-python/django-htmx/django-htmx-1.19.0.ebuild new file mode 100644 index 0000000..6fae3a9 --- /dev/null +++ b/dev-python/django-htmx/django-htmx-1.19.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Extensions for using Django with htmx" +HOMEPAGE="https://pypi.org/project/django-htmx/" +SRC_URI="$(pypi_sdist_url)" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" + +RDEPEND=" + dev-python/asgiref[${PYTHON_USEDEP}] + >=dev-python/django-3.2[${PYTHON_USEDEP}] +"