Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.20.0.ebuild ChangeLog scrapy-0.18.0-r1.ebuild scrapy-0.18.4.ebuild scrapy-0.18.0.ebuild scrapy-0.18.2.ebuild scrapy-0.18.3.ebuild scrapy-0.18.1.ebuild
Date: Wed, 25 Jun 2014 04:58:07
Message-Id: 20140625045758.DA47B2004E@flycatcher.gentoo.org
1 idella4 14/06/25 04:57:58
2
3 Modified: ChangeLog
4 Added: scrapy-0.20.0.ebuild
5 Removed: scrapy-0.18.0-r1.ebuild scrapy-0.18.4.ebuild
6 scrapy-0.18.0.ebuild scrapy-0.18.2.ebuild
7 scrapy-0.18.3.ebuild scrapy-0.18.1.ebuild
8 Log:
9 bump; update deps, rm old
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
12
13 Revision Changes Path
14 1.22 dev-python/scrapy/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.22&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.22&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.21&r2=1.22
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
23 retrieving revision 1.21
24 retrieving revision 1.22
25 diff -u -r1.21 -r1.22
26 --- ChangeLog 9 Jun 2014 08:50:30 -0000 1.21
27 +++ ChangeLog 25 Jun 2014 04:57:58 -0000 1.22
28 @@ -1,6 +1,13 @@
29 # ChangeLog for dev-python/scrapy
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.21 2014/06/09 08:50:30 idella4 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.22 2014/06/25 04:57:58 idella4 Exp $
33 +
34 +*scrapy-0.20.0 (25 Jun 2014)
35 +
36 + 25 Jun 2014; Ian Delaney <idella4@g.o> +scrapy-0.20.0.ebuild,
37 + -scrapy-0.18.0-r1.ebuild, -scrapy-0.18.0.ebuild, -scrapy-0.18.1.ebuild,
38 + -scrapy-0.18.2.ebuild, -scrapy-0.18.3.ebuild, -scrapy-0.18.4.ebuild:
39 + bump; update deps, rm old
40
41 *scrapy-0.19.0 (09 Jun 2014)
42
43
44
45
46 1.1 dev-python/scrapy/scrapy-0.20.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.20.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.20.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: scrapy-0.20.0.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.20.0.ebuild,v 1.1 2014/06/25 04:57:58 idella4 Exp $
56
57 EAPI=5
58
59 PYTHON_COMPAT=( python2_7 )
60 PYTHON_REQ_USE="sqlite(+)"
61
62 inherit vcs-snapshot distutils-r1
63
64 DESCRIPTION="A high-level Python Screen Scraping framework"
65 HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/"
66 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
67
68 LICENSE="BSD-2"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="boto doc ibl test ssl"
72
73 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
74 dev-libs/libxml2[python,${PYTHON_USEDEP}]
75 virtual/python-imaging[${PYTHON_USEDEP}]
76 dev-python/lxml[${PYTHON_USEDEP}]
77 ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
78 ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
79 boto? ( dev-python/boto[${PYTHON_USEDEP}] )
80 >=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
81 >=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
82 >=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
83 >=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
84 >=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
85 dev-python/queuelib[${PYTHON_USEDEP}]
86 >=dev-python/cssselect-0.9[${PYTHON_USEDEP}]"
87 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
88 dev-python/six[${PYTHON_USEDEP}]
89 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
90 test? ( ${RDEPEND}
91 dev-python/boto[${PYTHON_USEDEP}]
92 dev-python/django[${PYTHON_USEDEP}]
93 net-ftp/vsftpd
94 dev-python/pillow[${PYTHON_USEDEP}] )"
95
96 REQUIRED_USE="test? ( ssl boto )"
97
98 python_prepare_all() {
99 # Skip failing tests; https://github.com/scrapy/scrapy/issues/725
100 sed -e s':test_process_parallel_failure:_&:' \
101 -i scrapy/tests/test_utils_defer.py || die
102 distutils-r1_python_prepare_all
103 }
104
105 python_compile_all() {
106 if use doc; then
107 PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
108 fi
109 }
110
111 python_test() {
112 PYTHONPATH="${PWD}" bin/runtests.sh || die
113 }
114
115 python_install_all() {
116 use doc && local HTML_DOCS=( docs/build/html/. )
117 distutils-r1_python_install_all
118 }