From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52AAA138334 for ; Tue, 15 Jan 2019 10:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FA6E09DC; Tue, 15 Jan 2019 10:46:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C69E09DC for ; Tue, 15 Jan 2019 10:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6174D335D03 for ; Tue, 15 Jan 2019 10:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218AB512 for ; Tue, 15 Jan 2019 10:46:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1547549205.e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/catkin_pkg/files/argparse.patch X-VCS-Directories: dev-python/catkin_pkg/files/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2 X-VCS-Branch: master Date: Tue, 15 Jan 2019 10:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fb7d31b-642c-454b-b414-cc2681fd01b6 X-Archives-Hash: 42a2ed940a59867030a5736325e61993 commit: e70904d8adddb1c7abe7fcc806c9cd06ed07bfc2 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 15 10:37:05 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 15 10:46:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70904d8 dev-python/catkin_pkg: Remove old Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> dev-python/catkin_pkg/files/argparse.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-python/catkin_pkg/files/argparse.patch b/dev-python/catkin_pkg/files/argparse.patch deleted file mode 100644 index f39df4a4056..00000000000 --- a/dev-python/catkin_pkg/files/argparse.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: catkin_pkg-0.3.1/setup.py -=================================================================== ---- catkin_pkg-0.3.1.orig/setup.py -+++ catkin_pkg-0.3.1/setup.py -@@ -31,7 +31,6 @@ kwargs = { - 'long_description': 'Library for retrieving information about catkin packages.', - 'license': 'BSD', - 'install_requires': [ -- 'argparse', - 'docutils', - 'python-dateutil' - ],