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 05A1A15817D for ; Thu, 20 Jun 2024 17:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD2FE2A5F; Thu, 20 Jun 2024 17:14:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A814E2A5F for ; Thu, 20 Jun 2024 17:14:32 +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 3C29933BE4D for ; Thu, 20 Jun 2024 17:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE411D45 for ; Thu, 20 Jun 2024 17:14:29 +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: <1718903658.72febc8d27d8934f72598a6e4b91aaf9d1e1716c.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.1.ebuild X-VCS-Directories: dev-python/django-crispy-forms/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72febc8d27d8934f72598a6e4b91aaf9d1e1716c X-VCS-Branch: master Date: Thu, 20 Jun 2024 17:14:29 +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: 44b16b62-19e2-4fe9-848c-e0400f3466c3 X-Archives-Hash: 169feae53b1301c1b8ce67e1779ac7cc commit: 72febc8d27d8934f72598a6e4b91aaf9d1e1716c Author: Michał Górny gentoo org> AuthorDate: Thu Jun 20 16:43:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 20 17:14:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72febc8d 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.1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest index 7728848da81c..87ca176836ec 100644 --- a/dev-python/django-crispy-forms/Manifest +++ b/dev-python/django-crispy-forms/Manifest @@ -1,2 +1 @@ -DIST django-crispy-forms-2.1.gh.tar.gz 274397 BLAKE2B 3f38830f370efde04494add3ddd2ce7f4a04b032b9aad770ba30885ed2b3a14cff3c748fa299041c9c1d7007b30eb55c96a46fe496c0432b187ae72879d4240e SHA512 703f353adc272905b4d5ebe21ea54e3016a3889703bf406dfdf92638dac2e6f536cf1bc16022be6a442f7dfa962ff17746edea591cf80c2be9440d9bb50a9dcc DIST django-crispy-forms-2.2.gh.tar.gz 274957 BLAKE2B bb80affa2050c1eee3bb706ab5fc48555676cf118b78ff4d28031c1df9c0e8adba9f1638cbea7f87c4edd2d655fb1a00de30b64e073b1f0f9b35a6103d9b9c08 SHA512 a379fbd1b9916aa3123a4c1af5c9da4916573c57b2e575cb189fe8cba23718490c9130ff55e7ae80dbb3d9476d449daf1f8c9f8caec80f394601af6246615f24 diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild deleted file mode 100644 index 69f2d844079a..000000000000 --- a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild +++ /dev/null @@ -1,36 +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_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="DRY Django forms" -HOMEPAGE=" - https://github.com/django-crispy-forms/django-crispy-forms/ - https://pypi.org/project/django-crispy-forms/ -" -SRC_URI=" - https://github.com/django-crispy-forms/django-crispy-forms/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/django-4.2[${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