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 CA80A15808C for ; Sat, 26 Feb 2022 18:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4F9FE08FF; Sat, 26 Feb 2022 17:59:59 +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 AC481E08F6 for ; Sat, 26 Feb 2022 17:59:59 +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 A18833431F3 for ; Sat, 26 Feb 2022 17:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E62C2CB for ; Sat, 26 Feb 2022 17:59:57 +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: <1645898383.0db53f02466e952401bd93a5f40ec14a9e87a8b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-cors-headers/Manifest dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild X-VCS-Directories: dev-python/django-cors-headers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0db53f02466e952401bd93a5f40ec14a9e87a8b9 X-VCS-Branch: master Date: Sat, 26 Feb 2022 17:59:57 +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: 46489cdd-fdd1-422f-8783-94110458726a X-Archives-Hash: 23d3d0b78d97f251de663c75ca10dda5 commit: 0db53f02466e952401bd93a5f40ec14a9e87a8b9 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 26 17:43:35 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 26 17:59:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db53f02 dev-python/django-cors-headers: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/django-cors-headers/Manifest | 1 - .../django-cors-headers-3.10.0.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest index 5fed2c5e07e8..081bb5fe6fe3 100644 --- a/dev-python/django-cors-headers/Manifest +++ b/dev-python/django-cors-headers/Manifest @@ -1,2 +1 @@ -DIST django-cors-headers-3.10.0.gh.tar.gz 30786 BLAKE2B cd4de0b851932d023982fe2df8dbb00f56b863d2932a776e224b3f026ae03174561b1ac39ada9f0ef2e2057f8f05e67314e6ca935aa8beca31588472becadaec SHA512 dbb4925a1818e9e3cc18294ee0636ed193a195f4f6cf337ff01ee295ff7943ed376fa53071ea68f87df83d30dd9028ef75b36181bc128635c6040c8a3720676d DIST django-cors-headers-3.10.1.gh.tar.gz 29478 BLAKE2B 935167699b8c63b4741ff095a0dcfb4a0875a424e6f452989b788eb1f97147be4792c8d0304cdf1cfc6f6c339cb27bc7f701c0ae1c379bfe573031c1a2d67c14 SHA512 7c5e94fd59ae4ae542386c9d307ed2628b2e3cb8bd5f48e004b3a84b311acd269a2ba2faf6d034c6cab5f7a0d6e781b4c7ee7c64da8a486a46610af723ee448c diff --git a/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild deleted file mode 100644 index 441ad19af723..000000000000 --- a/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" -HOMEPAGE="https://github.com/adamchainz/django-cors-headers" -SRC_URI=" - https://github.com/adamchainz/django-cors-headers/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest-django[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest