Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/files/
Date: Tue, 15 Jan 2019 10:46:58
Message-Id: 1547549205.e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2.aballier@gentoo
1 commit: e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 15 10:37:05 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 15 10:46:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70904d8
7
8 dev-python/catkin_pkg: Remove old
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/catkin_pkg/files/argparse.patch | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/dev-python/catkin_pkg/files/argparse.patch b/dev-python/catkin_pkg/files/argparse.patch
17 deleted file mode 100644
18 index f39df4a4056..00000000000
19 --- a/dev-python/catkin_pkg/files/argparse.patch
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -Index: catkin_pkg-0.3.1/setup.py
23 -===================================================================
24 ---- catkin_pkg-0.3.1.orig/setup.py
25 -+++ catkin_pkg-0.3.1/setup.py
26 -@@ -31,7 +31,6 @@ kwargs = {
27 - 'long_description': 'Library for retrieving information about catkin packages.',
28 - 'license': 'BSD',
29 - 'install_requires': [
30 -- 'argparse',
31 - 'docutils',
32 - 'python-dateutil'
33 - ],