From 1ed059ee35da7daa4c540b1c97efe23f00359d98 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 25 May 2024 16:13:49 -0400 Subject: dev-python/django-bootstrap4: new package, add 24.3 Signed-off-by: Julien Roy --- dev-python/django-bootstrap4/Manifest | 1 + .../django-bootstrap4-24.3.ebuild | 31 ++++++++++++++++++++++ dev-python/django-bootstrap4/metadata.xml | 19 +++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 dev-python/django-bootstrap4/Manifest create mode 100644 dev-python/django-bootstrap4/django-bootstrap4-24.3.ebuild create mode 100644 dev-python/django-bootstrap4/metadata.xml (limited to 'dev-python/django-bootstrap4') 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 @@ + + + + + Julien Roy + julien@jroy.ca + + + + Dylan Verheul + dylan@dyve.net + + https://github.com/zostera/django-bootstrap4/issues + https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md + https://django-bootstrap4.readthedocs.io/ + zostera/django-bootstrap4 + django-bootstrap4 + + -- cgit v1.2.3