Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/files/
Date: Sun, 30 Oct 2022 09:28:35
Message-Id: 1667122035.890c60af81fa23c0b060d9b14068e894434580e1.sam@gentoo
1 commit: 890c60af81fa23c0b060d9b14068e894434580e1
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 30 07:56:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:27:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890c60af
7
8 sci-chemistry/GromacsWrapper: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28029
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../files/GromacsWrapper-0.8.0-tests-package.patch | 11 -----------
15 1 file changed, 11 deletions(-)
16
17 diff --git a/sci-chemistry/GromacsWrapper/files/GromacsWrapper-0.8.0-tests-package.patch b/sci-chemistry/GromacsWrapper/files/GromacsWrapper-0.8.0-tests-package.patch
18 deleted file mode 100644
19 index ee28e09e7741..000000000000
20 --- a/sci-chemistry/GromacsWrapper/files/GromacsWrapper-0.8.0-tests-package.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- a/setup.py.old 2020-06-06 21:50:25.432740405 +0200
24 -+++ b/setup.py 2020-06-06 21:50:43.109010442 +0200
25 -@@ -35,7 +35,7 @@
26 - 'Topic :: Scientific/Engineering :: Chemistry',
27 - 'Topic :: Software Development :: Libraries :: Python Modules',
28 - ],
29 -- packages=find_packages(exclude=['tests','scripts','extras','doc/examples']),
30 -+ packages=find_packages(exclude=['tests','tests.*','scripts','extras','doc/examples']),
31 - scripts = [
32 - 'scripts/gw-join_parts.py',
33 - 'scripts/gw-merge_topologies.py',