Source: python-scrapy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ignace Mouzannar <mouzannar@gmail.com>
Section: python
Priority: optional
Build-Depends: bash-completion,
               debhelper (>= 9),
               dh-python,
               python-all,
               python3-all
Build-Depends-Indep: libjs-jquery,
                     python-botocore,
                     python-jmespath,
                     python-lxml,
                     python-mock,
                     python-parsel (>= 1.1.0-1~),
                     python-pil,
                     python-pydispatch,
                     python-pytest,
                     python-queuelib,
                     python-setuptools,
                     python-testfixtures,
                     python-twisted-conch,
                     python-twisted-core,
                     python-twisted-web,
                     python-w3lib (>= 1.16.0-1~),
                     python3-botocore,
                     python3-jmespath,
                     python3-lxml,
                     python3-mock,
                     python3-parsel (>= 1.1.0-1~),
                     python3-pil,
                     python3-pydispatch,
                     python3-pytest,
                     python3-queuelib,
                     python3-setuptools,
                     python3-sphinx,
                     python3-sphinx-rtd-theme,
                     python3-testfixtures,
                     python3-twisted,
                     python3-w3lib (>= 1.16.0-1~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-scrapy.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-scrapy.git
Homepage: http://scrapy.org/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-scrapy
Architecture: all
Depends: python-boto,
         python-cssselect,
         python-libxml2,
         python-lxml,
         python-queuelib,
         python-twisted-conch,
         python-twisted-core,
         python-twisted-mail,
         python-twisted-web,
         python-w3lib (>= 1.8),
         ${misc:Depends},
         ${python:Depends}
Recommends: ipython,
            python-pil,
            python-mysqldb,
            python-pygments
Suggests: python-openssl,
          python-scrapy-doc (= ${binary:Version})
Description: Python web scraping and crawling framework (Python 2)
 Scrapy is a 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.
 .
 This package provides the scrapy module for Python 2.

Package: python3-scrapy
Architecture: all
Depends: python3-boto,
         python3-cssselect,
         python3-libxml2,
         python3-lxml,
         python3-queuelib,
         python3-twisted,
         python3-w3lib (>= 1.8),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ipython3,
            python3-pil,
            python3-mysqldb,
            python3-pygments
Suggests: python3-openssl,
          python-scrapy-doc (= ${binary:Version})
Description: Python web scraping and crawling framework (Python 3)
 Scrapy is a 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.
 .
 This package provides the scrapy module for Python 3.

Package: python-scrapy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Python web scraping and crawling framework documentation
 Scrapy is a 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.
 .
 This package provides the python-scrapy documentation in HTML format.
