From: Matthew Thode Date: Mon, 28 Jan 2019 20:24:32 +0000 (-0600) Subject: dev-python/setuptools_scm_git_archive: add py37 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=16df1fe96f890548034445b0e31f196b6058f15c;p=gentoo.git 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 --- 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 2c0b83fb0b8d..a1f1f9afc733 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"