dev-python/python-xcaplib: initial import of version 1.1.0

This commit is contained in:
Julian Ospald 2016-02-26 14:24:38 +01:00
parent d3dcdc5973
commit c242999f48
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require setup-py [ import=distutils ]
SUMMARY="Python library for managing XML documents on XCAP server"
HOMEPAGE="http://sipsimpleclient.org"
DOWNLOADS="http://download.ag-projects.com/XCAP/python-xcaplib-${PV}.tar.gz"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
run:
dev-python/lxml[python_abis:*(-)?]
dev-python/python-application[python_abis:*(-)?]
"