[Lunar-commits] <moonbase> pycxx: Adding to moonbase, will be a depends for freecad.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Dec 17 12:58:02 CET 2011
commit c267a060772958773745b57c14579f633465c4e5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Dec 17 06:58:02 2011 -0500
pycxx: Adding to moonbase, will be a depends for freecad.
---
python/pycxx/BUILD | 6 ++++++
python/pycxx/DEPENDS | 1 +
python/pycxx/DETAILS | 12 ++++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/python/pycxx/BUILD b/python/pycxx/BUILD
new file mode 100644
index 0000000..cb68da1
--- /dev/null
+++ b/python/pycxx/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/pycxx/DEPENDS b/python/pycxx/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/pycxx/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/pycxx/DETAILS b/python/pycxx/DETAILS
new file mode 100644
index 0000000..72a562f
--- /dev/null
+++ b/python/pycxx/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=pycxx
+ VERSION=6.2.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/cxx/
+ SOURCE_VFY=sha1:12245dd18e3bd1d5dc4190d01eba6dd31ff39c07
+ WEB_SITE=http://cxx.sourceforge.net/
+ ENTERED=20111217
+ UPDATED=20111217
+ SHORT="extend Python with C++"
+cat << EOF
+CXX/Objects is a set of C++ facilities to make it easier to write Python extensions.
+EOF
More information about the Lunar-commits
mailing list