public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-registration/
Date: Mon, 07 Apr 2025 18:00:03 +0000 (UTC)	[thread overview]
Message-ID: <1744048796.98bb5c74cd67a16c63f2d83f55570e970a97452a.arthurzam@gentoo> (raw)

commit:     98bb5c74cd67a16c63f2d83f55570e970a97452a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  7 17:53:37 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  7 17:59:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bb5c74

dev-python/django-registration: add 5.2.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/django-registration/Manifest            |  1 +
 .../django-registration-5.2.1.ebuild               | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/django-registration/Manifest b/dev-python/django-registration/Manifest
index 9f61ba456cd8..730659e3279b 100644
--- a/dev-python/django-registration/Manifest
+++ b/dev-python/django-registration/Manifest
@@ -1,2 +1,3 @@
 DIST django-registration-3.4.gh.tar.gz 81582 BLAKE2B bc3ee4ed806486c8a0422cc4ef62c2628f6b5880e0aa63ffdfd5ba7f90967c96c5cd7555faf58254e0a49bdb025b9bdf8eb212bfce4596db7db4f97e4eb3400d SHA512 b6c87cbaeb9548e2c2d8672078b5967aee1e881c2b880193ba410a8c293c93fd0c8e57abac8deda2cb6f61a11936fd5c72060e4954f1d74de1e3a3646b63885b
 DIST django-registration-5.1.0.gh.tar.gz 92245 BLAKE2B ccd1c0c34a0a579877b36eb25639887d148132ce552ef3fa9df5f36a0f05a5f7d290f6f1a5b2e8584dec53b6646cdf776a0a2154792f06432d38813badf98975 SHA512 81feb228c27ed433a97546e4ace794f8718d6c3a5d741507d36cb142a63aa20f31259604945dde0020656d8240e0e4cf46295b0e9082e2e1a9cb4fb025472ff8
+DIST django-registration-5.2.1.gh.tar.gz 92994 BLAKE2B 2c8562cc2d41020ffd1270258df797ca0866fca4586b286d5a609dd08f54eb5267e5a80ea35c5b0672f3b2e3e25fca45d1880743be1fd5e28be5e77a2be3bcb9 SHA512 3ab48addd0bfb1e7db2f91eea3c520ca74e4b0fdc11d8182015bc50aea4675c0298d2a7938174b78f7d9bafafaf56212aae70f1409a8511ec4a11b07e07ddf4f

diff --git a/dev-python/django-registration/django-registration-5.2.1.ebuild b/dev-python/django-registration/django-registration-5.2.1.ebuild
new file mode 100644
index 000000000000..c058d04f5193
--- /dev/null
+++ b/dev-python/django-registration/django-registration-5.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="user-registration application for Django"
+HOMEPAGE="
+	https://pypi.org/project/django-registration/
+	https://github.com/ubernostrum/django-registration/
+"
+SRC_URI="
+	https://github.com/ubernostrum/${PN}/archive/refs/tags/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/confusable-homoglyphs-3.0[${PYTHON_USEDEP}]
+	>=dev-python/django-4.2[${PYTHON_USEDEP}]
+	elibc_musl? ( dev-python/tzdata )
+"
+
+python_test() {
+	local -x DJANGO_SETTINGS_MODULE=tests.settings
+	PYTHONPATH=. "${EPYTHON}" runtests.py || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2025-04-07 18:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07 18:00 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29 17:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-registration/ Alfredo Tupone
2025-04-25 16:14 Alfredo Tupone
2025-04-08  4:45 Michał Górny
2024-12-20 21:24 Alfredo Tupone
2024-11-08 20:27 Michał Górny
2023-12-31 12:25 Alfredo Tupone
2023-12-31 12:23 Alfredo Tupone
2023-12-30 18:28 Michał Górny
2023-10-12 19:29 Alfredo Tupone
2023-07-22 12:26 Alfredo Tupone
2023-04-16 10:13 Alfredo Tupone

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=1744048796.98bb5c74cd67a16c63f2d83f55570e970a97452a.arthurzam@gentoo \
    --to=arthurzam@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