Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/
Date: Fri, 06 May 2022 13:30:06
Message-Id: 1651843611.66b50a0ca126943691ef47e96f7518a65e19ed48.mgorny@gentoo
1 commit: 66b50a0ca126943691ef47e96f7518a65e19ed48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 13:26:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 13:26:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b50a0c
7
8 dev-python/flask-paranoid: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flask-paranoid/Manifest | 1 -
13 .../flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/flask-paranoid/Manifest b/dev-python/flask-paranoid/Manifest
17 index 254610177531..ce4ba60c23c2 100644
18 --- a/dev-python/flask-paranoid/Manifest
19 +++ b/dev-python/flask-paranoid/Manifest
20 @@ -1,2 +1 @@
21 -DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19 SHA512 0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae
22 DIST flask-paranoid-0.3.0.gh.tar.gz 102495 BLAKE2B a892c62b3d821d9b8c31567e1d4fdf3f01d990c28f0ab9d8e5a16cc3a6cd78ba06301cbea61048f89db46020051a0426f5abba7fbe43ca09bca5a2c69e904a54 SHA512 68e49a79e7e00c3a89bcc0347c41b80634b3f5f64227f4ae44db95a286a57b6101dff8f7aba592b8d325b38effc58744ee15d56bd8be30507b76c5dc836fc112
23
24 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
25 deleted file mode 100644
26 index d8ccab1e6665..000000000000
27 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_IN_SOURCE_BUILD=1
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 -inherit distutils-r1
38 -
39 -MY_PV=$(ver_cut 1-2)
40 -
41 -DESCRIPTION="Simple user session protection extension for Flask"
42 -HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/"
43 -SRC_URI="https://github.com/miguelgrinberg/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="test"
49 -
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
53 -
54 -S="${WORKDIR}/${PN}-${MY_PV}"
55 -
56 -distutils_enable_tests setup.py