From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1150691-garchives=archives.gentoo.org@lists.gentoo.org>
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 C877F138350
	for <garchives@archives.gentoo.org>; Sat,  7 Mar 2020 17:57:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB104E08F2;
	Sat,  7 Mar 2020 17:57:15 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 7A114E08C9
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Mar 2020 17:57:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 6ADE634F17F
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Mar 2020 17:57:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B8B16D
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Mar 2020 17:57:12 +0000 (UTC)
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" <sping@gentoo.org>
Message-ID: <1583603791.0167ffa5bf65303a74d6f7e9570ef141b60c614e.sping@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/bpython/metadata.xml
X-VCS-Directories: dev-python/bpython/
X-VCS-Committer: sping
X-VCS-Committer-Name: Sebastian Pipping
X-VCS-Revision: 0167ffa5bf65303a74d6f7e9570ef141b60c614e
X-VCS-Branch: master
Date: Sat,  7 Mar 2020 17:57:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a26c0e4e-90bf-4e8d-b362-6a419172366f
X-Archives-Hash: 3a2cf84c2fd6e2f9b806840e42694437

commit:     0167ffa5bf65303a74d6f7e9570ef141b60c614e
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 17:54:12 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 17:56:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0167ffa5

dev-python/bpython: De-warn RedundantLongDescription

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/bpython/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/bpython/metadata.xml b/dev-python/bpython/metadata.xml
index 3c0847fc9fc..b454c517c2f 100644
--- a/dev-python/bpython/metadata.xml
+++ b/dev-python/bpython/metadata.xml
@@ -9,10 +9,6 @@
 		<email>python@gentoo.org</email>
 		<name>Python</name>
 	</maintainer>
-	<longdescription>
-		Syntax highlighting and autocompletion
-		for the python interpreter
-	</longdescription>
 	<upstream>
 		<remote-id type="pypi">bpython</remote-id>
 		<remote-id type="bitbucket">bobf/bpython</remote-id>