summaryrefslogtreecommitdiff
path: root/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-10-06 14:58:33 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-10-06 14:58:33 +0200
commitb8f0fd5e552f8e81fab2d3f0584146ec5ef263b1 (patch)
tree48affabdaee86ba5413f0684b0ca1f2efef9d06d /dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
parentc2d63be499980770bed9085ee29c403eb7e25210 (diff)
downloadgentoo-b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1.tar.gz
gentoo-b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1.tar.bz2
gentoo-b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1.zip
dev-python/python-sipsimple: fix openssl dep
Gentoo-Bug: 562404
Diffstat (limited to 'dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild')
-rw-r--r--dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild48
1 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild
new file mode 100644
index 000000000000..855904f594f1
--- /dev/null
+++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.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}
+ dev-python/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
+"