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 4C328138335 for ; Mon, 28 Jan 2019 20:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78484E0964; Mon, 28 Jan 2019 20:28:24 +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 4C8EDE0964 for ; Mon, 28 Jan 2019 20:28:24 +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 BD66C335D91 for ; Mon, 28 Jan 2019 20:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E68E0529 for ; Mon, 28 Jan 2019 20:28:20 +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: <1548707270.16df1fe96f890548034445b0e31f196b6058f15c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm_git_archive/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild X-VCS-Directories: dev-python/setuptools_scm_git_archive/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 16df1fe96f890548034445b0e31f196b6058f15c X-VCS-Branch: master Date: Mon, 28 Jan 2019 20:28:20 +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: 0aa1e645-88ad-462c-912d-d5e0c5320b8e X-Archives-Hash: 6438b0601eb9c8a4eb684039687484a8 commit: 16df1fe96f890548034445b0e31f196b6058f15c Author: Matthew Thode gentoo org> AuthorDate: Mon Jan 28 20:24:32 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jan 28 20:27:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16df1fe9 dev-python/setuptools_scm_git_archive: add py37 support Bug: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> .../setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild index 2c0b83fb0b8..a1f1f9afc73 100644 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 DESCRIPTION="A setuptools_scm plugin for git archives"