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 06855158088 for ; Fri, 5 Nov 2021 09:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9894BE0909; Fri, 5 Nov 2021 09:55:10 +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 2E5E1E0831 for ; Fri, 5 Nov 2021 09:55:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8AF4343093 for ; Fri, 5 Nov 2021 05:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3F41A8 for ; Fri, 5 Nov 2021 05:40:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1636090804.2f1548e484fe36aec4a2648f0940ebb41b5ed44a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-principal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild X-VCS-Directories: dev-python/flask-principal/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2f1548e484fe36aec4a2648f0940ebb41b5ed44a X-VCS-Branch: master Date: Fri, 5 Nov 2021 05:40:22 +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: bda9f696-7f5b-4595-8347-ec7667d175ea X-Archives-Hash: 3c22efb3332328cfa569f9ae0789ce0c commit: 2f1548e484fe36aec4a2648f0940ebb41b5ed44a Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 5 05:29:01 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 5 05:40:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1548e4 dev-python/flask-principal: drop 0.4.0-r1 Signed-off-by: Arthur Zamarin gentoo.org> .../flask-principal/flask-principal-0.4.0-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild deleted file mode 100644 index b4036ce8961..00000000000 --- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Identity management for flask" -HOMEPAGE="https://pythonhosted.org/Flask-Principal/ https://pypi.org/project/Flask-Principal/" -SRC_URI="https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -# pypi tarball is missing tests - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}] - dev-python/blinker[${PYTHON_USEDEP}]" - -distutils_enable_tests nose