commit: effea706c224c2a4d9904dbeb99553ffe32ac99f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:29:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 12:29:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=effea706
dev-python/testpath: Add python3.5 support
Use virtual package for pathlib support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/testpath/testpath-0.2.ebuild | 5 +++--
dev-python/testpath/testpath-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/testpath/testpath-0.2.ebuild
b/dev-python/testpath/testpath-0.2.ebuild
index df61d95..a3ee765 100644
--- a/dev-python/testpath/testpath-0.2.ebuild
+++ b/dev-python/testpath/testpath-0.2.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
@@ -18,8 +19,8 @@ IUSE="doc test"
DEPEND="
test? (
- dev-python/pathlib[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+ virtual/python-pathlib[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
diff --git a/dev-python/testpath/testpath-9999.ebuild
b/dev-python/testpath/testpath-9999.ebuild
index 61ceb0c..90b4b70 100644
--- a/dev-python/testpath/testpath-9999.ebuild
+++ b/dev-python/testpath/testpath-9999.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 git-r3
@@ -17,8 +18,8 @@ IUSE="doc test"
DEPEND="
test? (
- dev-python/pathlib[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+ virtual/python-pathlib[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"