commit:     6abe8a6131fb0bfe029a92e0c3a34466ebef6e47
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 03:44:43 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  2 03:55:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abe8a61

dev-python/crispy-bootstrap5: Bump to 2026.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/crispy-bootstrap5/Manifest              |  1 +
 .../crispy-bootstrap5-2026.3.ebuild                | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/crispy-bootstrap5/Manifest 
b/dev-python/crispy-bootstrap5/Manifest
index b7b590d8191b..3d5ebe0f2d1d 100644
--- a/dev-python/crispy-bootstrap5/Manifest
+++ b/dev-python/crispy-bootstrap5/Manifest
@@ -1 +1,2 @@
 DIST crispy-bootstrap5-2025.6.gh.tar.gz 36077 BLAKE2B 
92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2
 SHA512 
675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6
+DIST crispy-bootstrap5-2026.3.gh.tar.gz 33629 BLAKE2B 
bf22021761cc607a678daeff5fe567f69166dac452de7b345dc693ff049a31ed7224adda89d473c4b235a719ce9124ee38fa07663c40f93d774bcee39d8f9d34
 SHA512 
8cf01f4f21c6158b2d65e9911d92d848004b4de14e218fc5fb6483de647ed3537486755be5c802dc0b612d61279c2efbfdbd1335175903b6549eee1696ca2166

diff --git a/dev-python/crispy-bootstrap5/crispy-bootstrap5-2026.3.ebuild 
b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2026.3.ebuild
new file mode 100644
index 000000000000..608771b9b748
--- /dev/null
+++ b/dev-python/crispy-bootstrap5/crispy-bootstrap5-2026.3.ebuild
@@ -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..13} )
+
+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

Reply via email to