gentoo/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild
Rolf Eike Beer 2a7e2b2009
dev-python/twisted-conch: 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:44 +00:00

21 lines
484 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 SSHv2 implementation"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
!dev-python/twisted
"