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 13E831382C5 for ; Sun, 31 May 2020 13:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB00AE091B; Sun, 31 May 2020 13:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C76A2E0886 for ; Sun, 31 May 2020 13:20:00 +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 CE0F534F033 for ; Sun, 31 May 2020 13:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CEBF270 for ; Sun, 31 May 2020 13:19:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590931191.f4020a7dc3f92f3d93e718441a03c8d4675f209f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mimeparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild dev-python/mimeparse/mimeparse-1.6.0.ebuild X-VCS-Directories: dev-python/mimeparse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f4020a7dc3f92f3d93e718441a03c8d4675f209f X-VCS-Branch: master Date: Sun, 31 May 2020 13:19:58 +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: a3c64fd3-6f31-4449-9f50-ebe4c5fec2b5 X-Archives-Hash: d6e7d106a2ff29bb52dc61040d248c40 commit: f4020a7dc3f92f3d93e718441a03c8d4675f209f Author: Michał Górny gentoo org> AuthorDate: Sun May 31 13:08:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 31 13:19:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4020a7d dev-python/mimeparse: Prepare for rename Signed-off-by: Michał Górny gentoo.org> dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild | 2 +- dev-python/mimeparse/mimeparse-1.6.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild b/dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild index e0b430e5f9e..da812e05a8c 100644 --- a/dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild +++ b/dev-python/mimeparse/mimeparse-1.6.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) inherit distutils-r1 -MY_PN="python-${PN}" +MY_PN="python-mimeparse" MY_P="${MY_PN}-${PV}" DESCRIPTION="Basic functions for handling mime-types in python" HOMEPAGE="https://github.com/dbtsai/python-mimeparse" diff --git a/dev-python/mimeparse/mimeparse-1.6.0.ebuild b/dev-python/mimeparse/mimeparse-1.6.0.ebuild index 86c1e557ca1..64073a77022 100644 --- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild +++ b/dev-python/mimeparse/mimeparse-1.6.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) inherit distutils-r1 -MY_PN="python-${PN}" +MY_PN="python-mimeparse" MY_P="${MY_PN}-${PV}" DESCRIPTION="Basic functions for handling mime-types in python"