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

Added Files:
        queuelib-py.info scrapy-py.info twisted-py.info w3lib-py.info 
Log Message:
scrapy 0.18.1 and required pacakges:
twisted python 13.1.0, queuelib 1.0, w3lib 1.3


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

Package: w3lib-py%type_pkg[python]
Version: 1.3

Revision: 1
Homepage: http://pypi.python.org/pypi/w3lib/
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.7)
Depends: python%type_pkg[python]
BuildDepends: setuptools-tng-py%type_pkg[python]

Source: https://pypi.python.org/packages/source/w/w3lib/w3lib-%v.tar.gz
Source-MD5: 1a32470a2e58ff887f5bc1d69334542e

CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d

License: BSD
Description: Web utils for scrapy

# Info2
<<

--- NEW FILE: scrapy-py.info ---
Info2: <<
Package: scrapy-py%type_pkg[python]
Version: 0.18.1
Revision: 1
Homepage: https://pypi.python.org/pypi/Scrapy
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.7)
Depends: python%type_pkg[python], twisted-py%type_pkg[python], 
w3lib-py%type_pkg[python], queuelib-py%type_pkg[python]
BuildDepends: setuptools-tng-py%type_pkg[python]
Source: https://pypi.python.org/packages/source/S/Scrapy/Scrapy-%v.tar.gz
Source-MD5: 63f84dd460cc3eb4f8c5b8bc907f6f39
CompileScript: <<
  #!/bin/bash -ev
  chmod 644 scrapy/{VERSION,mime.types}
  find . -name \*.tmpl -o -name \*.cfg -o -name \*.xml -o -name \*.tar | xargs 
chmod 644
  find . -name \*.zip -o -name \*.csv -o -name \*.html -o -name \*.egg | xargs 
chmod 644
  find . -name \*.gz -o -name \*.bz2 -o -name \*.bin -o -name \*.txt | xargs 
chmod 644
  python%type_raw[python] setup.py build
<<
InstallScript: <<
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mv %i/bin/scrapy{,-py%type_raw[python]}
<<

PostInstScript: <<
update-alternatives --install %p/bin/scrapy scrapy 
%p/bin/scrapy-py%type_raw[python] %type_pkg[python]
echo "You can inspect the links by running:"
echo "  update-alternatives --list scrapy"
echo "  update-alternatives --display scrapy"
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
     update-alternatives --verbose --remove scrapy-py 
%p/bin/scrapy%type_raw[python]
  else
    echo "Do not remove during upgrade"
  fi
<<


License: BSD
Description: Web scraping
DescDetail: <<
Fast high-level screen scraping and web crawling framework, used to
crawl websites and extract structured data from their pages. It can be
used for a wide range of purposes, from data mining to monitoring and
automated testing.

http://scrapy.org
<<
DocFiles: docs/*
# Info2
<<
--- NEW FILE: twisted-py.info ---
Info2: <<

Package: twisted-py%type_pkg[python]
Type: python (2.7)
Version: 13.1.0
Revision: 1
Source: https://pypi.python.org/packages/source/T/Twisted/Twisted-%v.tar.bz2
Source-MD5: 5609c91ed465f5a7da48d30a0e7b6960
Depends: python%type_pkg[python], pyopenssl-py%type_pkg[python], 
pycrypto-py%type_pkg[python], zopeinterface-py%type_pkg[python]
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: <<
#!/bin/bash -ev
 %p/bin/python%type_raw[python] setup.py install --root=%d
 for file in %i/bin/*; do
   echo mv ${file}{,%type_raw[python]}
   mv ${file}{,%type_raw[python]}
 done
<<

PostInstScript: <<
update-alternatives --install %p/bin/twistd twistd 
%p/bin/twistd%type_raw[python] %type_pkg[python] \
  --slave %p/bin/cftp cftp %p/bin/cftp%type_raw[python] \
  --slave %p/bin/ckeygen ckeygen %p/bin/ckeygen%type_raw[python] \
  --slave %p/bin/conch conch %p/bin/conch%type_raw[python] \
  --slave %p/bin/lore lore %p/bin/lore%type_raw[python] \
  --slave %p/bin/mailmail mailmail %p/bin/mailmail%type_raw[python] \
  --slave %p/bin/manhole manhole %p/bin/manhole%type_raw[python] \
  --slave %p/bin/pyhtmlizer pyhtmlizer %p/bin/pyhtmlizer%type_raw[python] \
  --slave %p/bin/tap2deb tap2deb %p/bin/tap2deb%type_raw[python] \
  --slave %p/bin/tap2rpm tap2rpm %p/bin/tap2rpm%type_raw[python] \
  --slave %p/bin/tapconvert tapconvert %p/bin/tapconvert%type_raw[python] \
  --slave %p/bin/tkconch tkconch %p/bin/tkconch%type_raw[python] \
  --slave %p/bin/trial trial %p/bin/trial%type_raw[python]
echo "You can inspect the links by running:"
echo "  update-alternatives --list twisted"
echo "  update-alternatives --display twisted"
<<

PreRmScript: <<
  if [ $1 != "upgrade" ]; then
     update-alternatives --verbose --remove twisted-py 
%p/bin/twisted%type_raw[python]
  else
    echo "Do not remove during upgrade"
  fi
<<

DocFiles: doc/*
License: OSI-Approved
Homepage: https://pypi.python.org/pypi/Twisted
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Description: Asynchronous networking framework
DescDetail: <<
Twisted is an asynchronous networking framework written in
Python, supporting TCP, UDP, multicast, SSL/TLS, serial
communication and more.
<<

# Info2
<<

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

Package: queuelib-py%type_pkg[python]
Version: 1.0

Revision: 1
Homepage: https://pypi.python.org/pypi/queuelib
Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
Type: python (2.7)
Depends: python%type_pkg[python]
BuildDepends: setuptools-tng-py%type_pkg[python]

Source: https://pypi.python.org/packages/source/q/queuelib/queuelib-%v.tar.gz
Source-MD5: 4be2b21b307bb5aecf93e0b5bdfdaae0

CompileScript: python%type_raw[python] setup.py build
InstallScript: python%type_raw[python] setup.py install --root=%d

License: BSD
Description: Persistent disk-based queues used in scrapy

# Info2
<<


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&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