[Lunar-commits] <moonbase-other> PySide: introduction to -other
v4hn
me at v4hn.de
Wed Apr 24 02:51:48 CEST 2013
commit 052d77dc3a734f044334191baa83f098381042bf
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:30:19 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/052d77dc3a734f044334191baa83f098381042bf
PySide: introduction to -other
---
python/PySide/BUILD | +3/-0
python/PySide/DEPENDS | +4/-0
python/PySide/DETAILS | +13/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/python/PySide/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install
--- /dev/null
+++ b/python/PySide/DEPENDS
@@ -0,0 +1,4 @@
+depends Python
+depends setuptools
+depends qt4
+depends cmake
--- /dev/null
+++ b/python/PySide/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=PySide
+ VERSION=1.1.2
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://pypi.python.org/packages/source/${MODULE::1}/$MODULE
+ SOURCE_VFY=sha1:3285c7e0e20a74e8c862549e6daa2b01bdd2aab3
+ WEB_SITE=http://pypi.python.org/pipy/$MODULE
+ ENTERED=20130421
+ UPDATED=20130421
+ SHORT="Python bindings for Qt"
+cat <<EOF
+Python bindings for the Qt cross-platform
+application and UI framework.
+EOF
More information about the Lunar-commits
mailing list