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/, dev-python/flask-compress/files/
Date: Wed, 16 Jun 2021 19:33:51
Message-Id: 1623872022.b23f10d6fcd157b5b259f33db999c917a8de2ad1.mgorny@gentoo
1 commit: b23f10d6fcd157b5b259f33db999c917a8de2ad1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 16 19:16:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 16 19:33:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23f10d6
7
8 dev-python/flask-compress: Remove 1.10.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flask-compress/Manifest | 1 -
13 .../files/flask-compress-1.10.0-test-install.patch | 27 -------------------
14 .../flask-compress/flask-compress-1.10.0.ebuild | 31 ----------------------
15 3 files changed, 59 deletions(-)
16
17 diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest
18 index f6522bf4f7e..227c5733acc 100644
19 --- a/dev-python/flask-compress/Manifest
20 +++ b/dev-python/flask-compress/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST Flask-Compress-1.10.0.tar.gz 12271 BLAKE2B e120dc8f28a686e01d9e8d949d765cd7d05d11322195027ad499a514a4f1d35d79e28627d79abe6279d53ff95d3fe0f43f3561868904ec9ff903925046c5c141 SHA512 6166b4ac303f4fa373615d44e44b628448548e55591f1fe4eea8085f4f441fffe82e9d1419444f31581975fb49ed9ed5c32e594bc97e386e97df9a898f40b469
23 DIST Flask-Compress-1.10.1.tar.gz 12272 BLAKE2B 857319ea7fabece977429a810706314bc6a7984f2fb4c2ac3ed604fee0494fa60d45ab00a253bf4a3e9394d399f20f23d806744676597b2064bfbbd6f7b11c46 SHA512 fb94aef71f59e38a6058f5ef799c8973d258cf624b1d8bf0a991cac2e4eabb73e2836ce351faa73bc7640720396183212a6dc8d72428b53ceb3473f7b61f0d27
24 DIST Flask-Compress-1.9.0.tar.gz 10322 BLAKE2B 4dddfd8a5c4c182a0cb3c5f346ccca611517ab6471dd23512c885e3e370ac09f9a099994afd2ee28eae47cca6cba2d49220d8733103e6cdcfbae03b98a2480f1 SHA512 5f13f20a3a2f8e646a4324cf75a419ea5111252db701a17dd37bbafdb9228d0e279a6c957c5cfd69468bbdffb435e37a50e0dcf5d1a160f7397df1e6a9e6ac9e
25
26 diff --git a/dev-python/flask-compress/files/flask-compress-1.10.0-test-install.patch b/dev-python/flask-compress/files/flask-compress-1.10.0-test-install.patch
27 deleted file mode 100644
28 index c104a71caa7..00000000000
29 --- a/dev-python/flask-compress/files/flask-compress-1.10.0-test-install.patch
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -From c82a993548494ee13035ca77aeaf0726218bee0d Mon Sep 17 00:00:00 2001
33 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@g.o>
34 -Date: Tue, 15 Jun 2021 23:25:03 +0200
35 -Subject: [PATCH] Do not install top-level "tests" package
36 -
37 -Fixes a regression in af2f16335279044e8baeab42e0b182d3e05861b4 that
38 -causes "tests" to be installed as a top-level package to site-packages.
39 ----
40 - setup.py | 2 +-
41 - 1 file changed, 1 insertion(+), 1 deletion(-)
42 -
43 -diff --git a/setup.py b/setup.py
44 -index b4aef13..afbe57a 100644
45 ---- a/setup.py
46 -+++ b/setup.py
47 -@@ -13,7 +13,7 @@ setup(
48 - description='Compress responses in your Flask app with gzip, deflate or brotli.',
49 - long_description=LONG_DESCRIPTION,
50 - long_description_content_type='text/markdown',
51 -- packages=find_packages(),
52 -+ packages=find_packages(exclude=['tests']),
53 - zip_safe=False,
54 - include_package_data=True,
55 - platforms='any',
56 ---
57 -2.32.0
58 -
59
60 diff --git a/dev-python/flask-compress/flask-compress-1.10.0.ebuild b/dev-python/flask-compress/flask-compress-1.10.0.ebuild
61 deleted file mode 100644
62 index 082df471fdf..00000000000
63 --- a/dev-python/flask-compress/flask-compress-1.10.0.ebuild
64 +++ /dev/null
65 @@ -1,31 +0,0 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -
71 -PYTHON_COMPAT=( python3_{8..10} )
72 -
73 -inherit distutils-r1
74 -
75 -MY_PN="Flask-Compress"
76 -MY_P="${MY_PN}-${PV}"
77 -
78 -DESCRIPTION="Compress responses in your Flask app with gzip"
79 -HOMEPAGE="https://pypi.org/project/Flask-Compress/"
80 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
81 -S="${WORKDIR}/${MY_P}"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -RDEPEND="
88 - app-arch/brotli[python,${PYTHON_USEDEP}]
89 - dev-python/flask[${PYTHON_USEDEP}]
90 -"
91 -
92 -distutils_enable_tests pytest
93 -
94 -PATCHES=(
95 - "${FILESDIR}"/${P}-test-install.patch
96 -)