Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/
Date: Sat, 30 Jul 2022 19:36:08
Message-Id: 1659209747.a3f2844eb9e8bf89002f5f0843cb5894db9b96bb.tupone@gentoo
1 commit: a3f2844eb9e8bf89002f5f0843cb5894db9b96bb
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:35:47 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 19:35:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f2844e
7
8 dev-python/django-crispy-forms: add to tree
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-python/django-crispy-forms/Manifest | 1 +
14 .../django-crispy-forms-1.14.0.ebuild | 21 +++++++++++++++++++++
15 dev-python/django-crispy-forms/metadata.xml | 12 ++++++++++++
16 3 files changed, 34 insertions(+)
17
18 diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
19 new file mode 100644
20 index 000000000000..fbc0996d9583
21 --- /dev/null
22 +++ b/dev-python/django-crispy-forms/Manifest
23 @@ -0,0 +1 @@
24 +DIST django-crispy-forms-1.14.0.tar.gz 295826 BLAKE2B 4be78ba2eb8b7dfd6d9813d2a94b26ca571f3c8767f22e37e64deca517b0044d1684343f82790860f024b6eaf6759acfdb6975e4497e40bb75cc64ace3ce9745 SHA512 964ebcd74dd284d11cd0a820238468cce415a61b9ac83afe401b1414da0e27b3e9e0a9aa4fec411a8ff9fa08aa6fb56550c6262e0a9d821b17e12590fc06970c
25
26 diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
27 new file mode 100644
28 index 000000000000..32f8a0f85bcb
29 --- /dev/null
30 +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.14.0.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..11} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="DRY Django forms"
43 +HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms"
44 +SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz
45 + -> ${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +RESTRICT="test" #Not working
51 +
52 +RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
53
54 diff --git a/dev-python/django-crispy-forms/metadata.xml b/dev-python/django-crispy-forms/metadata.xml
55 new file mode 100644
56 index 000000000000..0e3ee306f637
57 --- /dev/null
58 +++ b/dev-python/django-crispy-forms/metadata.xml
59 @@ -0,0 +1,12 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="person">
64 + <email>tupone@g.o</email>
65 + <name>Tupone Alfredo</name>
66 + </maintainer>
67 + <upstream>
68 + <remote-id type="pypi">django-crispy-forms</remote-id>
69 + <remote-id type="github">django-crispy-forms/django-crispy-forms</remote-id>
70 + </upstream>
71 +</pkgmetadata>