From bd3f32c74708b4dd480228071cf3a47257ce803b Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Tue, 2 Jul 2024 14:39:16 +0200 Subject: [PATCH] dev-python/django-htmx: add 1.18.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/n Signed-off-by: Andreas Billmeier --- dev-python/django-htmx/Manifest | 2 ++ .../django-htmx/django-htmx-1.18.0.ebuild | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-python/django-htmx/django-htmx-1.18.0.ebuild diff --git a/dev-python/django-htmx/Manifest b/dev-python/django-htmx/Manifest index 40e2a54..8e50f3f 100644 --- a/dev-python/django-htmx/Manifest +++ b/dev-python/django-htmx/Manifest @@ -1,3 +1,5 @@ DIST django-htmx-1.17.3.tar.gz 9779 BLAKE2B 30dcc0d081030c309de629c727c7c8955ac2416a93a027c0223cf90061b114ea62b3fa7ff2b374e13aadafde9c9992a490eebcc7f0c742f3b672a8ba6cdad91f SHA512 dc18c77e10ffa5fd0935b5c3c2e231f9bbf7c1049a1897180e7b25ebaf2e71c0ae07fa96668efbc648211b0fe4007ef56114dc47d13ed7285f84834b330680c9 +DIST django_htmx-1.18.0.tar.gz 9717 BLAKE2B 6fad8ca533aa3a887d65860e01caaa34a2a409844e06509ee42979b87bef37d8190eb24c9c8f9da97e9de9950cdca22dd6dfd65e1c2e9e38a279c085a8495e78 SHA512 ee81bacd41a259a5f43e0faeccecfdec8424e74524ad091a8432dad0cc2e83a22aebb412dd732b5f1e46bc8ce7b830b1914e2c97b81069cd72ca1d7fae3c32c1 EBUILD django-htmx-1.17.3.ebuild 600 BLAKE2B 7248be1a5ef99c614247a9f95ab10a120a2f976dacf3b54f97bcba025898ae5767894b2adedc6dfc9af8df040e2c1a0bc5b9e1c7e6d395a68174b0b37c9f09bf SHA512 71819e28aaf0b49d14496efc5d8462a2c9b3d3fff10adb6bb5183f30004a2e84c13c2c090a93cdc0b753e5fb6ebf1cadc09207b802ffe91ebdcd1739eed56ba5 +EBUILD django-htmx-1.18.0.ebuild 592 BLAKE2B d6eab608d51216754c1a6ebe8cad77fdb6c13e4312e8e2d521a5755d355c7e225863f659a27ed27acf9cf966239e3277492eedcfb9c7c18d84a5ba47848aebbf SHA512 6b17d32ea02adc7aa30e624859a5d1bffe9ecce1e024a39afdf09d200a819ea9f7f16ae34b8fe64629c924025b0bc3408e381c4ae09cb174c1d1ceb3d44675c4 MISC metadata.xml 511 BLAKE2B 41ff82c50f3217d373dfbe30fa6e5cd4b61e3ad3734157cac9083b6f6e467767b4f712e80cfbc97a5ace4aea544daf126813dfda7e484365ea46bd3998c62e8b SHA512 89b03dc8017070d02d4f8fd9de9be111d269ce25c4bcb8df14632b0965862a4dd903e9093282aaf66ffa8cbec77d66a846cc22dbdaa8e80e41fcf3d66a9d7e5f diff --git a/dev-python/django-htmx/django-htmx-1.18.0.ebuild b/dev-python/django-htmx/django-htmx-1.18.0.ebuild new file mode 100644 index 0000000..540c18c --- /dev/null +++ b/dev-python/django-htmx/django-htmx-1.18.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Extensions for using Django with htmx." +HOMEPAGE="https://github.com/adamchainz/django-htmx https://pypi.org/project/django-htmx/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND=">=dev-python/asgiref-3.6[${PYTHON_USEDEP}] + >=dev-python/django-3.2[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest