dev-python/crispy-bootstrap5: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-13 15:39:10 +02:00
parent 4dde400246
commit 5b7f9a3b4e
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST crispy-bootstrap5-2025.4.gh.tar.gz 36000 BLAKE2B d17c409c0c7d8797c92499d6198d92b051d5251fcd36bc77e77d32da71e679c650128012fd3b2e86575c66994365d828ac39610f6100e6853cdf8f5be278ccee SHA512 971ead38d3430284aa7665bca558ebd4ff5d29f4a979ab7e04736bab4c4d3a4c4c7ff8d25265ec9f2dcfd264d99cae497674e0ef32f284896d99660c93e5ac78
DIST crispy-bootstrap5-2025.6.gh.tar.gz 36077 BLAKE2B 92bc299d9e17a3bc3c8d53f3b2cf6a9884bb140ea607a611af32ec5dc9503d66c24ebbbd08ae963c04582965edb6db9db99c516bd3e550c9414ebf4b285d7ee2 SHA512 675351035f13b1c9dff1095e294467c9d8669750f71fcbd965641da35db1d5742cc0a17a64be63af6f7b6747057d98b6fa067f1ac84ffa18ae4db2f9fd7222c6

View File

@@ -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="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}]
"
BDEPEND="
test? (
dev-python/pytest-django[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest