2016-02-26 13:24:38 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-03-15 07:51:56 +00:00
|
|
|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
|
|
|
|
require github [ user="AGProjects" pn="python3-xcaplib" tag="${PV}" ]
|
2016-02-26 13:24:38 +00:00
|
|
|
|
|
|
|
SUMMARY="Python library for managing XML documents on XCAP server"
|
|
|
|
HOMEPAGE="http://sipsimpleclient.org"
|
|
|
|
|
|
|
|
LICENCES="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
2021-09-16 11:52:03 +00:00
|
|
|
dev-python/gevent[python_abis:*(-)?]
|
2016-02-26 13:24:38 +00:00
|
|
|
dev-python/lxml[python_abis:*(-)?]
|
2021-03-15 07:51:56 +00:00
|
|
|
dev-python/python-application[>=3.0.3][python_abis:*(-)?]
|
2016-02-26 13:24:38 +00:00
|
|
|
"
|
|
|
|
|