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 CDF8C138334 for ; Fri, 27 Dec 2019 19:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCED8E0BA8; Fri, 27 Dec 2019 19:41:39 +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 A2300E0BA8 for ; Fri, 27 Dec 2019 19:41:39 +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 1428134DBF0 for ; Fri, 27 Dec 2019 19:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CC640 for ; Fri, 27 Dec 2019 19:41:36 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1577475569.2e73836d865968a05f1d0e21c923d8e435d3930b.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mako/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mako/mako-1.0.7-r1.ebuild X-VCS-Directories: dev-python/mako/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 2e73836d865968a05f1d0e21c923d8e435d3930b X-VCS-Branch: master Date: Fri, 27 Dec 2019 19:41:36 +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: c5ea9b6a-0946-4bc6-919d-ca2999369ef3 X-Archives-Hash: 416926984b5f66e1ecdfc4c3af5bdd51 commit: 2e73836d865968a05f1d0e21c923d8e435d3930b Author: Sebastian Pipping gentoo org> AuthorDate: Fri Dec 27 18:36:27 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Dec 27 19:39:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e73836d dev-python/mako: Revert Python 3.8 due to broken tests Effectively reverts 284f17e0d11b2dab843a7afd9b5f5259f46a2dbd Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.83, Repoman-2.3.20 dev-python/mako/mako-1.0.7-r1.ebuild | 50 ------------------------------------ 1 file changed, 50 deletions(-) diff --git a/dev-python/mako/mako-1.0.7-r1.ebuild b/dev-python/mako/mako-1.0.7-r1.ebuild deleted file mode 100644 index 9c705367c06..00000000000 --- a/dev-python/mako/mako-1.0.7-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) - -inherit distutils-r1 eutils - -MY_PN="Mako" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A Python templating language" -HOMEPAGE="http://www.makotemplates.org/ https://pypi.org/project/Mako/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' pypy python2_7) -