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-compress/
Date: Tue, 31 May 2022 07:28:10
Message-Id: 1653981917.f52896b461f9b3c821525f7f6bc4a62617e8086f.mgorny@gentoo
1 commit: f52896b461f9b3c821525f7f6bc4a62617e8086f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:24:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:25:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52896b4
7
8 dev-python/flask-compress: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flask-compress/Manifest | 1 -
13 .../flask-compress/flask-compress-1.11.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest
17 index fae9f5947ce7..4bddeea9673e 100644
18 --- a/dev-python/flask-compress/Manifest
19 +++ b/dev-python/flask-compress/Manifest
20 @@ -1,2 +1 @@
21 -DIST Flask-Compress-1.11.tar.gz 12322 BLAKE2B c8d1096273a977512eabc9fe642a0fe240c21f10b5828db168dfe952ac5858377fd6906fa93dc3bfd8d888bf8bf70f541b1e5789f1de5e2d0f46565c55e0f9df SHA512 dd2ceca37eee968527f2008e9356f0ab89f2df46e6d874eff38b93a2cf326c9d24433f0adc8dfe7a7b72599a33f8d173f330aefcd4eea8650923a0466959d7fb
22 DIST Flask-Compress-1.12.tar.gz 12581 BLAKE2B 5c925c19756730beaf5ac24b492e8bffcf7dd7c80df3c8440a8dfeca67e9756c50839246081b01b2da8c4b05839ee35b21b30f8e007734bbfcc1f056770ef3de SHA512 5712aff44aaaa379656e03f7b63fdef727721245cb9329e698a2e25aefca21a77202f5eb0c5f5828395647c694a5b417778a7b5db9eb592753a979d3994603a5
23
24 diff --git a/dev-python/flask-compress/flask-compress-1.11.ebuild b/dev-python/flask-compress/flask-compress-1.11.ebuild
25 deleted file mode 100644
26 index b6f4a2e53fb0..000000000000
27 --- a/dev-python/flask-compress/flask-compress-1.11.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -MY_PN="Flask-Compress"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="Compress responses in your Flask app with gzip"
43 -HOMEPAGE="https://pypi.org/project/Flask-Compress/"
44 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -RDEPEND="
52 - app-arch/brotli[python,${PYTHON_USEDEP}]
53 - dev-python/flask[${PYTHON_USEDEP}]
54 -"
55 -
56 -distutils_enable_tests pytest