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 2312E158094 for ; Wed, 22 Jun 2022 07:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A1A6E0876; Wed, 22 Jun 2022 07:43:19 +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 5013CE0876 for ; Wed, 22 Jun 2022 07:43:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 656F1341755 for ; Wed, 22 Jun 2022 07:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80898514 for ; Wed, 22 Jun 2022 07:42: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: <1655883555.2baa26f7fcbf687feeabdddd031bf4166b49fceb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-cors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-cors/flask-cors-3.0.10.ebuild X-VCS-Directories: dev-python/flask-cors/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2baa26f7fcbf687feeabdddd031bf4166b49fceb X-VCS-Branch: master Date: Wed, 22 Jun 2022 07:42: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: d4412b4e-b6ee-46cb-a6a2-2159413485b0 X-Archives-Hash: 1031bae122e67d624befd8d6573ce286 commit: 2baa26f7fcbf687feeabdddd031bf4166b49fceb Author: Michał Górny gentoo org> AuthorDate: Wed Jun 22 07:39:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 22 07:39:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2baa26f7 dev-python/flask-cors: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/flask-cors/flask-cors-3.0.10.ebuild | 32 -------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/flask-cors/flask-cors-3.0.10.ebuild b/dev-python/flask-cors/flask-cors-3.0.10.ebuild deleted file mode 100644 index a53770f0384a..000000000000 --- a/dev-python/flask-cors/flask-cors-3.0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://github.com/wcdolphin/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/corydolphin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -fi - -DESCRIPTION="A Flask extension for Cross Origin Resource Sharing (CORS)" -HOMEPAGE="https://github.com/wcdolphin/flask-cors https://pypi.org/project/Flask-Cors/" - -LICENSE="MIT" -SLOT="0" - -BDEPEND="test? ( dev-python/packaging[${PYTHON_USEDEP}] )" -RDEPEND=" - dev-python/flask[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -distutils_enable_tests nose -distutils_enable_sphinx docs \ - dev-python/sphinx_rtd_theme