diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-16 11:51:06 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-16 12:08:43 +0200 |
commit | 8083b8b3f9d28da81ec8f13e8bd48f1b3a631502 (patch) | |
tree | f230e04e4aa8b66322462fc6bfabc3d1f0317a49 /dev-python/django-registration | |
parent | dev-lang/crystal: bump to 1.8.0 (diff) | |
download | gentoo-8083b8b3f9d28da81ec8f13e8bd48f1b3a631502.tar.gz gentoo-8083b8b3f9d28da81ec8f13e8bd48f1b3a631502.tar.bz2 gentoo-8083b8b3f9d28da81ec8f13e8bd48f1b3a631502.zip |
dev-python/django-registration: new package, add 3.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/django-registration')
-rw-r--r-- | dev-python/django-registration/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-registration/django-registration-3.3.ebuild | 27 | ||||
-rw-r--r-- | dev-python/django-registration/metadata.xml | 12 |
3 files changed, 40 insertions, 0 deletions
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>tupone@gentoo.org</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> |