summaryrefslogtreecommitdiff
path: root/dev-python/django-crispy-forms
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-01 23:15:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-01 23:15:56 +0100
commit85a2a2153ef8027c2ba1be45143cd91914be0ad0 (patch)
treead0163abb9755ef7f76a919d9225f26559a27076 /dev-python/django-crispy-forms
parent4de024ca2423b3aa77a91dd34ef0b70aff64f768 (diff)
gentoo auto-resync : 01:04:2023 - 23:15:55
Diffstat (limited to 'dev-python/django-crispy-forms')
-rw-r--r--dev-python/django-crispy-forms/Manifest2
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild (renamed from dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
index 3a15a4ba308c..a192afeacb4a 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,3 +1,3 @@
DIST django-crispy-forms-2.0.gh.tar.gz 273743 BLAKE2B 4169c4f77ddd0dd9f8786abd71ad762f645283555f250861f32b874fb9e189d4ca174285ee39b51bc5f0c0e8c2e83c2e00c34398c51ede65438a1c6b8a17c3ee SHA512 8b6f5b35cb90837b7cd6a64ed74afe6a19a80f287f66d0a139811990524e1a48d4d7c01e61fb7d303958522c47458d0aa0008a3d6c147f7d03dc790e53a80592
-EBUILD django-crispy-forms-2.0.ebuild 642 BLAKE2B 55cda626b6e2582238c4bb76da1ff388da18cc871b11ce2f0ea27c5f0f25e7980454bcf359d72a4d609a6db10d48ecc13388bb68477c7018ba487f77c43aaeb1 SHA512 4f528d6fb9f76bd4432e4806e4f7372264cc732ab62bac40cb6c8d2ee63a451405895cfe65151aafa3a1fb25e3fb36d357b84e54bdd2e3d72b4a2559bffc93a0
+EBUILD django-crispy-forms-2.0-r1.ebuild 695 BLAKE2B 3111a50692404e13da9787a80acbc1a2c0441e0081797d40b1d608ea1ef04b5bba1aea070a737cd8f1ab7630fdadaa0d8ddd4ee7745cfde676550557ed451754 SHA512 d65e11eb8cdece9f7f5b2d6b428075cb5987a76598e103b423bbcb9b19ae935021ef3da251eb6062ef3001019abaed90a36604b6ab31fa348e332efdf5cced5a
MISC metadata.xml 409 BLAKE2B d9663843245601ca8675fd522ca3b4150c36611874fb852f3c0c7bf68ec9595cb45ef66c293d658c13670f18bca6949a2747cffbbf819b55cd9b30ca6340bfba SHA512 2b1091cac748a00099f3a1685150bc8dfdf252b18b7e5c2fc17a8ca5054ec7ac0e72286dba872ead0354b4bae02cc3c410a5d05828f9dc257919526077bffc8d
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
index 914ce0712232..c25924666e64 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.0.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild
@@ -17,11 +17,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RESTRICT="test" #Missing crispy_bootstrap3
RDEPEND="dev-python/django[${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