dev-python/dynd-python: Add py3.6 support
authorDavid Seifert <soap@gentoo.org>
Fri, 10 Mar 2017 12:36:49 +0000 (13:36 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 10 Mar 2017 12:43:11 +0000 (13:43 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild [moved from dev-python/dynd-python/dynd-python-0.7.2.ebuild with 90% similarity]

similarity index 90%
rename from dev-python/dynd-python/dynd-python-0.7.2.ebuild
rename to dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild
index 5912ab5666f261eb0f12e26476541a388fcede9a..b43e90bd52f42f5ae1eefb67618312f488dc962b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -18,14 +18,16 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        ~dev-libs/libdynd-${PV}
        dev-python/numpy[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
        dev-python/cython[${PYTHON_USEDEP}]
-       doc? (  dev-python/sphinx[${PYTHON_USEDEP}] )
+       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "