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 3A8A5138337 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 DDDB5E0A45; Thu, 18 Oct 2018 16:39:45 +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 B324FE0A45 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 A9126335CEB 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 AE456444 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: <1539880773.2c2d95d87fa880e5f668140d4547cefded9b8ca5.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: 2c2d95d87fa880e5f668140d4547cefded9b8ca5 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: 5741cfc6-d091-4da8-9fb3-dc1906ae41b8 X-Archives-Hash: 6831450efe1149c2af4642c6819abcbb commit: 2c2d95d87fa880e5f668140d4547cefded9b8ca5 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 18 16:06:57 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 18 16:39:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2d95d8 dev-python/CommonMark: Update for incoming rename Signed-off-by: Michał Górny gentoo.org> dev-python/CommonMark/CommonMark-0.5.4.ebuild | 6 +++++- dev-python/CommonMark/CommonMark-0.7.5.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-python/CommonMark/CommonMark-0.5.4.ebuild b/dev-python/CommonMark/CommonMark-0.5.4.ebuild index f686d655b29..630fd63052e 100644 --- a/dev-python/CommonMark/CommonMark-0.5.4.ebuild +++ b/dev-python/CommonMark/CommonMark-0.5.4.ebuild @@ -6,9 +6,11 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 +MY_PN=CommonMark +MY_P=${MY_PN}-${PV} DESCRIPTION="Python parser for the CommonMark Markdown spec" HOMEPAGE="https://github.com/rtfd/CommonMark-py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -23,6 +25,8 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " +S=${WORKDIR}/${MY_P} + # unrestrict for versions >= 0.7.2 RESTRICT=test diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index d2109b61a48..52faefc635f 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -6,9 +6,11 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 +MY_PN=CommonMark +MY_P=${MY_PN}-${PV} DESCRIPTION="Python parser for the CommonMark Markdown spec" HOMEPAGE="https://github.com/rtfd/CommonMark-py" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -25,6 +27,8 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " +S=${WORKDIR}/${MY_P} + python_test() { PYTHONIOENCODING='utf8' \ esetup.py test