gentoo/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild
Rolf Eike Beer cb669bed29
dev-python/twisted-pair: keyworded 15.2.1 for sparc, bug #510832
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
2018-03-08 21:56:46 +00:00

23 lines
499 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit twisted-r1
DESCRIPTION="Twisted low-level networking"
KEYWORDS="~amd64 ~arm ~sparc ~x86"
IUSE=""
DEPEND="
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
!dev-python/twisted
"
# https://twistedmatrix.com/trac/ticket/7433
PATCHES=( "${FILESDIR}"/14.0.0-tests.patch )