summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-17 13:38:50 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-17 13:38:50 +0200
commit0ea7105d6c2566ba2830410979f5cf417b9dae85 (patch)
tree44f479a65fb0a1e83b54b389f396d34dcd66338e
parentdev-python/pyroma: Add python3_{5,6} (diff)
downloadgentoo-0ea7105d6c2566ba2830410979f5cf417b9dae85.tar.gz
gentoo-0ea7105d6c2566ba2830410979f5cf417b9dae85.tar.bz2
gentoo-0ea7105d6c2566ba2830410979f5cf417b9dae85.zip
dev-python/pysrt: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/pysrt/pysrt-1.1.1.ebuild4
-rw-r--r--dev-python/pysrt/pysrt-9999.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pysrt/pysrt-1.1.1.ebuild b/dev-python/pysrt/pysrt-1.1.1.ebuild
index 794a947b0f92..c16e7200f4fb 100644
--- a/dev-python/pysrt/pysrt-1.1.1.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild
index afe702db87c1..a6d77706d853 100644
--- a/dev-python/pysrt/pysrt-9999.ebuild
+++ b/dev-python/pysrt/pysrt-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 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,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3