summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 10:44:13 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:40:57 +0200
commitc422a607f590db646a6d0a3a0226acba127937bb (patch)
tree41ee63a9a0168a5f0963b06294d93c04b4e9cd67 /dev-python/pysendfile/pysendfile-2.0.1.ebuild
parentdev-python/pysvn: Support newer python (diff)
downloadgentoo-c422a607f590db646a6d0a3a0226acba127937bb.tar.gz
gentoo-c422a607f590db646a6d0a3a0226acba127937bb.tar.bz2
gentoo-c422a607f590db646a6d0a3a0226acba127937bb.zip
dev-python/pysendfile: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pysendfile/pysendfile-2.0.1.ebuild')
-rw-r--r--dev-python/pysendfile/pysendfile-2.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 104d21c0ad73..dce56df30bdc 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1