public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xarthisius:master commit in: dev-python/python-xcaplib/
@ 2011-06-12  8:46 Kacper Kowalik
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik @ 2011-06-12  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     05f0a94119fab619265d04cd867cb9f3dc5f0ee2
Author:     Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 08:45:54 2011 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 08:45:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=05f0a941

[dev-python/python-xcaplib] initial import

---
 dev-python/python-xcaplib/Manifest                 |    3 +
 dev-python/python-xcaplib/metadata.xml             |   16 +++++++
 .../python-xcaplib/python-xcaplib-1.0.16.ebuild    |   42 ++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/dev-python/python-xcaplib/Manifest b/dev-python/python-xcaplib/Manifest
new file mode 100644
index 0000000..3f1f861
--- /dev/null
+++ b/dev-python/python-xcaplib/Manifest
@@ -0,0 +1,3 @@
+DIST python-xcaplib-1.0.16.tar.gz 22553 RMD160 3513f6f5f0030177b987857ab5507e71f8c80924 SHA1 511610ec4162574c9946390449818666b84c9e82 SHA256 42728efdaa06ae5baa03c50741a3c5d9f7dbbc44aac6dfd3550b96f9c3462a2d
+EBUILD python-xcaplib-1.0.16.ebuild 843 RMD160 1e53232f91e7a31b32902ad0f6fa22135edea21c SHA1 fe34fc3c54cf581bd048643bf8c414e3a79dd4e5 SHA256 88f0252fb9bb79e1064995e03b3db5e3278b9723d70d7aabd4d41c095d391cab
+MISC metadata.xml 596 RMD160 881899ae92e211e677ce322d5c4dfcbee06c9a3a SHA1 2ad00f1825fe3973697ef3a0f28a83110f91ebc2 SHA256 a3595a9c6ea44c2be834b28e3c83d5b47989d0e71637ffb5a6548bfb94c63b8b

diff --git a/dev-python/python-xcaplib/metadata.xml b/dev-python/python-xcaplib/metadata.xml
new file mode 100644
index 0000000..ce5993a
--- /dev/null
+++ b/dev-python/python-xcaplib/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>python</herd>
+	<maintainer>
+		<email>xarthisius@gentoo.org</email>
+		<name>Kacper Kowalik</name>
+	</maintainer>
+	<longdescription>
+	XCAP protocol allows a client to read, write, and modify application
+	configuration data stored in XML format on a server. XCAP maps XML document
+	sub-trees and element attributes to HTTP URIs, so that these components
+	can be directly accessed by HTTP.
+	XCAPLib includes command-line XCAP client.
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild b/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild
new file mode 100644
index 0000000..bcffbe1
--- /dev/null
+++ b/dev-python/python-xcaplib/python-xcaplib-1.0.16.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND="*:2.5"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit bash-completion distutils
+
+DESCRIPTION="Python library for managing XML documents on XCAP server"
+HOMEPAGE="http://sipsimpleclient.com/wiki/xcapclient"
+SRC_URI="http://download.ag-projects.com/XCAP/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+DEPEND=""
+RDEPEND="dev-python/lxml
+	dev-python/python-application"
+
+#src_test() {
+#	testing() {
+#		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_client.py
+#	}
+#	python_execute_function testing
+#}
+
+
+src_install() {
+	distutils_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/${PF}
+		doins -r examples || die
+	fi
+
+	dobashcompletion bash_completion.d/xcapclient
+}
+



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-12  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12  8:46 [gentoo-commits] dev/xarthisius:master commit in: dev-python/python-xcaplib/ Kacper Kowalik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox