[Lunar-commits] <moonbase-other> BitTorrent: Resurrected missing dependencies

Stefan Wold ratler at lunar-linux.org
Sun Jul 8 19:35:34 CEST 2012


commit 678889f46041a88b32524a76061069d337bedc5b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 08 Jul 2012 10:35:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/678889f46041a88b32524a76061069d337bedc5b

BitTorrent: Resurrected missing dependencies
---
  devel/psyco/BUILD                                            +5/-0     
  devel/psyco/DEPENDS                                          +1/-0     
  devel/psyco/DETAILS                                          +16/-0    
  python/dnspython/BUILD                                       +5/-0     
  python/dnspython/DETAILS                                     +23/-0    
  python/wxPython/BUILD                                        +9/-0     
  python/wxPython/DEPENDS                                      +2/-0     
  python/wxPython/DETAILS                                      +18/-0    
  8 files changed, 79 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/devel/psyco/BUILD
@@ -0,0 +1,5 @@
+(
+   python setup.py build &&
+   prepare_install &&
+   python setup.py install
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/devel/psyco/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/devel/psyco/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=psyco
+         VERSION=1.6
+          SOURCE=$MODULE-$VERSION-src.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:3c1ffa70b1a37bd855454d41d41a830e9ea82e7d
+        WEB_SITE=http://psyco.sourceforge.net
+         ENTERED=20031020
+         UPDATED=20100623
+           SHORT="speeds up the execution of any Python code"
+
+cat << EOF
+Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
+java's, that emit machine code on the fly instead of interpreting your
+Python program step by step. The result is that your unmodified Python
+programs run faster.
+EOF
--- /dev/null
+++ b/python/dnspython/BUILD
@@ -0,0 +1,5 @@
+(
+   prepare_install &&
+   python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/dnspython/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=dnspython
+         VERSION=1.9.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.dnspython.org/kits/$VERSION
+      SOURCE_VFY=sha1:41d00d0f81bc9aba02c5c62e1d4a8ee57810410e
+        WEB_SITE=http://www.dnspython.org
+         ENTERED=20050712
+         UPDATED=20110417
+           SHORT="DNS toolkit for Python"
+
+cat << EOF
+dnspython is a DNS toolkit for Python. It supports almost all record
+types. It can be used for queries, zone transfers, and dynamic
+updates. It supports TSIG authenticated messages and EDNS0.
+
+dnspython provides both high and low level access to DNS. The high
+level classes perform queries for data of a given name, type, and
+class, and return an answer set.  The low level classes allow direct
+manipulation of DNS zones, messages, names, and records.
+
+To see a few of the ways dnspython can be used, look in the examples/
+directory.
+EOF
--- /dev/null
+++ b/python/wxPython/BUILD
@@ -0,0 +1,9 @@
+( 
+  
+  cd $SOURCE_DIRECTORY/wxPython  &&
+  prepare_install  &&
+  python setup.py install WXPORT=gtk2 UNICODE=1 \
+         BUILD_GLCANVAS=0 \
+         WX_CONFIG=/usr/bin/wx-config
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/wxPython/DEPENDS
@@ -0,0 +1,2 @@
+depends  Python
+depends  wxGTK
--- /dev/null
+++ b/python/wxPython/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=wxPython
+         VERSION=2.8.12.0
+          SOURCE=$MODULE-src-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION
+      SOURCE_URL=$SFORGE_URL/wxpython
+      SOURCE_VFY=sha1:f9ce806dcb5517beb6e3d2ee0ecbf8e569b7f8e4
+        WEB_SITE=http://www.wxpython.org
+         ENTERED=20010927
+         UPDATED=20110420
+           SHORT="GUI toolkit for the Python programming language"
+
+cat << EOF
+wxPython is a GUI toolkit for the Python programming language. It allows Python
+programmers to create programs with a robust, highly functional graphical user
+interface, simply and easily. It is implemented as a Python extension module
+(native code) that wraps the popular wxWindows cross platform GUI library,which
+is written in C++. wxPython is a cross-platform toolkit.
+EOF




More information about the Lunar-commits mailing list