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 5B9B6138334 for ; Fri, 31 Aug 2018 08:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38CD8E0871; Fri, 31 Aug 2018 08:35:53 +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 0FF67E0871 for ; Fri, 31 Aug 2018 08:35:52 +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 F1A80335CA6 for ; Fri, 31 Aug 2018 08:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56813C0 for ; Fri, 31 Aug 2018 08:35:48 +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: <1535704191.c42d4c7696dedea203cb133b53707c65c3950c82.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.7.5.ebuild X-VCS-Directories: dev-python/CommonMark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c42d4c7696dedea203cb133b53707c65c3950c82 X-VCS-Branch: master Date: Fri, 31 Aug 2018 08:35:48 +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: 3b9d1c2a-e763-4c2b-a510-fe00e43aab32 X-Archives-Hash: a6b81bae942b92c9eb89b521aec6c8b9 commit: c42d4c7696dedea203cb133b53707c65c3950c82 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 31 08:29:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 31 08:29:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42d4c76 dev-python/CommonMark: Tested on py3.7 dev-python/CommonMark/CommonMark-0.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild b/dev-python/CommonMark/CommonMark-0.7.5.ebuild index 84141444df5..8da735bd09d 100644 --- a/dev-python/CommonMark/CommonMark-0.7.5.ebuild +++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1