2016-02-26 14:24:38 +01:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
2016-05-23 01:22:27 +02:00
|
|
|
require setup-py [ import=distutils blacklist="3" ]
|
2016-02-26 14:24:38 +01:00
|
|
|
|
|
|
|
|
SUMMARY="Python library for managing XML documents on XCAP server"
|
|
|
|
|
HOMEPAGE="http://sipsimpleclient.org"
|
2016-04-22 15:16:07 +02:00
|
|
|
DOWNLOADS="http://download.ag-projects.com/XCAP/${PNV}.tar.gz"
|
2016-02-26 14:24:38 +01:00
|
|
|
|
|
|
|
|
LICENCES="GPL-2"
|
|
|
|
|
SLOT="0"
|
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
|
run:
|
|
|
|
|
dev-python/lxml[python_abis:*(-)?]
|
|
|
|
|
dev-python/python-application[python_abis:*(-)?]
|
|
|
|
|
"
|
|
|
|
|
|