diff --git a/dev-python/django-htmx/Manifest b/dev-python/django-htmx/Manifest index 52b51ab..a2f4fb3 100644 --- a/dev-python/django-htmx/Manifest +++ b/dev-python/django-htmx/Manifest @@ -1 +1,2 @@ DIST django_htmx-1.19.0.tar.gz 9791 BLAKE2B d20550d396e9a402f5f869da7c7a1dca17fadd47ede2bb97c33c96375203a5b0ac263f9cf52e85cae73868f89ddf8b1ca5603d3ec365354498f50ca296570ab0 SHA512 08492f5729545cb1171c5546c6b9378fc544d7cedb9a90c3bcc61bb6483f56d8fb7f3011c44d5abd139e64b2cc2c17f6338d627cd6f565969b4f9ffaa9d496d3 +DIST django_htmx-1.21.0.tar.gz 9611 BLAKE2B 86009a749da4f898502fbdb1a9de662984cf0fa07ffb4d35736bc58d03d470d0c79810dd4bb518079a404cdabe76b540b4e36aee54f62008defe3851de551335 SHA512 d0e789168038ebc34cb6bd0df9c917cc876a49a9e73f65d03ec9f7d83ccf794f8d6051fdce7e1b2bbeb59a11dacad81e2290adecc7eefd4ee0067dbbd8b36cef diff --git a/dev-python/django-htmx/django-htmx-1.21.0.ebuild b/dev-python/django-htmx/django-htmx-1.21.0.ebuild new file mode 100644 index 0000000..e3812e4 --- /dev/null +++ b/dev-python/django-htmx/django-htmx-1.21.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-3.6[${PYTHON_USEDEP}] + >=dev-python/django-4.2[${PYTHON_USEDEP}] +"