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 D4536138334 for ; Mon, 24 Jun 2019 08:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF7C5E08C2; Mon, 24 Jun 2019 08:29:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B7693E08C2 for ; Mon, 24 Jun 2019 08:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CAEEA3468A6 for ; Mon, 24 Jun 2019 08:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A9162A for ; Mon, 24 Jun 2019 08:29:38 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1561364892.f98e8519ff66fcadd832890273909a3850c694b2.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild X-VCS-Directories: dev-python/ruamel-yaml/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: f98e8519ff66fcadd832890273909a3850c694b2 X-VCS-Branch: master Date: Mon, 24 Jun 2019 08:29:38 +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: d90a4c4b-d0a2-434a-9c22-7d76766689f7 X-Archives-Hash: bfa7282e90e220711a781158f391044c commit: f98e8519ff66fcadd832890273909a3850c694b2 Author: Andrey Utkin gentoo org> AuthorDate: Mon Jun 17 18:00:06 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Mon Jun 24 08:28:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98e8519 dev-python/ruamel-yaml: declare Python 3.7 compatibility Bug: https://bugs.gentoo.org/683078 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild b/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild index 201cd3e1da7..f1dd453a120 100644 --- a/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild +++ b/dev-python/ruamel-yaml/ruamel-yaml-0.15.97.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 vcs-snapshot