Skip to content

Commit

Permalink
dev-python/twisted: move blockers to RDEPEND
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Nov 10, 2016
1 parent 622e789 commit 6ec7fd1
Show file tree
Hide file tree
Showing 42 changed files with 132 additions and 86 deletions.
5 changes: 3 additions & 2 deletions dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions dev-python/twisted-conch/twisted-conch-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions dev-python/twisted-core/twisted-core-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dev-python/twisted-core/twisted-core-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dev-python/twisted-core/twisted-core-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-lore/twisted-lore-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-lore/twisted-lore-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-mail/twisted-mail-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-mail/twisted-mail-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-names/twisted-names-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-names/twisted-names-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-names/twisted-names-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-news/twisted-news-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-news/twisted-news-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-news/twisted-news-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-pair/twisted-pair-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
5 changes: 3 additions & 2 deletions dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
5 changes: 3 additions & 2 deletions dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-runner/twisted-runner-13.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-runner/twisted-runner-15.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
"
5 changes: 3 additions & 2 deletions dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 6ec7fd1

Please sign in to comment.