summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-14 06:55:36 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-14 06:55:36 +0200
commit8ad2eb731ae5a3c6f51d655d372e4fc01f708cbf (patch)
tree0f586d420fba022e1fed25f3fdad1e78fa4aaea5 /dev-python
parent1fcae38c5cfc73c4c7670142f504960dc476708a (diff)
downloadgentoo-8ad2eb731ae5a3c6f51d655d372e4fc01f708cbf.tar.gz
gentoo-8ad2eb731ae5a3c6f51d655d372e4fc01f708cbf.tar.bz2
gentoo-8ad2eb731ae5a3c6f51d655d372e4fc01f708cbf.zip
dev-python/django-crispy-forms: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-crispy-forms/Manifest2
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild36
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-2.3.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
index a6d255e58524..6f2c05922c6f 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1,3 +1 @@
-DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08 SHA512 a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24
-DIST django-crispy-forms-2.3.gh.tar.gz 274969 BLAKE2B 0a9c24c4aec43b35fd9596c1e23bb5e3988b36398f50a7155360929c41a6e0fdb388ae3c12673fc761c91f0315195f69389d021aef94c2b14a245c706f328599 SHA512 1c5ad8a64a6f8175a6d5eb56b244d856c8aab1ebcc8c4b549aebfa4711128d1401ad0f625ca68c10fb1b0be9656c662e865e783994f323f87e5b08da4bd0585a
DIST django-crispy-forms-2.4.gh.tar.gz 275076 BLAKE2B 00c1344c7b972d8332f94a338540da22668292cfb8941969d3c1fc1eb28856c245e7380449c15d969be7af04254c8ebeb26bc513a16e120965da7a8a60315562 SHA512 a87ef27b6cd2f6a3c76116a474837720249099a5674080d89c0e8a77ce2ce69d2c5ecd1b4b418b7116cdaa212c564a7bc1ca3377e0189d7620655c1e43858517
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
deleted file mode 100644
index 5d9598bb0f6b..000000000000
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2024 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="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 ~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
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.3.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.3.ebuild
deleted file mode 100644
index 5d9598bb0f6b..000000000000
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2024 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="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 ~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