commit: 854d8ed73f6d0cbb4634d24ece3f94508a6aaf9d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 13:35:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 13:50:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854d8ed7
dev-python/crispy-bootstrap4: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/crispy-bootstrap4/Manifest | 1 -
.../crispy-bootstrap4-2024.10.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/crispy-bootstrap4/Manifest
b/dev-python/crispy-bootstrap4/Manifest
index 24f400a21925..acd30a8823af 100644
--- a/dev-python/crispy-bootstrap4/Manifest
+++ b/dev-python/crispy-bootstrap4/Manifest
@@ -1,2 +1 @@
-DIST crispy-bootstrap4-2024.10.gh.tar.gz 32278 BLAKE2B
8104bc4964fa11df05a6b6e244e4c58cc678225afdedf4a72749cc74986d8b763c6fe32aba9376d2a4077ac765c06df4582fa796caee885e82156c81369dcf16
SHA512
4cd7cde7d987baa5f6806076fe7f991e450544427deee9b0e64a45acd94b2987352369a6d277b90e6c9ff19e35225a3b5bc219336725b67e4aa0c8280cd6ac12
DIST crispy-bootstrap4-2025.6.gh.tar.gz 32715 BLAKE2B
a239fba7c9d93d6455526d2dc577d6f1ce9bbe3d2ca5076d8376ad60bbaa1f56e7de103cd791ff9d16ffb4b81a4ff59a6fba8071f1098b1f1e10b7b7856cbb8b
SHA512
10edf4d44931a593072c3089ec6eb82e1d42e37b4fcddbfa7c8313c868f880c9eff3d9b270f4bb31148285b9a88f9952348fe4485c76932300e2b788dd00cb91
diff --git a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild
b/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild
deleted file mode 100644
index 8d796e1d40f9..000000000000
--- a/dev-python/crispy-bootstrap4/crispy-bootstrap4-2024.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bootstrap4 template pack for django-crispy-forms"
-HOMEPAGE="
- https://github.com/django-crispy-forms/crispy-bootstrap4/
- https://pypi.org/project/crispy-bootstrap4/
-"
-SRC_URI="
-
https://github.com/django-crispy-forms/crispy-bootstrap4/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.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-django[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest