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 72381158090 for ; Fri, 6 May 2022 13:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0032FE08E5; Fri, 6 May 2022 13:30:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5E85E08E5 for ; Fri, 6 May 2022 13:30:04 +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 92B2834174D for ; Fri, 6 May 2022 13:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D59450 for ; Fri, 6 May 2022 13:30:02 +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: <1651843611.66b50a0ca126943691ef47e96f7518a65e19ed48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paranoid/Manifest dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild X-VCS-Directories: dev-python/flask-paranoid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66b50a0ca126943691ef47e96f7518a65e19ed48 X-VCS-Branch: master Date: Fri, 6 May 2022 13:30:02 +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: c2474655-7e5c-41ac-9123-b1aef5d830e4 X-Archives-Hash: a7e005a3ae909a9c831ce84b334606f4 commit: 66b50a0ca126943691ef47e96f7518a65e19ed48 Author: Michał Górny gentoo org> AuthorDate: Fri May 6 13:26:51 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 6 13:26:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b50a0c dev-python/flask-paranoid: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/flask-paranoid/Manifest | 1 - .../flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/flask-paranoid/Manifest b/dev-python/flask-paranoid/Manifest index 254610177531..ce4ba60c23c2 100644 --- a/dev-python/flask-paranoid/Manifest +++ b/dev-python/flask-paranoid/Manifest @@ -1,2 +1 @@ -DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19 SHA512 0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae DIST flask-paranoid-0.3.0.gh.tar.gz 102495 BLAKE2B a892c62b3d821d9b8c31567e1d4fdf3f01d990c28f0ab9d8e5a16cc3a6cd78ba06301cbea61048f89db46020051a0426f5abba7fbe43ca09bca5a2c69e904a54 SHA512 68e49a79e7e00c3a89bcc0347c41b80634b3f5f64227f4ae44db95a286a57b6101dff8f7aba592b8d325b38effc58744ee15d56bd8be30507b76c5dc836fc112 diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild deleted file mode 100644 index d8ccab1e6665..000000000000 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -MY_PV=$(ver_cut 1-2) - -DESCRIPTION="Simple user session protection extension for Flask" -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" -SRC_URI="https://github.com/miguelgrinberg/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}-${MY_PV}" - -distutils_enable_tests setup.py