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 D68C9138359 for ; Sun, 20 Sep 2020 14:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC95CE08FB; Sun, 20 Sep 2020 14:30:28 +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 D232DE08FB for ; Sun, 20 Sep 2020 14:30:28 +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 7E32E335D59 for ; Sun, 20 Sep 2020 14:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06D62342 for ; Sun, 20 Sep 2020 14:30:26 +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: <1600612220.fda8cb9447dca20a06f0cea06e1b7eb8f837922e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/markdown/markdown-2.6.11.ebuild dev-python/markdown/metadata.xml X-VCS-Directories: dev-python/markdown/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fda8cb9447dca20a06f0cea06e1b7eb8f837922e X-VCS-Branch: master Date: Sun, 20 Sep 2020 14:30:26 +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: e14c652b-5448-4cb7-a09c-82d90303dc8d X-Archives-Hash: 0bd9d2dc47b456aee1a9f2ba4ad9e3a1 commit: fda8cb9447dca20a06f0cea06e1b7eb8f837922e Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 14:24:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 14:30:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda8cb94 dev-python/markdown: Remove RDEPEND on pygments in <3 Signed-off-by: Michał Górny gentoo.org> dev-python/markdown/markdown-2.6.11.ebuild | 5 +---- dev-python/markdown/metadata.xml | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/markdown/markdown-2.6.11.ebuild b/dev-python/markdown/markdown-2.6.11.ebuild index 136f7f0aafb..af9423e865d 100644 --- a/dev-python/markdown/markdown-2.6.11.ebuild +++ b/dev-python/markdown/markdown-2.6.11.ebuild @@ -18,12 +18,9 @@ LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc pygments" +IUSE="doc" RESTRICT="test" -# source cites pytidylib however from testruns it appears optional -RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )" - S="${WORKDIR}/${P^}" python_compile_all() { diff --git a/dev-python/markdown/metadata.xml b/dev-python/markdown/metadata.xml index 968763ca2d1..367b46477ac 100644 --- a/dev-python/markdown/metadata.xml +++ b/dev-python/markdown/metadata.xml @@ -6,9 +6,6 @@ Python - - Enable fancy pygments support - Markdown waylan/Python-Markdown