2015-03-07 22:23:18 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-08-10 00:00:04 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-08-10 00:00:04 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2013-08-10 00:00:04 +04:00
|
|
|
|
|
|
|
inherit twisted-r1
|
|
|
|
|
|
|
|
DESCRIPTION="An implementation of the Q2Q protocol"
|
2015-08-24 15:08:46 +03:00
|
|
|
HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex"
|
2013-08-10 00:00:04 +04:00
|
|
|
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
|
|
|
|
|
2015-03-09 22:56:36 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2013-08-10 00:00:04 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-libs/openssl
|
|
|
|
>=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}]
|
|
|
|
dev-python/twisted-core[${PYTHON_USEDEP}]"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
python_install_all() {
|
|
|
|
distutils-r1_python_install_all
|
|
|
|
|
|
|
|
dodoc NAME.txt
|
|
|
|
}
|