File: control

package info (click to toggle)
python-scrapy 2.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,664 kB
  • sloc: python: 52,028; xml: 199; makefile: 25; sh: 7
file content (101 lines) | stat: -rw-r--r-- 3,166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: python-scrapy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ignace Mouzannar <mouzannar@gmail.com>, Andrey Rakhmatullin <wrar@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-bash-completion,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 python3-all,
Build-Depends-Indep:
 libjs-jquery <!nodoc>,
# mitmproxy is RC-buggy
# mitmproxy <!nocheck>,
 publicsuffix <!nocheck>,
 python-attr-doc <!nodoc>,
 python-coverage-doc <!nodoc>,
 python-cryptography-doc <!nodoc>,
 python-cssselect-doc <!nodoc>,
 python-itemloaders-doc <!nodoc>,
 python-parsel-doc <!nodoc>,
 python-pytest-doc <!nodoc>,
 python-w3lib-doc <!nodoc>,
 python3-boto3 <!nocheck>,
 python3-botocore <!nocheck>,
 python3-defusedxml (>= 0.7.1) <!nocheck> <!nodoc>,
 python3-doc <!nodoc>,
 python3-hatchling,
 python3-itemadapter <!nocheck> <!nodoc>,
 python3-itemloaders <!nocheck> <!nodoc>,
 python3-jmespath <!nocheck>,
 python3-lxml <!nocheck>,
 python3-parsel (>= 1.8.1) <!nocheck> <!nodoc>,
 python3-pexpect <!nocheck>,
 python3-pil <!nocheck>,
 pybuild-plugin-pyproject,
 python3-priority <!nocheck>,
 python3-protego <!nocheck>,
 python3-pydispatch <!nocheck> <!nodoc>,
 python3-pyftpdlib <!nocheck>,
 python3-pygments <!nocheck>,
 python3-pytest <!nocheck>,
 python3-queuelib <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-notfound-page <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-sybil <!nocheck>,
 python3-testfixtures (>= 6.10.1) <!nocheck>,
 python3-tldextract <!nocheck> <!nodoc>,
 python3-twisted <!nocheck> <!nodoc>,
 python3-uvloop <!nocheck>,
 python3-w3lib <!nocheck> <!nodoc>,
 sphinx-doc <!nodoc>,
 tox <!nodoc>,
 twisted-doc <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scrapy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scrapy.git
Homepage: https://scrapy.org/
Testsuite: autopkgtest-pkg-pybuild

Package: python-scrapy-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Build-Profiles: <!nodoc>
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.

Package: python3-scrapy
Architecture: all
Depends:
 python3-lxml,
 python3-pydispatch,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ipython3,
 python3-brotli,
 python3-pil,
Suggests:
 python3-boto3,
 python3-botocore,
 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.