diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-04-04 16:59:18 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-04-04 17:02:30 -0700 |
commit | b72d0fedfcaea30b414e3ff10927cdfa40582a11 (patch) | |
tree | abc9c2bea9d6304cc18ee64af8b0d89b31a2fcd2 /dev-python/nose | |
parent | net-misc/mosh: update HOMEPAGE and SRC_URI to mosh.org. (diff) | |
download | gentoo-b72d0fedfcaea30b414e3ff10927cdfa40582a11.tar.gz gentoo-b72d0fedfcaea30b414e3ff10927cdfa40582a11.tar.bz2 gentoo-b72d0fedfcaea30b414e3ff10927cdfa40582a11.zip |
dev-python/nose: Update the twisted test dependency, switch order
Switch the order to prefer the single pkg twisted.
Update it for all PYTHON_COMPAT targets available.
Change the split twisted dep for the single twisted in the 9999.
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/nose')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r3.ebuild | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-9999.ebuild | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild index e58e73ded7d2..2a7bb6ef38cf 100644 --- a/dev-python/nose/nose-1.3.7-r3.ebuild +++ b/dev-python/nose/nose-1.3.7-r3.ebuild @@ -28,8 +28,9 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( || ( $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7) ) )" + test? ( || ( $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{4,5,6}) + $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) + ) )" PATCHES=( "${FILESDIR}"/${P}-python-3.5-backport.patch diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 1b37a07fb934..132633f36b15 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] ) - test? ( $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )" + test? ( $(python_gen_cond_dep 'dev-python/twisted[${PYTHON_USEDEP}]' python2_7 python3_{4,5,6}) )" pkg_setup() { use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) |