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 1A2C8138335 for ; Thu, 18 Oct 2018 16:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63CB0E0A5A; Thu, 18 Oct 2018 16:39:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 38BA2E0A59 for ; Thu, 18 Oct 2018 16:39:45 +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 ACF2D335CEC for ; Thu, 18 Oct 2018 16:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B124443 for ; Thu, 18 Oct 2018 16:39:42 +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: <1539880772.ddb1a1da83d925d3fbcd8b4ac51d92dd2ae0bf0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/CommonMark/CommonMark-0.5.4.ebuild dev-python/CommonMark/CommonMark-0.7.5.ebuild X-VCS-Directories: dev-python/CommonMark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ddb1a1da83d925d3fbcd8b4ac51d92dd2ae0bf0d X-VCS-Branch: master Date: Thu, 18 Oct 2018 16:39:42 +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-Archives-Salt: 9158b71d-a5da-4149-a508-66354253e90c X-Archives-Hash: 445b6a1c991d37533f939d466237646a commit: ddb1a1da83d925d3fbcd8b4ac51d92dd2ae0bf0d Author: Michał Górny gentoo org> AuthorDate: Thu Oct 18 16:00:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 18 16:39:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb1a1da dev-python/CommonMark: Fix ebuild code style Signed-off-by: Michał Górny gentoo.org> dev-python/CommonMark/CommonMark-0.5.4.ebuild | 7 +++---- dev-python/CommonMark/CommonMark-0.7.5.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/CommonMark/CommonMark-0.5.4.ebuild b/dev-python/CommonMark/CommonMark-0.5.4.ebuild index e8eb5056c3b..f686d655b29 100644 --- a/dev-python/CommonMark/CommonMark-0.5.4.ebuild +++ b/dev-python/CommonMark/CommonMark-0.5.4.ebuild @@ -8,14 +8,13 @@ inherit distutils-r1 DESCRIPTION="Python parser for the CommonMark Markdown spec" HOMEPAGE="https://github.com/rtfd/CommonMark-py" -LICENSE="BSD" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - IUSE="" + RDEPEND=" dev-python/future[${PYTHON_USEDEP}] " @@ -29,5 +28,5 @@ RESTRICT=test python_test() { LC_ALL='en_US.utf8' LC_CTYPE='en_US.utf8' LANG=en_US.utf8 PYTHONIOENCODING=UTF-8 \ - esetup.py test + esetup.py test } diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index aea84ad34cb..d2109b61a48 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -8,14 +8,13 @@ inherit distutils-r1 DESCRIPTION="Python parser for the CommonMark Markdown spec" HOMEPAGE="https://github.com/rtfd/CommonMark-py" -LICENSE="BSD" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - IUSE="test" + RDEPEND=" dev-python/future[${PYTHON_USEDEP}] "