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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E07FF1584F2 for ; Mon, 17 Mar 2025 20:16:12 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CBA0C3432DF for ; Mon, 17 Mar 2025 20:16:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C3A9F11037F; Mon, 17 Mar 2025 20:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B79A511037F for ; Mon, 17 Mar 2025 20:16:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B6903432D7 for ; Mon, 17 Mar 2025 20:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CB211A8 for ; Mon, 17 Mar 2025 20:16:09 +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: <1742242545.0c04ddeea23d08c100258b4a1c52f7763cb24b22.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.ebuild dev-python/django-bootstrap5/metadata.xml X-VCS-Directories: dev-python/django-bootstrap5/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0c04ddeea23d08c100258b4a1c52f7763cb24b22 X-VCS-Branch: master Date: Mon, 17 Mar 2025 20:16:09 +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: 0c1253e2-a451-4358-a16d-b8abda118466 X-Archives-Hash: 4b6b0ede4c50f33e80277d3e642e689a commit: 0c04ddeea23d08c100258b4a1c52f7763cb24b22 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Mar 17 20:15:16 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 17 20:15:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c04ddee dev-python/django-bootstrap5: add test deps Closes: https://bugs.gentoo.org/942776 Signed-off-by: Alfredo Tupone gentoo.org> ...go-bootstrap5-24.3.ebuild => django-bootstrap5-24.3-r1.ebuild} | 8 +++++++- dev-python/django-bootstrap5/metadata.xml | 3 --- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild similarity index 80% rename from dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild rename to dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild index 3ba722716ceb..408efb3e79d0 100644 --- a/dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild +++ b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,12 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +BDEPEND=" + test? ( + dev-python/django[${PYTHON_USEDEP}] + sci-libs/gdal + ) +" distutils_enable_tests pytest diff --git a/dev-python/django-bootstrap5/metadata.xml b/dev-python/django-bootstrap5/metadata.xml index 1a2c1dee94bf..c8ff0e4fe6bc 100644 --- a/dev-python/django-bootstrap5/metadata.xml +++ b/dev-python/django-bootstrap5/metadata.xml @@ -1,9 +1,6 @@ - - python@gentoo.org - tupone@gentoo.org Tupone Alfredo