From bcf4745360b03afcf1aba9a269b3f04a77b630bc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 30 Oct 2015 13:03:43 +0100 Subject: dev-python/python-sipsimple: Move to virtual/dnspython Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- .../python-sipsimple-2.5.1-r3.ebuild | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild (limited to 'dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild') diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild new file mode 100644 index 000000000000..e6c2594f70e0 --- /dev/null +++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="SIP SIMPLE client SDK is a Software Development Kit" +HOMEPAGE="http://sipsimpleclient.org" +SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="libressl" + +KEYWORDS="~amd64 ~x86" + +CDEPEND=" + dev-db/sqlite:3 + !libressl? ( dev-libs/openssl:0[-bindist] ) + libressl? ( dev-libs/libressl ) + dev-python/python-application[${PYTHON_USEDEP}] + media-libs/alsa-lib + media-libs/libv4l + media-libs/libvpx + sys-apps/util-linux + virtual/ffmpeg +" +RDEPEND="${CDEPEND} + virtual/dnspython[${PYTHON_USEDEP}] + dev-python/python-cjson[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-eventlib[${PYTHON_USEDEP}] + dev-python/greenlet[${PYTHON_USEDEP}] + dev-python/python-gnutls[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/python-msrplib[${PYTHON_USEDEP}] + dev-python/python-xcaplib[${PYTHON_USEDEP}] + dev-python/twisted-core[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" +DEPEND="${CDEPEND} + dev-python/cython[${PYTHON_USEDEP}] + virtual/pkgconfig +" -- cgit v1.2.3