Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7259/10.7/stable/main/finkinfo/libs/pythonmods

Added Files:
        qrcode-py.info 
Log Message:
adding python lib for generating QR Codes

--- NEW FILE: qrcode-py.info ---
Info2: <<
Package: qrcode-py%type_pkg[python]
Version: 4.0.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)
Source: https://pypi.python.org/packages/source/q/qrcode/qrcode-%v.tar.gz
Source-MD5: a0883e022038967cc08ba47d59600794
BuildDepends: setuptools-tng-py%type_pkg[python]
Depends: <<
  python%type_pkg[python],
  six-py%type_pkg[python]
<<
#  pil-py%type_pkg[python]
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
  python%type_raw[python] setup.py install --prefix %p --root %d
  mv %i/bin/qr %i/bin/qr-py%type_pkg[python]
  mv %i/share/man/man1/qr.1 %i/share/man/man1/qr-py%type_pkg[python].1
<<
PostInstScript: <<
  update-alternatives --install %p/bin/qr qr %p/bin/qr-py%type_pkg[python] 
%type_pkg[python]
  update-alternatives --install %p/share/man/man1/qr.1 qr.1 
%p/share/man/man1/qr-py%type_pkg[python].1  %type_pkg[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]
  then
    update-alternatives --remove qr %p/bin/qr-py%type_pkg[python]
    update-alternatives --remove qr.1 %p/share/man/man1/qr-py%type_pkg[python].1
  fi
<<
Description: QR Code image generator library for Python
DescDetail: <<
 This package provides a pure Python QR Code generator module. It uses 
 the Python Imaging Library (PIL) to allow for the generation of QR Codes.
 In contrast to the python-qrencode module this module does not need
 an additional C library.
 .  
 In addition this package provides a command line tool to generate QR
 codes and either write these QR codes to a file or do the output
 as ascii art at the console.
<<
License: BSD
Homepage: http://pypi.python.org/pypi/qrcode/
Maintainer: Hans-Christoph Steiner <h...@eds.org>
<<


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to