summaryrefslogtreecommitdiff
path: root/www-apps/isso/isso-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/isso/isso-9999.ebuild')
-rw-r--r--www-apps/isso/isso-9999.ebuild24
1 files changed, 13 insertions, 11 deletions
diff --git a/www-apps/isso/isso-9999.ebuild b/www-apps/isso/isso-9999.ebuild
index 5b201035..41370826 100644
--- a/www-apps/isso/isso-9999.ebuild
+++ b/www-apps/isso/isso-9999.ebuild
@@ -7,14 +7,14 @@
# $Header: $
EAPI=5
-# setup.py explicitly fail on -python3_0 -python3_1 -python3_2
-# setup.py explicitly support python2_6 python2_7 python3_3
-# dev-python/configparser -python2_6
-# dev-python/itsdangerous -python3_4
-# dev-python/ipaddr -python2_6
-# dev-python/misaka -python2_6 -python3_3 -python3_4
-# dev-python/html5lib -python3_4
-# dev-python/werkzeug -python3_2
+# setup.py disallows 30 31 32
+# setup.py documents support 26 27 33
+# dev-python/html5lib -34
+# dev-python/itsdangerous -34
+# dev-python/misaka -26 -33 -34
+# dev-python/werkzeug -34
+# dev-python/configparser -26
+# dev-python/ipaddr -26
PYTHON_COMPAT=( python2_7 )
if [[ $PV == *9999* ]]; then
@@ -37,7 +37,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
if [[ ${PV} == *9999* ]]; then
- IUSE+=" debug doc"
+ IUSE+=" debug doc test"
DOCS=( README.md CHANGES.rst docs/{contribute.rst,faq.rst,isso.example.cfg} )
else
DOCS=( "${DISTDIR}"/${P}.example.cfg )
@@ -61,9 +61,11 @@ if [[ ${PV} == *9999* ]]; then
net-libs/nodejs
doc? ( dev-python/sphinx )"
fi
-DEPEND="${HDEPEND}\
+DEPEND="${HDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}]
+ ${LIBDEPEND} )"
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${LIBDEPEND}"
-RDEPEND="${LIBDEPEND}"
pkg_setup() {
enewuser ${PN}