commit:     9d9b371366f3b58469238bd0235a0bdc9e47cf9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  2 03:44:55 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=9d9b3713

dev-python/django-crispy-forms: Remove old

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

 dev-python/django-crispy-forms/Manifest            |  1 -
 .../django-crispy-forms-2.4.ebuild                 | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/django-crispy-forms/Manifest 
b/dev-python/django-crispy-forms/Manifest
index f6bb202c8bd7..c9c5ecd93d54 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,2 +1 @@
-DIST django-crispy-forms-2.4.gh.tar.gz 275076 BLAKE2B 
00c1344c7b972d8332f94a338540da22668292cfb8941969d3c1fc1eb28856c245e7380449c15d969be7af04254c8ebeb26bc513a16e120965da7a8a60315562
 SHA512 
a87ef27b6cd2f6a3c76116a474837720249099a5674080d89c0e8a77ce2ce69d2c5ecd1b4b418b7116cdaa212c564a7bc1ca3377e0189d7620655c1e43858517
 DIST django-crispy-forms-2.5.gh.tar.gz 1094814 BLAKE2B 
233c9cde2cbda2e902de07cb6e6c2ea580860501875f2993e00afba66e4e08381b7fa787a127fea1d7212cab9a0d6faff1d6ccdfdbfb23777788e1fbb49c5926
 SHA512 
ec1d6cd0de828aceb00a5f9a1f09ceac69e4ad67a16c8e4cdd7f8e5a6f0e5be6f954bb22ed6741bb259b69be04d76e0bf1dfc16ea0a4b454eec674dfc93f05b5

diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild 
b/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
deleted file mode 100644
index 247cfa15e346..000000000000
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2025 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="DRY Django forms"
-HOMEPAGE="
-       https://github.com/django-crispy-forms/django-crispy-forms/
-       https://pypi.org/project/django-crispy-forms/
-"
-SRC_URI="
-       
https://github.com/django-crispy-forms/django-crispy-forms/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-       >=dev-python/django-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-               dev-python/crispy-bootstrap3[${PYTHON_USEDEP}]
-               dev-python/crispy-bootstrap4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to