Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv17764/libs/pythonmods

Modified Files:
        boto-py.info 
Log Message:
backport boto-py version 2.1.1 bump to 10.4

Index: boto-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/boto-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boto-py.info        19 Jan 2012 21:19:16 -0000      1.1
+++ boto-py.info        4 Feb 2012 21:50:42 -0000       1.2
@@ -1,34 +1,37 @@
 Info2: <<
 Package: boto-py%type_pkg[python]
-Version: 1.9b
+Version: 2.1.1
 Revision: 1
-Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6 2.7)
+Distribution: (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
+Type: python (2.5 2.6 2.7)
 
 Description: Python interface to Amazon Web Services
 License: BSD
 Homepage: http://code.google.com/p/boto/
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Marc-Michael Blum <mmb...@users.sourceforge.net>
 
 # Dependencies.
 Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
 
 # Unpack Phase.
 Source: http://boto.googlecode.com/files/boto-%v.tar.gz
-Source-MD5: 4fc2fd7b70a971b1363f8465aafe7091
+Source-MD5: 5528f3010c42dd0ed7b188a6917295f1
 
 # Compile Phase.
-CompileScript: %p/bin/python%type_raw[python] setup.py build
+CompileScript: <<
+%p/bin/python%type_raw[python] setup.py build
+echo "This package is licensed under the MIT License" > COPYRIGHT
+<<
 
 # Install Phase.
 InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
 for bin in %i/bin/*; do mv $bin $bin-%type_raw[python]; done
 <<
-DocFiles: README
+DocFiles: COPYRIGHT PKG-INFO
 
 PostInstScript: <<
-for bin in elbadmin fetch_file launch_instance list_instances s3put sdbadmin 
taskadmin
+for bin in bundle_image cfadmin cq cwutil elbadmin fetch_file kill_instance 
launch_instance list_instances lss3 pyami_sendmail route53 s3multiput s3put 
sdbadmin taskadmin
 do
        update-alternatives --install %p/bin/$bin $bin 
%p/bin/$bin-%type_raw[python] %type_pkg[python]
 done
@@ -36,7 +39,7 @@
 
 PreRmScript: <<
        if [ $1 != "upgrade" ]; then
-          for bin in elbadmin fetch_file launch_instance list_instances s3put 
sdbadmin taskadmin
+          for bin in bundle_image cfadmin cq cwutil elbadmin fetch_file 
kill_instance launch_instance list_instances lss3 pyami_sendmail route53 
s3multiput s3put sdbadmin taskadmin
           do
                update-alternatives --remove $bin %p/bin/$bin-%type_raw[python]
           done
@@ -51,10 +54,22 @@
 this includes:
 
 Simple Storage Service (S3)
-Simple Queue Service (SQS)
+SimpleQueue Service (SQS)
 Elastic Compute Cloud (EC2)
 Mechanical Turk
-SimpleDB (SDB)
+SimpleDB
+CloudFormation
+CloudFront
+CloudWatch
+AutoScale
+Elastic Load Balancer (ELB)
+Virtual Private Cloud (VPC)
+Elastic Map Reduce (EMR)
+Relational Data Service (RDS)
+Simple Notification Server (SNS)
+Google Storage
+Identity and Access Management (IAM)
+Route53 DNS Service (route53)
 <<
 DescPackaging: <<
        Former maintainer: Murali Vadivelu <murali1...@users.sf.net>


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to