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 0DE75138350 for ; Sun, 5 Apr 2020 22:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3890CE0BB6; Sun, 5 Apr 2020 22:10:21 +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 20B3BE0BB6 for ; Sun, 5 Apr 2020 22:10:21 +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 9220334EE50 for ; Sun, 5 Apr 2020 22:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECA9818E for ; Sun, 5 Apr 2020 22:10:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1586124607.d3bf75e795e8a73fa476b6e846702069caac75ea.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mongomock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mongomock/mongomock-3.19.0.ebuild X-VCS-Directories: dev-python/mongomock/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d3bf75e795e8a73fa476b6e846702069caac75ea X-VCS-Branch: master Date: Sun, 5 Apr 2020 22:10:16 +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: 5c04dfad-0fdc-4fab-b8cb-029aacf672df X-Archives-Hash: 78a9f976f8306d936ffd741fc7f9a107 commit: d3bf75e795e8a73fa476b6e846702069caac75ea Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Apr 5 22:09:47 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Apr 5 22:10:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bf75e7 dev-python/mongomock: fix whitespace Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/mongomock/mongomock-3.19.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mongomock/mongomock-3.19.0.ebuild b/dev-python/mongomock/mongomock-3.19.0.ebuild index 97ce8e840da..9dec418ea7d 100644 --- a/dev-python/mongomock/mongomock-3.19.0.ebuild +++ b/dev-python/mongomock/mongomock-3.19.0.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo." -HOMEPAGE=" https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/" +DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo" +HOMEPAGE="https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"