summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 15:41:06 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:23:51 -0600
commit63bed901136eafd92a0bb77a6cc6050cda836164 (patch)
tree7f4c40d5983f466efef95db87585197bbd439310 /dev-python/smmap2
parentdev-python/reno: cleanup (diff)
downloadgentoo-63bed901136eafd92a0bb77a6cc6050cda836164.tar.gz
gentoo-63bed901136eafd92a0bb77a6cc6050cda836164.tar.bz2
gentoo-63bed901136eafd92a0bb77a6cc6050cda836164.zip
dev-python/smmap2: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/smmap2')
-rw-r--r--dev-python/smmap2/smmap2-2.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/smmap2/smmap2-2.0.3.ebuild b/dev-python/smmap2/smmap2-2.0.3.ebuild
index 8b7821abb4b0..ec95f76fed87 100644
--- a/dev-python/smmap2/smmap2-2.0.3.ebuild
+++ b/dev-python/smmap2/smmap2-2.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 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,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1