summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:29:10 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:25 -0600
commitfd423c4bd5e42e51c772eddee89460876d0b9416 (patch)
tree712981baf314409b660482fdd26cf170b95f9a68 /dev-python/send2trash
parentdev-python/ipykernel: add py37 support (diff)
downloadgentoo-fd423c4bd5e42e51c772eddee89460876d0b9416.tar.gz
gentoo-fd423c4bd5e42e51c772eddee89460876d0b9416.tar.bz2
gentoo-fd423c4bd5e42e51c772eddee89460876d0b9416.zip
dev-python/send2trash: 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/send2trash')
-rw-r--r--dev-python/send2trash/send2trash-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/send2trash/send2trash-1.3.0.ebuild b/dev-python/send2trash/send2trash-1.3.0.ebuild
index 8359172d151c..d4d2d87837c2 100644
--- a/dev-python/send2trash/send2trash-1.3.0.ebuild
+++ b/dev-python/send2trash/send2trash-1.3.0.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=5
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy )
inherit distutils-r1