public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/
Date: Sun, 16 Jun 2024 05:21:13 +0000 (UTC)	[thread overview]
Message-ID: <1718514912.876db2ea51ea71f7931dc432e430b1a59be77d4d.mgorny@gentoo> (raw)

commit:     876db2ea51ea71f7931dc432e430b1a59be77d4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 05:15:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 05:15:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876db2ea

dev-python/django-crispy-forms: Bump to 2.2

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

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

diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
index d64678e65d22..7728848da81c 100644
--- a/dev-python/django-crispy-forms/Manifest
+++ b/dev-python/django-crispy-forms/Manifest
@@ -1 +1,2 @@
 DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e SHA512 703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc
+DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08 SHA512 a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24

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
new file mode 100644
index 000000000000..4a3efaf138b0
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.2.ebuild
@@ -0,0 +1,36 @@
+# 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..12} )
+
+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


             reply	other threads:[~2024-06-16  5:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16  5:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26 19:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/ Alfredo Tupone
2025-04-14  5:35 Michał Górny
2025-04-13 18:36 Alfredo Tupone
2024-07-19 19:56 Michał Górny
2024-06-20 17:14 Michał Górny
2024-06-20 16:33 Michał Górny
2023-12-30 18:28 Michał Górny
2023-10-16  3:52 Michał Górny
2023-10-16  3:44 Michał Górny
2023-04-01 17:04 Alfredo Tupone
2023-02-28 21:11 Alfredo Tupone
2022-12-05 18:26 Alfredo Tupone
2022-08-02 22:03 Sam James
2022-07-30 19:36 Alfredo Tupone
2017-05-02 14:02 Michał Górny
2016-01-14  9:53 Justin Lecher
2015-09-15  7:17 Justin Lecher
2015-08-21 17:19 Justin Lecher
2015-08-18 20:30 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718514912.876db2ea51ea71f7931dc432e430b1a59be77d4d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox