Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cerberus/files/, dev-python/cerberus/
Date: Sun, 13 Jun 2021 12:08:57
Message-Id: 1623586120.05356acabc874bfb89b52c64e4c9540d981f0813.marecki@gentoo
1 commit: 05356acabc874bfb89b52c64e4c9540d981f0813
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 11:30:25 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 12:08:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05356aca
7
8 dev-python/cerberus: do not prevent installation of tests
9
10 Having discussed this with mgorny, if upstream installs these it is the
11 right thing for us to do the same.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 dev-python/cerberus/cerberus-1.3.2.ebuild | 1 -
16 .../cerberus/files/cerberus-1.3.2_test-installation.patch | 11 -----------
17 2 files changed, 12 deletions(-)
18
19 diff --git a/dev-python/cerberus/cerberus-1.3.2.ebuild b/dev-python/cerberus/cerberus-1.3.2.ebuild
20 index d4378677e3d..bb8115a7763 100644
21 --- a/dev-python/cerberus/cerberus-1.3.2.ebuild
22 +++ b/dev-python/cerberus/cerberus-1.3.2.ebuild
23 @@ -18,7 +18,6 @@ KEYWORDS="~amd64"
24
25 PATCHES=(
26 "${FILESDIR}"/${PN}-1.3.2_no-pytest-runner.patch
27 - "${FILESDIR}"/${PN}-1.3.2_test-installation.patch
28 )
29
30 distutils_enable_tests pytest
31
32 diff --git a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch b/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
33 deleted file mode 100644
34 index 381822f1799..00000000000
35 --- a/dev-python/cerberus/files/cerberus-1.3.2_test-installation.patch
36 +++ /dev/null
37 @@ -1,11 +0,0 @@
38 ---- a/setup.py
39 -+++ b/setup.py
40 -@@ -35,7 +35,7 @@
41 - ),
42 - license="ISC",
43 - platforms=["any"],
44 -- packages=find_packages(),
45 -+ packages=find_packages(exclude=("cerberus.tests",)),
46 - include_package_data=True,
47 - setup_requires=setup_requires,
48 - tests_require=["pytest"],