Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26884

Added Files:
        pmw-py.info pmw-py.patch 
Log Message:
New info file format.


--- NEW FILE: pmw-py.patch ---
--- Pmw/find_site.py.orig       Mon Feb  4 11:09:27 2002
+++ Pmw/find_site.py    Mon Feb  4 11:09:27 2002
@@ -0,0 +1,8 @@
+# a utility script to find Python's site-packages directory and print it.
+# used for installing Python megawidgets.
+import sys, os
+for x in sys.path:
+   if os.path.basename(x) == 'site-packages':
+       print x;raise SystemExit, 0
+else:
+   raise SystemExit, 1

--- NEW FILE: pmw-py.info ---
Info2: <<

Package: pmw-py%type_pkg[python]
Version: 1.2
Revision: 1
Type: python (2.2 2.3 2.4)
Source: mirror:sourceforge:pmw/Pmw.%v.tar.gz
Source-MD5: 75c49c30595217c8d9376c36aa5426aa
SourceDirectory: Pmw
Depends: python%type_pkg[python]
Patch: %{ni}.patch
Replaces: pmw
Provides: pmw
CompileScript: echo "no compile script"
InstallScript: <<
 #!/bin/sh
 export sitepackages=`python%type_raw[python] ./find_site.py`
 mkdir -p %d/${sitepackages}
 echo "Installing Pmw in %d/${sitepackages}"
 /bin/rm -f find_site.py
 cd ..
 cp -R Pmw %d/${sitepackages}
<<
Description: High-level compound widgets for Python using Tkinter
DescDetail: For added functionality, install blt package
License: OSI-Approved
DocFiles: README
Homepage: http://pmw.sourceforge.net
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

<<



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to