diff options
| author | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 02:23:33 +0200 |
|---|---|---|
| committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 19:40:14 +0200 |
| commit | 5cbebf4bb675d87ecc6df4606c159c8862bd9353 (patch) | |
| tree | 9274603b39ad965f2c96a5b275c976c4d699fc81 /dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild | |
| parent | 88e15ca569901bc9861797be475e96b7d7f6e147 (diff) | |
| download | gentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.tar.gz gentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.tar.bz2 gentoo-5cbebf4bb675d87ecc6df4606c159c8862bd9353.zip | |
dev-python/python-xcaplib: initial import of version 1.1.0
Gentoo-Bug: 446198
Diffstat (limited to 'dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild')
| -rw-r--r-- | dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild b/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild new file mode 100644 index 000000000000..e68c80ee93f2 --- /dev/null +++ b/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_REQ_USE="ssl,xml" +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Python library for managing XML documents on XCAP server" +HOMEPAGE="http://sipsimpleclient.org" +SRC_URI="http://download.ag-projects.com/XCAP/python-xcaplib-${PV}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/python-application[${PYTHON_USEDEP}] +" |
