commit:     8083b8b3f9d28da81ec8f13e8bd48f1b3a631502
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 09:51:06 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 10:08:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8083b8b3

dev-python/django-registration: new package, add 3.3

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-python/django-registration/Manifest            |  1 +
 .../django-registration-3.3.ebuild                 | 27 ++++++++++++++++++++++
 dev-python/django-registration/metadata.xml        | 12 ++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/django-registration/Manifest 
b/dev-python/django-registration/Manifest
new file mode 100644
index 000000000000..bfddf811c2f3
--- /dev/null
+++ b/dev-python/django-registration/Manifest
@@ -0,0 +1 @@
+DIST django-registration-3.3.gh.tar.gz 77483 BLAKE2B 
4d65479983a5aa104daffe07ed84218250893ccf6df44e5533473d587a6e76fe71c905124af3909efda515ea84df49f27eafc32f23480ca3e1f6ef55607b3cd7
 SHA512 
66ef0de4c1adb303717cf87e9d3ce7ab07ca60bab64cbc810f61f31d05a968c0b4fa216b90e7ad575e647c6fdb789ea875c428b0ca8b0104d055ed0882aae144

diff --git a/dev-python/django-registration/django-registration-3.3.ebuild 
b/dev-python/django-registration/django-registration-3.3.ebuild
new file mode 100644
index 000000000000..385e2ce8ccb0
--- /dev/null
+++ b/dev-python/django-registration/django-registration-3.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+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"
+RESTRICT="test" # Tests are not working here
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

diff --git a/dev-python/django-registration/metadata.xml 
b/dev-python/django-registration/metadata.xml
new file mode 100644
index 000000000000..399da25e9adf
--- /dev/null
+++ b/dev-python/django-registration/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">django-registration</remote-id>
+               <remote-id 
type="github">ubernostrum/django-registration</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to