From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 A2224158042 for ; Fri, 1 Nov 2024 15:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD1E9E0883; Fri, 1 Nov 2024 15:47:09 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B1510E0883 for ; Fri, 1 Nov 2024 15:47:09 +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 B1A61343061 for ; Fri, 1 Nov 2024 15:47:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8E61295 for ; Fri, 1 Nov 2024 15:47:07 +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: <1730475988.708ed3097a7b08851e5c9fb54ca04a7cb9088da7.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/Manifest 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: 708ed3097a7b08851e5c9fb54ca04a7cb9088da7 X-VCS-Branch: master Date: Fri, 1 Nov 2024 15:47:07 +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: 9dc1cf18-8090-47cf-b9b4-437a5b0e6960 X-Archives-Hash: 4b63134a34613b68f8e43a9b9215a7a9 commit: 708ed3097a7b08851e5c9fb54ca04a7cb9088da7 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Nov 1 15:44:30 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Nov 1 15:46:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708ed309 dev-python/django-bootstrap5: new package, add 24.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/django-bootstrap5/Manifest | 1 + .../django-bootstrap5-24.3.ebuild | 25 ++++++++++++++++++++++ dev-python/django-bootstrap5/metadata.xml | 15 +++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/django-bootstrap5/Manifest b/dev-python/django-bootstrap5/Manifest new file mode 100644 index 000000000000..964a86d48346 --- /dev/null +++ b/dev-python/django-bootstrap5/Manifest @@ -0,0 +1 @@ +DIST django_bootstrap5-24.3.tar.gz 54344 BLAKE2B a1a793266190eaccc44f683ce3a12ea9a6076d44498b477ba1ada5b8158bdbf4ca02fcd7db214eedb492ac1219cbf11a886107417f9571f64cb3dc68f433a8b0 SHA512 087ad0d79e1fcbd2a8506080e0d137c721572f322290969310265039ac19eee8d9e1909f421e5a4d3a6b10c669785fa9565d6d14fc7d1a31152f87f1677f2e8d diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild b/dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild new file mode 100644 index 000000000000..3ba722716ceb --- /dev/null +++ b/dev-python/django-bootstrap5/django-bootstrap5-24.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_12 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Bootstrap 5 for Django." +HOMEPAGE=" + https://pypi.org/project/django-bootstrap5/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +python_test() { + "${EPYTHON}" -m django test tests --settings tests.app.settings \ + || die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/django-bootstrap5/metadata.xml b/dev-python/django-bootstrap5/metadata.xml new file mode 100644 index 000000000000..1a2c1dee94bf --- /dev/null +++ b/dev-python/django-bootstrap5/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + + + tupone@gentoo.org + Tupone Alfredo + + + + django-bootstrap5 + +