From 082d49f2ae35efc2319237c99461d9da8f7124e9 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 26 Oct 2016 14:04:20 -0700 Subject: dev-python/twisted-core: Add a new dev-python/twisted pkg blocker Package-Manager: portage-2.3.2 --- dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild | 6 ++++-- dev-python/twisted-core/twisted-core-13.2.0.ebuild | 6 ++++-- dev-python/twisted-core/twisted-core-15.1.0.ebuild | 7 +++++-- dev-python/twisted-core/twisted-core-15.2.1.ebuild | 7 +++++-- 4 files changed, 18 insertions(+), 8 deletions(-) (limited to 'dev-python/twisted-core') diff --git a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild b/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild index 04fbf0da6bf0..9ad0618b6f8d 100644 --- a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild +++ b/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,9 @@ DESCRIPTION="An asynchronous networking framework written in Python" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt gtk serial" -DEPEND="dev-python/zope-interface[${PYTHON_USEDEP}] +DEPEND=" + !dev-python/twisted + dev-python/zope-interface[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )" diff --git a/dev-python/twisted-core/twisted-core-13.2.0.ebuild b/dev-python/twisted-core/twisted-core-13.2.0.ebuild index a0a91e4af1f4..a76b78a81c55 100644 --- a/dev-python/twisted-core/twisted-core-13.2.0.ebuild +++ b/dev-python/twisted-core/twisted-core-13.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,9 @@ DESCRIPTION="An asynchronous networking framework written in Python" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt gtk serial" -DEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] +DEPEND=" + !dev-python/twisted + >=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )" diff --git a/dev-python/twisted-core/twisted-core-15.1.0.ebuild b/dev-python/twisted-core/twisted-core-15.1.0.ebuild index df57148e0d1b..93f7667a2cb3 100644 --- a/dev-python/twisted-core/twisted-core-15.1.0.ebuild +++ b/dev-python/twisted-core/twisted-core-15.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,10 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )" -DEPEND="test? ( ${RDEPEND} )" +DEPEND=" + !dev-python/twisted + test? ( ${RDEPEND} ) +" PATCHES=( # Give a load-sensitive test a better chance of succeeding. diff --git a/dev-python/twisted-core/twisted-core-15.2.1.ebuild b/dev-python/twisted-core/twisted-core-15.2.1.ebuild index 730e37c2dddb..4e7645a7af97 100644 --- a/dev-python/twisted-core/twisted-core-15.2.1.ebuild +++ b/dev-python/twisted-core/twisted-core-15.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,10 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )" -DEPEND="test? ( ${RDEPEND} )" +DEPEND=" + !dev-python/twisted + test? ( ${RDEPEND} ) +" PATCHES=( # Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable. -- cgit v1.2.3-65-gdbad