2016-02-26 13:24:26 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-03-15 07:49:45 +00:00
|
|
|
require github [ user="AGProjects" pn="python3-msrplib" tag="${PV}" ]
|
|
|
|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
|
2016-02-26 13:24:26 +00:00
|
|
|
|
|
|
|
SUMMARY="Client library for MSRP protocol and its relay extension"
|
|
|
|
HOMEPAGE="http://sipsimpleclient.org"
|
|
|
|
|
|
|
|
LICENCES="LGPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
2021-03-15 07:49:45 +00:00
|
|
|
dev-python/python-application[>=3.0.3][python_abis:*(-)?]
|
|
|
|
dev-python/python-eventlib[>=0.3.0][python_abis:*(-)?]
|
|
|
|
dev-python/python-gnutls[>=3.1.8][python_abis:*(-)?]
|
2019-06-04 12:21:16 +00:00
|
|
|
net-twisted/Twisted[python_abis:*(-)?]
|
2016-02-26 13:24:26 +00:00
|
|
|
"
|
|
|
|
|