Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309245 Details for
Bug 412315
dev-python/scrapy-0.14.2 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised ebuild
scrapy.patch (text/plain), 1.21 KB, created by
Ian Delaney (RETIRED)
on 2012-04-17 12:11:00 UTC
(
hide
)
Description:
revised ebuild
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-04-17 12:11:00 UTC
Size:
1.21 KB
patch
obsolete
>diff -ur scrapy.orig/scrapy-0.14.2.ebuild scrapy/scrapy-0.14.2.ebuild >--- scrapy.orig/scrapy-0.14.2.ebuild 2012-04-17 17:40:52.618156023 +0800 >+++ scrapy/scrapy-0.14.2.ebuild 2012-04-17 20:03:05.335104386 +0800 >@@ -2,14 +2,14 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.14.2.ebuild,v 1.1 2012/02/21 13:01:03 maksbotan Exp $ > >-EAPI="3" >+EAPI="4" > > PYTHON_DEPEND="2:2.5" > PYTHON_USE_WITH="sqlite" >-SUPPORT_PYTHON_ABIS="1" >+SUPPORT_PYTHON_ABIS="1 *-pypy-*" > RESTRICT_PYTHON_ABIS="3.*" >- >-inherit distutils python >+DISTUTILS_SRC_TEST="setup.py" >+inherit distutils > > MY_PN="Scrapy" > MY_P="${MY_PN}-${PV}" >@@ -37,8 +37,8 @@ > dev-python/twisted-conch > dev-python/twisted-mail > dev-python/twisted-web >- dev-python/w3lib" >- >+ dev-python/w3lib >+ test? ( dev-python/lxml )" > S="${WORKDIR}/${MY_P}" > > src_compile() { >@@ -53,10 +53,10 @@ > src_install() { > distutils_src_install > if use doc; then >- dohtml -r "${S}"/docs/build/html/ || die "dohtml failed" >+ dohtml -r "${S}"/docs/build/html/ > fi > if use examples; then > insinto /usr/share/doc/"${PF}"/examples >- doins -r "${S}"/examples/* || die "doins failed" >+ doins -r "${S}"/examples/* > fi > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 412315
:
309235
|
309245
|
309391