aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-25 16:13:49 -0400
committerJulien Roy <julien@jroy.ca>2024-05-25 16:13:49 -0400
commit1ed059ee35da7daa4c540b1c97efe23f00359d98 (patch)
treedb7efa92f5c3dd3f189aaf583885ff5035081a41
parent17227291ebc2e7120e4c256be3a25097a4097ca7 (diff)
downloadMrRoy-Overlay-1ed059ee35da7daa4c540b1c97efe23f00359d98.tar.gz
MrRoy-Overlay-1ed059ee35da7daa4c540b1c97efe23f00359d98.tar.bz2
MrRoy-Overlay-1ed059ee35da7daa4c540b1c97efe23f00359d98.zip
dev-python/django-bootstrap4: new package, add 24.3
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r--dev-python/django-bootstrap4/Manifest1
-rw-r--r--dev-python/django-bootstrap4/django-bootstrap4-24.3.ebuild31
-rw-r--r--dev-python/django-bootstrap4/metadata.xml19
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/django-bootstrap4/Manifest b/dev-python/django-bootstrap4/Manifest
new file mode 100644
index 0000000..fa66394
--- /dev/null
+++ b/dev-python/django-bootstrap4/Manifest
@@ -0,0 +1 @@
+DIST django_bootstrap4-24.3.tar.gz 50108 BLAKE2B 00ece34440bb773636d9f54f68519579b4f611ce15ef88520280cd956bafdc0af245eaad761105926fc6d5784ac6a35f570b6ff66824a6d36d7e240a4d7297b0 SHA512 b1c028d1a4579ffe0f820c087954ee9426e2adde113e069354f85e8edfc8cc9778d39a3123e63d75cfcbb142196ad012563a3cd412161f8f7b43cdf266d999ca
diff --git a/dev-python/django-bootstrap4/django-bootstrap4-24.3.ebuild b/dev-python/django-bootstrap4/django-bootstrap4-24.3.ebuild
new file mode 100644
index 0000000..0e096f4
--- /dev/null
+++ b/dev-python/django-bootstrap4/django-bootstrap4-24.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMLALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bootstrap 4 integration with Django"
+HOMEPAGE="
+ https://github.com/zostera/django-bootstrap4
+ https://pypi.org/project/django-bootstrap4/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+# Can't run django tests
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/django[${PYTHON_USEDEP}]
+ dev-python/twine[${PYTHON_USEDEP}]
+
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests setup.py
diff --git a/dev-python/django-bootstrap4/metadata.xml b/dev-python/django-bootstrap4/metadata.xml
new file mode 100644
index 0000000..0c93dca
--- /dev/null
+++ b/dev-python/django-bootstrap4/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Julien Roy</name>
+ <email>julien@jroy.ca</email>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Dylan Verheul</name>
+ <email>dylan@dyve.net</email>
+ </maintainer>
+ <bugs-to>https://github.com/zostera/django-bootstrap4/issues</bugs-to>
+ <changelog>https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md</changelog>
+ <doc>https://django-bootstrap4.readthedocs.io/</doc>
+ <remote-id type="github">zostera/django-bootstrap4</remote-id>
+ <remote-id type="pypi">django-bootstrap4</remote-id>
+ </upstream>
+</pkgmetadata>