public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sipsimple/
Date: Tue,  8 Sep 2015 17:43:59 +0000 (UTC)	[thread overview]
Message-ID: <1441734015.798a2879c2bd0255f6da5a46cb01202ba3086cdd.hasufell@gentoo> (raw)

commit:     798a2879c2bd0255f6da5a46cb01202ba3086cdd
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 10:51:54 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 17:40:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798a2879

dev-python/python-sipsimple: initial import of version 2.5.1

Gentoo-Bug: 446024

 dev-python/python-sipsimple/Manifest               |  1 +
 dev-python/python-sipsimple/metadata.xml           | 20 +++++++++
 .../python-sipsimple/python-sipsimple-2.5.1.ebuild | 47 ++++++++++++++++++++++
 3 files changed, 68 insertions(+)

diff --git a/dev-python/python-sipsimple/Manifest b/dev-python/python-sipsimple/Manifest
new file mode 100644
index 0000000..afb8b46
--- /dev/null
+++ b/dev-python/python-sipsimple/Manifest
@@ -0,0 +1 @@
+DIST python-sipsimple-2.5.1.tar.gz 4794640 SHA256 b7706e6a31edbffcac468a8b2df23cb75b34e8f21bcd702760c718a4f516fe6e SHA512 912fe763bfdc440984d08c5a7105db37322f24c3d8ddb1b4ab2bf9c59b21ae510b9b977a819b671369d9eaf0e6118ebc3b78402546a8d7b953ecd9a5b58d26df WHIRLPOOL 8f5c5d76a383a7c52b62fc1c85cf9d07ab2589a3adaf6572565fbaf1bc7fdcad54eab329b40d80696b6092e96ab058b493aca8c3597f9ed958577219c0683394

diff --git a/dev-python/python-sipsimple/metadata.xml b/dev-python/python-sipsimple/metadata.xml
new file mode 100644
index 0000000..2b568d8
--- /dev/null
+++ b/dev-python/python-sipsimple/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+	<maintainer>
+		<email>hasufell@gentoo.org</email>
+		<name>Julian Ospald</name>
+	</maintainer>
+	<longdescription lang="en">
+		SIP SIMPLE client SDK is a Software Development Kit for easy
+		development of SIP end-points that support rich media like Audio,
+		Video, Instant Messaging, File Transfers, Desktop Sharing and Presence.
+		Other media types can be easily added by using an extensible high-level
+		API.
+
+		The software has undergone in the past years several interoperability
+		tests at SIPIT (http://www.sipit.net) and today is of industry strength
+		quality.
+	</longdescription>
+</pkgmetadata>

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 0000000..10e1c45
--- /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
+"


             reply	other threads:[~2015-09-08 17:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 17:43 Julian Ospald [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-20 17:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sipsimple/ Julian Ospald
2015-10-06 12:58 Julian Ospald
2015-10-30 12:04 Justin Lecher
2017-01-16 16:06 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441734015.798a2879c2bd0255f6da5a46cb01202ba3086cdd.hasufell@gentoo \
    --to=hasufell@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox