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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20F2F15803E for ; Sat, 30 Dec 2023 18:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63CDB2BC026; Sat, 30 Dec 2023 18:28:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 464D32BC026 for ; Sat, 30 Dec 2023 18:28:46 +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 8E18733BDE1 for ; Sat, 30 Dec 2023 18:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5B41450 for ; Sat, 30 Dec 2023 18:28:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1703960831.8da3b0e2d4adc93c29ee5906bc272734dfd4e2d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-crispy-forms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-crispy-forms/Manifest dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild X-VCS-Directories: dev-python/django-crispy-forms/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8da3b0e2d4adc93c29ee5906bc272734dfd4e2d0 X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:28:44 +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: 193722eb-0edb-4467-83a1-1b147c48b413 X-Archives-Hash: d3b4a7ce86f77e8dc7845bb1a09112bc commit: 8da3b0e2d4adc93c29ee5906bc272734dfd4e2d0 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 18:27:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 18:27:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da3b0e2 dev-python/django-crispy-forms: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/django-crispy-forms/Manifest | 1 - .../django-crispy-forms-2.0-r1.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest index 811c44aa2529..d64678e65d22 100644 --- a/dev-python/django-crispy-forms/Manifest +++ b/dev-python/django-crispy-forms/Manifest @@ -1,2 +1 @@ -DIST django-crispy-forms-2.0.gh.tar.gz 273743 BLAKE2B 4169c4f77ddd0dd9f8786abd71ad762f645283555f250861f32b874fb9e189d4ca174285ee39b51bc5f0c0e8c2e83c2e00c34398c51ede65438a1c6b8a17c3ee SHA512 8b6f5b35cb90837b7cd6a64ed74afe6a19a80f287f66d0a139811990524e1a48d4d7c01e61fb7d303958522c47458d0aa0008a3d6c147f7d03dc790e53a80592 DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e SHA512 703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild deleted file mode 100644 index c25924666e64..000000000000 --- a/dev-python/django-crispy-forms/django-crispy-forms-2.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="DRY Django forms" -HOMEPAGE="https://github.com/django-crispy-forms/django-crispy-forms" -SRC_URI="https://github.com/django-crispy-forms/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/django[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/pytest-django[${PYTHON_USEDEP}] - dev-python/crispy-bootstrap3[${PYTHON_USEDEP}] - dev-python/crispy-bootstrap4[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest