dev-python/crispy-bootstrap5: Bump to 2026.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-09-03 03:53:08 +02:00
parent 3360533065
commit f802406c81
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST crispy-bootstrap5-2026.3.gh.tar.gz 33629 BLAKE2B bf22021761cc607a678daeff5fe567f69166dac452de7b345dc693ff049a31ed7224adda89d473c4b235a719ce9124ee38fa07663c40f93d774bcee39d8f9d34 SHA512 8cf01f4f21c6158b2d65e9911d92d848004b4de14e218fc5fb6483de647ed3537486755be5c802dc0b612d61279c2efbfdbd1335175903b6549eee1696ca2166
DIST crispy-bootstrap5-2026.9.gh.tar.gz 33648 BLAKE2B 2145f99cea1ff450669a67ba19a26e2b2648ec93ba40c8f93bdcb2d0970e91434c3ece65b391d417828be05333edbc4bb885ca00b81f665eecc1ce8ced574f0d SHA512 7674ea506821b2bce4319ac7709686159c5a694de9e4b5a6e20f03e3368d09646f9b227f0b11e995bee2aa019dc8ebb47a6a718363f35479aa3488bec99552b9

View File

@@ -0,0 +1,31 @@
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Bootstrap5 template pack for django-crispy-forms"
HOMEPAGE="
https://github.com/django-crispy-forms/crispy-bootstrap5/
https://pypi.org/project/crispy-bootstrap5/
"
SRC_URI="
https://github.com/django-crispy-forms/crispy-bootstrap5/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/django-4.2[${PYTHON_USEDEP}]
>=dev-python/django-crispy-forms-2.3[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-django )
distutils_enable_tests pytest