commit:     4f5fc19df3aaabaa3fcc6b74688cf1da3ff9df22
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:26:50 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 16:28:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5fc19d

dev-python/crispy-bootstrap3: new package, add 2022.1

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

 dev-python/crispy-bootstrap3/Manifest              |  1 +
 .../crispy-bootstrap3-2022.1.ebuild                | 23 ++++++++++++++++++++++
 dev-python/crispy-bootstrap3/metadata.xml          | 12 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/crispy-bootstrap3/Manifest 
b/dev-python/crispy-bootstrap3/Manifest
new file mode 100644
index 000000000000..bd68dc06355a
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/Manifest
@@ -0,0 +1 @@
+DIST crispy-bootstrap3-2022.1.gh.tar.gz 25773 BLAKE2B 
492f8b41fcdbb92bf40213aa31f98db9818cf0810cd5808e0436f838e9a0c3bea2e1cd3d5d8412034ecd3e97c2c80ba379cfbccab6675184eeb90d8e316041d8
 SHA512 
632bb7ec654227c7a95ea6019742517e5f04b41b570274adc52d1d828168327b8f2fd5e8f0171098500721ef449b408f79c5918b208adca1948ca61b0d2862a6

diff --git a/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild 
b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
new file mode 100644
index 000000000000..7fbae1ced281
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/crispy-bootstrap3-2022.1.ebuild
@@ -0,0 +1,23 @@
+# 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="Bootstrap3 template pack for django-crispy-forms"
+HOMEPAGE="
+       https://pypi.org/project/crispy-bootstrap3/
+"
+SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/refs/tags/${PV}.tar.gz
+       -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/django-crispy-forms[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

diff --git a/dev-python/crispy-bootstrap3/metadata.xml 
b/dev-python/crispy-bootstrap3/metadata.xml
new file mode 100644
index 000000000000..987136b6c888
--- /dev/null
+++ b/dev-python/crispy-bootstrap3/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>tup...@gentoo.org</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">crispy-bootstrap3</remote-id>
+               <remote-id 
type="github">django-crispy-forms/crispy-bootstrap3</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to