summaryrefslogtreecommitdiff
path: root/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-09-08 12:51:54 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-09-08 19:40:15 +0200
commit798a2879c2bd0255f6da5a46cb01202ba3086cdd (patch)
treed66f872f18d74f40dd7d82e950b67ee4154a8000 /dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
parent304ccf83c8464fdd7cb1f3650f7e1d32483a417b (diff)
downloadgentoo-798a2879c2bd0255f6da5a46cb01202ba3086cdd.tar.gz
gentoo-798a2879c2bd0255f6da5a46cb01202ba3086cdd.tar.bz2
gentoo-798a2879c2bd0255f6da5a46cb01202ba3086cdd.zip
dev-python/python-sipsimple: initial import of version 2.5.1
Gentoo-Bug: 446024
Diffstat (limited to 'dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild')
-rw-r--r--dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild47
1 files changed, 47 insertions, 0 deletions
diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
new file mode 100644
index 000000000000..10e1c459f788
--- /dev/null
+++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1.ebuild
@@ -0,0 +1,47 @@
+# 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=""
+
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-db/sqlite:3
+ dev-libs/openssl:0
+ 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
+"