commit: 6ec7fd1505906a225ac484f0b2632b617c85d323
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 02:44:37 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 02:47:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec7fd15
dev-python/twisted: move blockers to RDEPEND
dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-conch/twisted-conch-13.2.0.ebuild | 5 +++--
dev-python/twisted-conch/twisted-conch-15.1.0.ebuild | 5 +++--
dev-python/twisted-conch/twisted-conch-15.2.1.ebuild | 5 +++--
dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild | 5 +++--
dev-python/twisted-core/twisted-core-13.2.0.ebuild | 5 +++--
dev-python/twisted-core/twisted-core-15.1.0.ebuild | 2 +-
dev-python/twisted-core/twisted-core-15.2.1.ebuild | 2 +-
dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-lore/twisted-lore-13.2.0.ebuild | 5 +++--
dev-python/twisted-lore/twisted-lore-15.1.0.ebuild | 5 +++--
dev-python/twisted-lore/twisted-lore-15.2.1.ebuild | 5 +++--
dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-mail/twisted-mail-13.2.0.ebuild | 5 +++--
dev-python/twisted-mail/twisted-mail-15.1.0.ebuild | 5 +++--
dev-python/twisted-mail/twisted-mail-15.2.1.ebuild | 5 +++--
dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-names/twisted-names-13.2.0.ebuild | 5 +++--
dev-python/twisted-names/twisted-names-15.1.0.ebuild | 5 +++--
dev-python/twisted-names/twisted-names-15.2.1.ebuild | 5 +++--
dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-news/twisted-news-13.2.0.ebuild | 5 +++--
dev-python/twisted-news/twisted-news-15.1.0.ebuild | 5 +++--
dev-python/twisted-news/twisted-news-15.2.1.ebuild | 5 +++--
dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-pair/twisted-pair-13.2.0.ebuild | 5 +++--
dev-python/twisted-pair/twisted-pair-15.1.0.ebuild | 5 +++--
dev-python/twisted-pair/twisted-pair-15.2.1.ebuild | 5 +++--
dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-runner/twisted-runner-13.2.0.ebuild | 5 +++--
dev-python/twisted-runner/twisted-runner-15.1.0.ebuild | 5 +++--
dev-python/twisted-runner/twisted-runner-15.2.1.ebuild | 5 +++--
dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-web/twisted-web-13.2.0.ebuild | 5 +++--
dev-python/twisted-web/twisted-web-15.1.0.ebuild | 5 +++--
dev-python/twisted-web/twisted-web-15.2.1.ebuild | 5 +++--
dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild | 5 +++--
dev-python/twisted-words/twisted-words-13.2.0.ebuild | 5 +++--
dev-python/twisted-words/twisted-words-15.1.0.ebuild | 5 +++--
dev-python/twisted-words/twisted-words-15.2.1.ebuild | 5 +++--
dev-python/twisted/twisted-16.2.0.ebuild | 12 ++++++++----
dev-python/twisted/twisted-16.4.1.ebuild | 12 ++++++++----
42 files changed, 132 insertions(+), 86 deletions(-)
diff --git a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
index 0ac3a01..502b455 100644
--- a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
+++ b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
@@ -13,12 +13,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh
sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild
b/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild
index 0ac3a01..502b455 100644
--- a/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild
+++ b/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild
@@ -13,12 +13,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh
sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
index 8b3254d..4fc34ee 100644
--- a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
+++ b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
@@ -13,8 +13,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
index 8b3254d..4fc34ee 100644
--- a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
+++ b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
@@ -13,8 +13,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
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 9ad0618..bca82a6 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
@@ -14,12 +14,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390
~sh sparc x86 ~amd64-f
IUSE="crypt gtk serial"
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}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
PATCHES=(
# Give a load-sensitive test a better chance of succeeding.
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 a76b78a..f6679b0 100644
--- a/dev-python/twisted-core/twisted-core-13.2.0.ebuild
+++ b/dev-python/twisted-core/twisted-core-13.2.0.ebuild
@@ -14,12 +14,13 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc
ppc64 s390 sh sparc x86
IUSE="crypt gtk serial"
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}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
PATCHES=(
# Give a load-sensitive test a better chance of succeeding.
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 93f7667..78aad2e 100644
--- a/dev-python/twisted-core/twisted-core-15.1.0.ebuild
+++ b/dev-python/twisted-core/twisted-core-15.1.0.ebuild
@@ -19,9 +19,9 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
DEPEND="
- !dev-python/twisted
test? ( ${RDEPEND} )
"
+RDEPEND+=" !dev-python/twisted"
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 4e7645a..1ee0346 100644
--- a/dev-python/twisted-core/twisted-core-15.2.1.ebuild
+++ b/dev-python/twisted-core/twisted-core-15.2.1.ebuild
@@ -19,9 +19,9 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
DEPEND="
- !dev-python/twisted
test? ( ${RDEPEND} )
"
+RDEPEND+=" !dev-python/twisted"
PATCHES=(
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
b/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
index c97c51e..7447698 100644
--- a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
+++ b/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild
b/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild
index c97c51e..7447698 100644
--- a/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild
+++ b/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
b/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
index 6fbb0d6..13c7d7c 100644
--- a/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
+++ b/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-lore/twisted-lore-15.2.1.ebuild
b/dev-python/twisted-lore/twisted-lore-15.2.1.ebuild
index 6fbb0d6..13c7d7c 100644
--- a/dev-python/twisted-lore/twisted-lore-15.2.1.ebuild
+++ b/dev-python/twisted-lore/twisted-lore-15.2.1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
b/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
index 05503a1..a14dbdc 100644
--- a/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86 ~ia64-hp
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-mail/twisted-mail-13.2.0.ebuild
b/dev-python/twisted-mail/twisted-mail-13.2.0.ebuild
index 05503a1..a14dbdc 100644
--- a/dev-python/twisted-mail/twisted-mail-13.2.0.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-13.2.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86 ~ia64-hp
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
b/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
index cc6eb74..628bce7 100644
--- a/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~x86 ~ia64-hpux ~x
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-mail/twisted-mail-15.2.1.ebuild
b/dev-python/twisted-mail/twisted-mail-15.2.1.ebuild
index cc6eb74..628bce7 100644
--- a/dev-python/twisted-mail/twisted-mail-15.2.1.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-15.2.1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~x86 ~ia64-hpux ~x
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
b/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
index 1ceb3be..013a206 100644
--- a/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
+++ b/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86 ~x86-int
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-names/twisted-names-13.2.0.ebuild
b/dev-python/twisted-names/twisted-names-13.2.0.ebuild
index 1ceb3be..013a206 100644
--- a/dev-python/twisted-names/twisted-names-13.2.0.ebuild
+++ b/dev-python/twisted-names/twisted-names-13.2.0.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86 ~x86-int
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-names/twisted-names-15.1.0.ebuild
b/dev-python/twisted-names/twisted-names-15.1.0.ebuild
index a470c24..47d676e 100644
--- a/dev-python/twisted-names/twisted-names-15.1.0.ebuild
+++ b/dev-python/twisted-names/twisted-names-15.1.0.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~x86 ~x86-interix
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-names/twisted-names-15.2.1.ebuild
b/dev-python/twisted-names/twisted-names-15.2.1.ebuild
index 78a5c54..d48734e 100644
--- a/dev-python/twisted-names/twisted-names-15.2.1.ebuild
+++ b/dev-python/twisted-names/twisted-names-15.2.1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
~s390 ~sh ~x86 ~x86-i
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
b/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
index 4a94def..fd73a4b 100644
--- a/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
+++ b/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-news/twisted-news-13.2.0.ebuild
b/dev-python/twisted-news/twisted-news-13.2.0.ebuild
index 4a94def..fd73a4b 100644
--- a/dev-python/twisted-news/twisted-news-13.2.0.ebuild
+++ b/dev-python/twisted-news/twisted-news-13.2.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-news/twisted-news-15.1.0.ebuild
b/dev-python/twisted-news/twisted-news-15.1.0.ebuild
index f2af1d3..64618db 100644
--- a/dev-python/twisted-news/twisted-news-15.1.0.ebuild
+++ b/dev-python/twisted-news/twisted-news-15.1.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-news/twisted-news-15.2.1.ebuild
b/dev-python/twisted-news/twisted-news-15.2.1.ebuild
index f2af1d3..64618db 100644
--- a/dev-python/twisted-news/twisted-news-15.2.1.ebuild
+++ b/dev-python/twisted-news/twisted-news-15.2.1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
b/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
index 16ebe99..6378300 100644
--- a/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
+++ b/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild
b/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild
index 16ebe99..6378300 100644
--- a/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild
+++ b/dev-python/twisted-pair/twisted-pair-13.2.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
b/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
index 43458fe..2db54cc 100644
--- a/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
+++ b/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
@@ -13,10 +13,11 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
# https://twistedmatrix.com/trac/ticket/7433
PATCHES=( "${FILESDIR}"/14.0.0-tests.patch )
diff --git a/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
b/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
index 43458fe..2db54cc 100644
--- a/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
+++ b/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
@@ -13,10 +13,11 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
# https://twistedmatrix.com/trac/ticket/7433
PATCHES=( "${FILESDIR}"/14.0.0-tests.patch )
diff --git a/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
b/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
index 12bb424..df20ba4 100644
--- a/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
b/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
index 12bb424..df20ba4 100644
--- a/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
b/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
index 93d6d33..3e74dcf 100644
--- a/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-runner/twisted-runner-15.2.1.ebuild
b/dev-python/twisted-runner/twisted-runner-15.2.1.ebuild
index 93d6d33..3e74dcf 100644
--- a/dev-python/twisted-runner/twisted-runner-15.2.1.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-15.2.1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
b/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
index ab9f1dd..e30c41d 100644
--- a/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
+++ b/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
@@ -13,10 +13,11 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390
~sh sparc x86 ~amd64-f
IUSE="soap"
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-web/twisted-web-13.2.0.ebuild
b/dev-python/twisted-web/twisted-web-13.2.0.ebuild
index 674840c..ab18fee 100644
--- a/dev-python/twisted-web/twisted-web-13.2.0.ebuild
+++ b/dev-python/twisted-web/twisted-web-13.2.0.ebuild
@@ -14,11 +14,12 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390
~sh sparc x86 ~amd64-f
IUSE="soap"
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-web/twisted-web-15.1.0.ebuild
b/dev-python/twisted-web/twisted-web-15.1.0.ebuild
index 4bb97ff..3f8a157 100644
--- a/dev-python/twisted-web/twisted-web-15.1.0.ebuild
+++ b/dev-python/twisted-web/twisted-web-15.1.0.ebuild
@@ -14,11 +14,12 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390
~sh ~x86 ~x86-fbsd ~x8
IUSE="soap"
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-web/twisted-web-15.2.1.ebuild
b/dev-python/twisted-web/twisted-web-15.2.1.ebuild
index 5035760..29f3475 100644
--- a/dev-python/twisted-web/twisted-web-15.2.1.ebuild
+++ b/dev-python/twisted-web/twisted-web-15.2.1.ebuild
@@ -14,11 +14,12 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
~s390 ~sh ~x86 ~x86-f
IUSE="soap"
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
python_prepare_all() {
if [[ "${EUID}" -eq 0 ]]; then
diff --git a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
index d1c4b1f..52f55cd 100644
--- a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
+++ b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-words/twisted-words-13.2.0.ebuild
b/dev-python/twisted-words/twisted-words-13.2.0.ebuild
index d1c4b1f..52f55cd 100644
--- a/dev-python/twisted-words/twisted-words-13.2.0.ebuild
+++ b/dev-python/twisted-words/twisted-words-13.2.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh
sparc x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-words/twisted-words-15.1.0.ebuild
b/dev-python/twisted-words/twisted-words-15.1.0.ebuild
index cfd88a7..3bdb7e5 100644
--- a/dev-python/twisted-words/twisted-words-15.1.0.ebuild
+++ b/dev-python/twisted-words/twisted-words-15.1.0.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted-words/twisted-words-15.2.1.ebuild
b/dev-python/twisted-words/twisted-words-15.2.1.ebuild
index cfd88a7..3bdb7e5 100644
--- a/dev-python/twisted-words/twisted-words-15.2.1.ebuild
+++ b/dev-python/twisted-words/twisted-words-15.2.1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~x86"
IUSE=""
DEPEND="
- !dev-python/twisted
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !dev-python/twisted
+"
diff --git a/dev-python/twisted/twisted-16.2.0.ebuild
b/dev-python/twisted/twisted-16.2.0.ebuild
index 7f47bfc..88b2a5b 100644
--- a/dev-python/twisted/twisted-16.2.0.ebuild
+++ b/dev-python/twisted/twisted-16.2.0.ebuild
@@ -31,14 +31,18 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
)
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )
soap? ( $(python_gen_cond_dep 'dev-python/soappy[${PYTHON_USEDEP}]'
python2_7) )
-"
-DEPEND="
- !dev-python/twisted-core
!dev-python/twisted-conch
+ !dev-python/twisted-core
+ !dev-python/twisted-lore
!dev-python/twisted-mail
!dev-python/twisted-names
- !dev-python/twisted-words
+ !dev-python/twisted-news
+ !dev-python/twisted-pair
+ !dev-python/twisted-runner
!dev-python/twisted-web
+ !dev-python/twisted-words
+"
+DEPEND="
test? (
dev-python/gmpy[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
diff --git a/dev-python/twisted/twisted-16.4.1.ebuild
b/dev-python/twisted/twisted-16.4.1.ebuild
index ff816b6..37640ea 100644
--- a/dev-python/twisted/twisted-16.4.1.ebuild
+++ b/dev-python/twisted/twisted-16.4.1.ebuild
@@ -38,14 +38,18 @@ RDEPEND=">=dev-python/zope-interface-4.0.2[${PYTHON_USEDEP}]
>=dev-python/priority-1.1.0[${PYTHON_USEDEP}]
<dev-python/priority-2.0[${PYTHON_USEDEP}]
)
-"
-DEPEND="
- !dev-python/twisted-core
!dev-python/twisted-conch
+ !dev-python/twisted-core
+ !dev-python/twisted-lore
!dev-python/twisted-mail
!dev-python/twisted-names
- !dev-python/twisted-words
+ !dev-python/twisted-news
+ !dev-python/twisted-pair
+ !dev-python/twisted-runner
!dev-python/twisted-web
+ !dev-python/twisted-words
+"
+DEPEND="
test? (
dev-python/gmpy[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]