diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-16 00:14:18 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-16 01:06:10 -0800 |
commit | 88ef7616ba87731e8c5b0d2177136449ab219d5e (patch) | |
tree | faaff6e149103c90459f1a7a78726265726c365f /dev-python/mox3/mox3-0.12.0.ebuild | |
parent | app-dicts/myspell-en: 20170101 stable for alpha/amd64/arm/hppa/ia64/ppc/ppc64... (diff) | |
download | gentoo-88ef7616ba87731e8c5b0d2177136449ab219d5e.tar.gz gentoo-88ef7616ba87731e8c5b0d2177136449ab219d5e.tar.bz2 gentoo-88ef7616ba87731e8c5b0d2177136449ab219d5e.zip |
dev-python/mox3: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/mox3/mox3-0.12.0.ebuild')
-rw-r--r-- | dev-python/mox3/mox3-0.12.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/mox3/mox3-0.12.0.ebuild b/dev-python/mox3/mox3-0.12.0.ebuild index 2ceca6dc06ea..c412788fc12d 100644 --- a/dev-python/mox3/mox3-0.12.0.ebuild +++ b/dev-python/mox3/mox3-0.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 @@ -40,6 +40,8 @@ RDEPEND=" ${CRDEPEND} " +PATCHES=( "${FILESDIR}"/${P}-RegexTest-python3.6.patch ) + python_compile_all() { use doc && esetup.py build_sphinx } |