[Lunar-commits] <moonbase-other> libvirt-python: libvirt python binding
Stefan Wold
ratler at lunar-linux.org
Sat Sep 20 17:46:47 CEST 2014
commit 26d66698cba330d21e5ad706dea40e8165670aed
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 20 Sep 2014 17:33:59 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/26d66698cba330d21e5ad706dea40e8165670aed
libvirt-python: libvirt python binding
---
python/libvirt-python/BUILD | +3/-0
python/libvirt-python/DEPENDS | +2/-0
python/libvirt-python/DETAILS | +13/-0
3 files changed, 18 insertions(+)
--- /dev/null
+++ b/python/libvirt-python/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install
--- /dev/null
+++ b/python/libvirt-python/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends libvirt
--- /dev/null
+++ b/python/libvirt-python/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libvirt-python
+ VERSION=1.2.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://libvirt.org/sources/python
+ SOURCE_VFY=sha256:0f3709680b6e054253bf81ebc535f1bf5da648f8cd55167578a2dacd3eebb9d8
+ WEB_SITE=http://libvirt.org/
+ ENTERED=20140920
+ UPDATED=20140920
+ SHORT="libvirt python binding"
+
+cat << EOF
+libvirt python binding.
+EOF
More information about the Lunar-commits
mailing list