From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42E2D1584F2 for ; Mon, 17 Mar 2025 20:42:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2D27F3431F4 for ; Mon, 17 Mar 2025 20:42:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E90911037F; Mon, 17 Mar 2025 20:42:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 14DB411037F for ; Mon, 17 Mar 2025 20:42:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2B23431E1 for ; Mon, 17 Mar 2025 20:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 140311D72 for ; Mon, 17 Mar 2025 20:42:42 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1742244146.255f491df8ccba8c1cf6825ee5b413757100003b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-bootstrap5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild X-VCS-Directories: dev-python/django-bootstrap5/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 255f491df8ccba8c1cf6825ee5b413757100003b X-VCS-Branch: master Date: Mon, 17 Mar 2025 20:42:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80e22a93-5a54-4375-bd5f-eb68f2fd7723 X-Archives-Hash: b4e993c3f26a19ac09e474cd50bf2b71 commit: 255f491df8ccba8c1cf6825ee5b413757100003b Author: Alfredo Tupone gentoo org> AuthorDate: Mon Mar 17 20:41:59 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 17 20:42:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255f491d dev-python/django-bootstrap5: add django & jinja2 as RDEPS Signed-off-by: Alfredo Tupone gentoo.org> ...strap5-24.3-r1.ebuild => django-bootstrap5-24.3-r2.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild similarity index 78% rename from dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild rename to dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild index 408efb3e79d0..ecc98380c9e0 100644 --- a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild +++ b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild @@ -16,12 +16,13 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" - test? ( - dev-python/django[${PYTHON_USEDEP}] - sci-libs/gdal - ) + +RDEPEND=" + dev-python/django[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] " +DEPEND="${RDEPEND}" +BDEPEND="test? ( sci-libs/gdal )" distutils_enable_tests pytest