Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/files/
Date: Fri, 27 Aug 2021 23:40:44
Message-Id: 1630107211.d02820843fc97f8fcbd5c5ff891b244a628da1f7.conikost@gentoo
1 commit: d02820843fc97f8fcbd5c5ff891b244a628da1f7
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Aug 27 07:16:42 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 23:33:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0282084
7
8 dev-python/weasyprint: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/22123
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/weasyprint-51-skip-useless-deps.patch | 30 ----------------------
16 1 file changed, 30 deletions(-)
17
18 diff --git a/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch b/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch
19 deleted file mode 100644
20 index 862f11dc0a0..00000000000
21 --- a/dev-python/weasyprint/files/weasyprint-51-skip-useless-deps.patch
22 +++ /dev/null
23 @@ -1,30 +0,0 @@
24 ---- a/setup.cfg
25 -+++ b/setup.cfg
26 -@@ -40,7 +40,6 @@
27 - [options]
28 - packages = find:
29 - zip_safe = false
30 --setup_requires = pytest-runner
31 - install_requires =
32 - setuptools>=39.2.0
33 - cffi>=0.6
34 -@@ -50,11 +49,6 @@
35 - cssselect2>=0.1
36 - CairoSVG>=2.4.0
37 - Pyphen>=0.9.1
38 --tests_require =
39 -- pytest-runner
40 -- pytest-cov
41 -- pytest-flake8
42 -- pytest-isort
43 - python_requires = >= 3.5
44 -
45 - [options.entry_points]
46 -@@ -86,7 +80,6 @@
47 - test = pytest
48 -
49 - [tool:pytest]
50 --addopts = --flake8 --isort
51 - norecursedirs = build dist .cache .eggs .git
52 -
53 - [coverage:run]