Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23946/main/finkinfo/libs/pythonmods

Modified Files:
      Tag: pangocairo-branch
        appscript-py.info 
Added Files:
      Tag: pangocairo-branch
        appscript-py-0.17.2-1.info appscript-py-10.4.info gdal-py.info 
        pyexcelerator-py.info python-ldap-py.info 
Log Message:
merge from trunk

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

Package: gdal-py%type_pkg[python]
Version: 1.5.0
Revision: 1
# Sorry, but I am not going to test 10.4 right now
Distribution: 10.5
Homepage: http://www.gdal.org
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
# I am not supporting 2.4 any more
Type: python (2.5)
Depends: python%type_pkg[python], gdal (>= %v), numpy-py%type_pkg[python]
BuildDepends: gdal-dev (>= %v)
BuildConflicts: gdal-dev (<< %v)

# Unpack Phase.
Source: mirror:custom:gdal-%v.tar.gz
Source-MD5: ffbb024db521a002018cb5666bd6e60d
CustomMirror: <<
  nam-US: http://www.gdal.org/dl
  nam-US: ftp://ftp.remotesensing.org/gdal
<<

PatchScript: <<
  perl -pi -e 's|../../apps/gdal-config|%p/bin/gdal-config|g' 
swig/python/setup.cfg
  perl -pi -e 's|../../.libs:../../:/usr/local/lib:/usr/lib|%p/lib|g' 
swig/python/setup.cfg
  perl -pi -e 
's|../../port:../../gcore:../../alg:../../ogr/:/usr/local/include:/usr/include|%p/include:%p/include/gdal1|g'
 swig/python/setup.cfg
  cat swig/python/setup.cfg
#  exit 2
<<

CompileScript: <<
  #!/bin/bash -ev
  cd swig/python && python%type_raw[python] setup.py build 
<<
InstallScript: cd swig/python && python%type_raw[python] setup.py install 
--root=%d
DocFiles: <<
  swig/python/README.txt
  LICENSE.TXT
  VERSION
  PROVENANCE.TXT
  HOWTO-RELEASE
  COMMITERS
<<

License: BSD
Description: Raster/Vector Geospatial Format Translator
DescDetail: <<
GDAL is a translator library for raster geospatial data formats. As a library,
it presents a single abstract data model to the calling application for all
supported formats.

The is the new generation python swig interface to gdal.  The old generation
is no longer supported in fink.
<<



# Info2
<<
Index: appscript-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/appscript-py.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- appscript-py.info   29 May 2007 20:21:42 -0000      1.1.2.2
+++ appscript-py.info   14 Feb 2008 14:07:20 -0000      1.1.2.3
@@ -1,27 +1,30 @@
 Info2: <<
 
 Package: appscript-py%type_pkg[python]
-Version: 0.17.2
+Version: 0.18.1
 Revision: 1
 Maintainer: Tristan Thiede <[EMAIL PROTECTED]>
-Type: python (2.4 2.5)
+Type: python (2.5)
 Depends: python%type_pkg[python], htmltemplate-py%type_pkg[python]
 BuildDepends: setuptools-py%type_pkg[python]
 Source: mirror:sourceforge:appscript/appscript-%v.tar.gz
-Source-MD5: 477a66853efc47d6c994884f4e0e7af7
+Source-MD5: 1238cd32acee6ca87f155221c30fd06c
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root %d
   mkdir -p %i/bin
-  install Extras/osadict/osadict %i/bin/osadict%type_raw[python]
   install Extras/osascangui/osascangui %i/bin/osascangui%type_raw[python]
 <<
+PreInstScript: <<
+  echo "Cleaning up files from an older installation, if present..."
+  update-alternatives --remove-all osadict
+<<
 PostInstScript: <<
-  update-alternatives --install %p/bin/osadict osadict 
%p/bin/osadict%type_raw[python] %type_pkg[python] --slave %p/bin/osascangui 
osascangui %p/bin/osascangui%type_raw[python]
+  update-alternatives --install %p/bin/osascangui osascangui 
%p/bin/osascangui%type_raw[python] %type_pkg[python]
 <<
 PreRmScript: <<
   if [ $1 != "upgrade" ]; then
-    update-alternatives --remove osadict %p/bin/osadict%type_raw[python]
+    update-alternatives --remove osascangui %p/bin/osascangui%type_raw[python]
   fi
 <<
 DocFiles: License.txt README.txt Documentation Examples
@@ -46,8 +49,7 @@
   o  a clean, object-oriented-like syntax
 <<
 DescPackaging: <<
-Uses update-alternatives to handle multiple installed versions of binaries
-osadict and osascangui.
+Uses update-alternatives to handle multiple installed versions of osascangui 
(though currently not possible).
 <<
 License: OSI-Approved
 Homepage: http://appscript.sourceforge.net/

--- NEW FILE: appscript-py-0.17.2-1.info ---
Info2: <<

Package: appscript-py%type_pkg[python]
Version: 0.17.2
Revision: 1
Maintainer: Tristan Thiede <[EMAIL PROTECTED]>
Type: python (2.4)
Depends: python%type_pkg[python], htmltemplate-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Source: mirror:sourceforge:appscript/appscript-%v.tar.gz
Source-MD5: 477a66853efc47d6c994884f4e0e7af7
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/bin
  install Extras/osadict/osadict %i/bin/osadict%type_raw[python]
  install Extras/osascangui/osascangui %i/bin/osascangui%type_raw[python]
<<
PostInstScript: <<
  update-alternatives --install %p/bin/osadict osadict 
%p/bin/osadict%type_raw[python] %type_pkg[python] --slave %p/bin/osascangui 
osascangui %p/bin/osascangui%type_raw[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    update-alternatives --remove osadict %p/bin/osadict%type_raw[python]
  fi
<<
DocFiles: License.txt README.txt Documentation Examples
Description: High level Apple event bridge for Python
DescDetail: <<
AppScript is a user-friendly Apple event bridge that allows you to control
scriptable Mac OS X applications using Python scripts.

Appscript provides:
  o  an Apple event based mechanism for sending commands to applications and
     receiving their results
     
  o  a simple embedded query language for constructing references to an
     application's object model
     
  o  the automatic translation of these references into human-readable form
     using application-defined terminology
     
  o  a powerful integrated help system for exploring applications' interfaces
     using their terminology
     
  o  a clean, object-oriented-like syntax
<<
DescPackaging: <<
Uses update-alternatives to handle multiple installed versions of binaries
osadict and osascangui.
<<
License: OSI-Approved
Homepage: http://appscript.sourceforge.net/

<<

--- NEW FILE: python-ldap-py.info ---
Info2: <<
Package: python-ldap-py%type_pkg[python]
Type: python (2.4 2.5)
Version: 2.3.1
Revision: 10

Depends: python%type_pkg[python], openldap23-shlibs, cyrus-sasl2-shlibs
BuildDepends: setuptools-py%type_pkg[python] (>= 0.6c2-1), openldap23-dev, 
cyrus-sasl2-dev, system-openssl-dev

# Sorry about this, but I think Python is hardcoding a -L%p/lib before the 
-L%p/lib/system-openssl/lib:
BuildConflicts: openssl-dev, openssl097-dev

Source: mirror:sourceforge:python-ldap/python-ldap-%v.tar.gz
Source-MD5: 1a97e0fef2567e30d75ed137a8914559

DocFiles: INSTALL LICENCE README TODO

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
   sed -i '' -e 's,^\(library_dirs =\).*$,\1 %p/lib/system-openssl/lib %p/lib,' 
setup.cfg
   sed -i '' -e 's,^\(include_dirs =\).*$,\1 %p/lib/system-openssl/include 
%p/include %p/include/sasl,' setup.cfg
   %p/bin/python%type_raw[python] setup.py install --root=%d
   mkdir -p %i/share/doc/%n
   cp -pr Demo %i/share/doc/%n
<<

Description: Python LDAP client library

DescDetail: <<
python-ldap provides an object-oriented API to access LDAP directory servers
from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.

Additionally the package contains modules for other LDAP-related stuff (e.g.
processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
<<

DescPackaging:<<
$LastChangedRevision: 471 $ in my local repository.
<<

License: OSI-Approved
Homepage: http://python-ldap.sourceforge.net/
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

# Info2:
<<

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

Package: pyexcelerator-py%type_pkg[python]
Version: 0.6.3a
Revision: 1
Type: python (2.5)
Description: Read/write Excel spreadsheet files
DescDetail: <<

Generating Excel 97+ files with Python 2.4+ (need decorators),
importing Excel 95+ files, support for UNICODE in Excel files, using
variety of formatting features and printing options, Excel files and
OLE2 compound files dumper. No need in Windows/COM
<<
Source: mirror:sourceforge:pyexcelerator/pyexcelerator-%v.zip
Source-MD5: 0a532bc5d6438e277a3ae20b3f29d867
Depends: python%type_pkg[python] | python%type_pkg[python]-nox
CompileScript: <<
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
<<
DocFiles: README.txt THANKS.txt TODO.txt PKG-INFO LICENSE.txt CHANGES.txt 
examples/*py
License: BSD
Homepage: http://sourceforge.net/projects/pyexcelerator
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>

<<

--- NEW FILE: appscript-py-10.4.info ---
Info2: <<

Package: appscript-py%type_pkg[python]
Version: 0.18.1
Revision: 1
Distribution: 10.4
Maintainer: Tristan Thiede <[EMAIL PROTECTED]>
Type: python (2.4 2.5)
Depends: python%type_pkg[python], htmltemplate-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Source: mirror:sourceforge:appscript/appscript-%v.tar.gz
Source-MD5: 1238cd32acee6ca87f155221c30fd06c
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/bin
  install Extras/osascangui/osascangui %i/bin/osascangui%type_raw[python]
<<
PreInstScript: <<
  echo "Cleaning up files from an older installation, if present..."
  update-alternatives --remove-all osadict
<<
PostInstScript: <<
  update-alternatives --install %p/bin/osascangui osascangui 
%p/bin/osascangui%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]; then
    update-alternatives --remove osascangui %p/bin/osascangui%type_raw[python]
  fi
<<
DocFiles: License.txt README.txt Documentation Examples
Description: High level Apple event bridge for Python
DescDetail: <<
AppScript is a user-friendly Apple event bridge that allows you to control
scriptable Mac OS X applications using Python scripts.

Appscript provides:
  o  an Apple event based mechanism for sending commands to applications and
     receiving their results
     
  o  a simple embedded query language for constructing references to an
     application's object model
     
  o  the automatic translation of these references into human-readable form
     using application-defined terminology
     
  o  a powerful integrated help system for exploring applications' interfaces
     using their terminology
     
  o  a clean, object-oriented-like syntax
<<
DescPackaging: <<
Uses update-alternatives to handle multiple installed versions of osascangui 
(though currently not possible).
<<
License: OSI-Approved
Homepage: http://appscript.sourceforge.net/

<<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to