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 ACAB015808B for ; Sun, 17 Apr 2022 19:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BFC3E0BD2; Sun, 17 Apr 2022 19:00:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EACFEE0BBB for ; Sun, 17 Apr 2022 19:00:24 +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 3C7973415D0 for ; Sun, 17 Apr 2022 19:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81D593BB for ; Sun, 17 Apr 2022 19:00:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650221991.867b2fbde1d060ac3dc8cd88f80cb57abe529510.sam@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/django-cors-headers-3.10.1.ebuild X-VCS-Directories: dev-python/django-cors-headers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 867b2fbde1d060ac3dc8cd88f80cb57abe529510 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:00:20 +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: ee893b99-42da-434d-96a7-a89174537eb3 X-Archives-Hash: 917713c19b73d29d86f41c0075fcc2af commit: 867b2fbde1d060ac3dc8cd88f80cb57abe529510 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 18:51:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 18:59:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867b2fbd dev-python/django-cors-headers: drop 3.10.1 Signed-off-by: Sam James gentoo.org> .../django-cors-headers-3.10.1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/django-cors-headers/django-cors-headers-3.10.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.10.1.ebuild deleted file mode 100644 index 441ad19af723..000000000000 --- a/dev-python/django-cors-headers/django-cors-headers-3.10.1.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