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 5BFEA138335 for ; Wed, 10 Apr 2019 22:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37D69E0885; Wed, 10 Apr 2019 22:44:06 +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 0EB17E0882 for ; Wed, 10 Apr 2019 22:44:05 +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 9FB30340CC0 for ; Wed, 10 Apr 2019 22:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3DF5A9 for ; Wed, 10 Apr 2019 22:44:01 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1554936208.f6ae9efd6d5b0945190c76cae713cc6a29ad9e8d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/collective-checkdocs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild X-VCS-Directories: dev-python/collective-checkdocs/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: f6ae9efd6d5b0945190c76cae713cc6a29ad9e8d X-VCS-Branch: master Date: Wed, 10 Apr 2019 22:44:01 +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: e5fcbe28-0750-4bdc-9d55-e0df52380b27 X-Archives-Hash: 9865dfe6541ce3e99f6ad1d2edc1a45a commit: f6ae9efd6d5b0945190c76cae713cc6a29ad9e8d Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 10 22:01:55 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Apr 10 22:43:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ae9efd dev-python/collective-checkdocs: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild index c169808f1bb..b88c59f8130 100644 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions."